Class SuitabilityPrediction.Builder

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SuitabilityPrediction build()  
      SuitabilityPrediction buildPartial()  
      SuitabilityPrediction.Builder clear()  
      SuitabilityPrediction.Builder clearProbability()
      double probability = 1 [json_name = "probability"];
      SuitabilityPrediction.Builder clearType()
      .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
      SuitabilityPrediction getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      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"];
      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      SuitabilityPrediction.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      SuitabilityPrediction.Builder mergeFrom​(com.google.protobuf.Message other)  
      SuitabilityPrediction.Builder mergeFrom​(SuitabilityPrediction other)  
      SuitabilityPrediction.Builder setProbability​(double value)
      double probability = 1 [json_name = "probability"];
      SuitabilityPrediction.Builder setType​(SuitabilityType value)
      .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
      SuitabilityPrediction.Builder setTypeValue​(int value)
      .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
      • Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

        addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

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

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

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<SuitabilityPrediction.Builder>
      • clear

        public SuitabilityPrediction.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessage.Builder<SuitabilityPrediction.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<SuitabilityPrediction.Builder>
      • getDefaultInstanceForType

        public SuitabilityPrediction getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SuitabilityPrediction build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SuitabilityPrediction buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.Builder<SuitabilityPrediction.Builder>
      • mergeFrom

        public SuitabilityPrediction.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SuitabilityPrediction.Builder>
        Throws:
        java.io.IOException
      • setProbability

        public SuitabilityPrediction.Builder setProbability​(double value)
        double probability = 1 [json_name = "probability"];
        Parameters:
        value - The probability to set.
        Returns:
        This builder for chaining.
      • clearProbability

        public SuitabilityPrediction.Builder clearProbability()
        double probability = 1 [json_name = "probability"];
        Returns:
        This builder for chaining.
      • getTypeValue

        public int getTypeValue()
        .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
        Specified by:
        getTypeValue in interface SuitabilityPredictionOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        public SuitabilityPrediction.Builder setTypeValue​(int value)
        .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
        Parameters:
        value - The enum numeric value on the wire for type to set.
        Returns:
        This builder for chaining.
      • setType

        public SuitabilityPrediction.Builder setType​(SuitabilityType value)
        .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public SuitabilityPrediction.Builder clearType()
        .arg_services.quality.v1beta.SuitabilityType type = 2 [json_name = "type"];
        Returns:
        This builder for chaining.