Class ExpertSuitableResponse.Builder

    • Method Detail

      • getDescriptor

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

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

        public ExpertSuitableResponse.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.GeneratedMessageV3.Builder<ExpertSuitableResponse.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.GeneratedMessageV3.Builder<ExpertSuitableResponse.Builder>
      • getDefaultInstanceForType

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

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

        public ExpertSuitableResponse 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.GeneratedMessageV3.Builder<ExpertSuitableResponse.Builder>
      • mergeFrom

        public ExpertSuitableResponse.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<ExpertSuitableResponse.Builder>
        Throws:
        java.io.IOException
      • getTypeValue

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

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

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

        public ExpertSuitableResponse.Builder clearType()
        .arg_services.quality.v1beta.SuitabilityType type = 1 [json_name = "type"];
        Returns:
        This builder for chaining.
      • clearPredictions

        public ExpertSuitableResponse.Builder clearPredictions()
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • removePredictions

        public ExpertSuitableResponse.Builder removePredictions​(int index)
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • getPredictionsBuilder

        public SuitabilityPrediction.Builder getPredictionsBuilder​(int index)
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • addPredictionsBuilder

        public SuitabilityPrediction.Builder addPredictionsBuilder()
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • addPredictionsBuilder

        public SuitabilityPrediction.Builder addPredictionsBuilder​(int index)
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • getPredictionsBuilderList

        public java.util.List<SuitabilityPrediction.Builder> getPredictionsBuilderList()
        repeated .arg_services.quality.v1beta.SuitabilityPrediction predictions = 2 [json_name = "predictions"];
      • hasExtras

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

        public com.google.protobuf.Struct getExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        getExtras in interface ExpertSuitableResponseOrBuilder
        Returns:
        The extras.
      • setExtras

        public ExpertSuitableResponse.Builder setExtras​(com.google.protobuf.Struct value)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • setExtras

        public ExpertSuitableResponse.Builder setExtras​(com.google.protobuf.Struct.Builder builderForValue)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • mergeExtras

        public ExpertSuitableResponse.Builder mergeExtras​(com.google.protobuf.Struct value)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • clearExtras

        public ExpertSuitableResponse.Builder clearExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • getExtrasBuilder

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

        public com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        getExtrasOrBuilder in interface ExpertSuitableResponseOrBuilder
      • setUnknownFields

        public final ExpertSuitableResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExpertSuitableResponse.Builder>
      • mergeUnknownFields

        public final ExpertSuitableResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExpertSuitableResponse.Builder>