Interface SuitabilityPredictionOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getProbability()
      double probability = 1 [json_name = "probability"];
      SuitabilityType getType()
      .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
      int getTypeValue()
      .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
      • 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

      • getProbability

        double getProbability()
        double probability = 1 [json_name = "probability"];
        Returns:
        The probability.
      • getTypeValue

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

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