Interface QualityDimensionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    QualityDimension, QualityDimension.Builder

    public interface QualityDimensionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PremiseConvincingness getConvincingness()
      .arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];
      int getConvincingnessValue()
      .arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];
      java.lang.String getExplanation()
      string explanation = 4 [json_name = "explanation"];
      com.google.protobuf.ByteString getExplanationBytes()
      string explanation = 4 [json_name = "explanation"];
      java.lang.String getMethods​(int index)
      repeated string methods = 5 [json_name = "methods"];
      com.google.protobuf.ByteString getMethodsBytes​(int index)
      repeated string methods = 5 [json_name = "methods"];
      int getMethodsCount()
      repeated string methods = 5 [json_name = "methods"];
      java.util.List<java.lang.String> getMethodsList()
      repeated string methods = 5 [json_name = "methods"];
      double getPremise1()
      double premise1 = 2 [json_name = "premise1"];
      double getPremise2()
      double premise2 = 3 [json_name = "premise2"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getConvincingnessValue

        int getConvincingnessValue()
        .arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];
        Returns:
        The enum numeric value on the wire for convincingness.
      • getConvincingness

        PremiseConvincingness getConvincingness()
        .arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];
        Returns:
        The convincingness.
      • getPremise1

        double getPremise1()
        double premise1 = 2 [json_name = "premise1"];
        Returns:
        The premise1.
      • getPremise2

        double getPremise2()
        double premise2 = 3 [json_name = "premise2"];
        Returns:
        The premise2.
      • getExplanation

        java.lang.String getExplanation()
        string explanation = 4 [json_name = "explanation"];
        Returns:
        The explanation.
      • getExplanationBytes

        com.google.protobuf.ByteString getExplanationBytes()
        string explanation = 4 [json_name = "explanation"];
        Returns:
        The bytes for explanation.
      • getMethodsList

        java.util.List<java.lang.String> getMethodsList()
        repeated string methods = 5 [json_name = "methods"];
        Returns:
        A list containing the methods.
      • getMethodsCount

        int getMethodsCount()
        repeated string methods = 5 [json_name = "methods"];
        Returns:
        The count of methods.
      • getMethods

        java.lang.String getMethods​(int index)
        repeated string methods = 5 [json_name = "methods"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The methods at the given index.
      • getMethodsBytes

        com.google.protobuf.ByteString getMethodsBytes​(int index)
        repeated string methods = 5 [json_name = "methods"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the methods at the given index.