Interface ExpertSuitableResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      SuitabilityPrediction getPredictions​(int index)
      repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      int getPredictionsCount()
      repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      java.util.List<SuitabilityPrediction> getPredictionsList()
      repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      SuitabilityPredictionOrBuilder getPredictionsOrBuilder​(int index)
      repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      java.util.List<? extends SuitabilityPredictionOrBuilder> getPredictionsOrBuilderList()
      repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      SuitabilityType getType()
      .arg_services.quality.v1beta.SuitabilityType type = 1 [json_name = "type"];
      int getTypeValue()
      .arg_services.quality.v1beta.SuitabilityType type = 1 [json_name = "type"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      • 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

      • getTypeValue

        int getTypeValue()
        .arg_services.quality.v1beta.SuitabilityType type = 1 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        SuitabilityType getType()
        .arg_services.quality.v1beta.SuitabilityType type = 1 [json_name = "type"];
        Returns:
        The type.
      • getPredictionsList

        java.util.List<SuitabilityPrediction> getPredictionsList()
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • getPredictions

        SuitabilityPrediction getPredictions​(int index)
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • getPredictionsCount

        int getPredictionsCount()
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • getPredictionsOrBuilderList

        java.util.List<? extends SuitabilityPredictionOrBuilder> getPredictionsOrBuilderList()
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • getPredictionsOrBuilder

        SuitabilityPredictionOrBuilder getPredictionsOrBuilder​(int index)
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • hasExtras

        boolean hasExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Returns:
        Whether the extras field is set.
      • getExtras

        com.google.protobuf.Struct getExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Returns:
        The extras.
      • getExtrasOrBuilder

        com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];