Class SuggestTrialsMetadata.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<SuggestTrialsMetadata.Builder>
      • clear

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

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

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

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

        public SuggestTrialsMetadata.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SuggestTrialsMetadata.Builder>
      • clearField

        public SuggestTrialsMetadata.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SuggestTrialsMetadata.Builder>
      • clearOneof

        public SuggestTrialsMetadata.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SuggestTrialsMetadata.Builder>
      • setRepeatedField

        public SuggestTrialsMetadata.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SuggestTrialsMetadata.Builder>
      • addRepeatedField

        public SuggestTrialsMetadata.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SuggestTrialsMetadata.Builder>
      • isInitialized

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

        public SuggestTrialsMetadata.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws 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<SuggestTrialsMetadata.Builder>
        Throws:
        IOException
      • hasGenericMetadata

        public boolean hasGenericMetadata()
         Operation metadata for suggesting Trials.
         
        .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
        Specified by:
        hasGenericMetadata in interface SuggestTrialsMetadataOrBuilder
        Returns:
        Whether the genericMetadata field is set.
      • clearGenericMetadata

        public SuggestTrialsMetadata.Builder clearGenericMetadata()
         Operation metadata for suggesting Trials.
         
        .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      • getGenericMetadataBuilder

        public GenericOperationMetadata.Builder getGenericMetadataBuilder()
         Operation metadata for suggesting Trials.
         
        .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      • getClientId

        public String getClientId()
         The identifier of the client that is requesting the suggestion.
        
         If multiple SuggestTrialsRequests have the same `client_id`,
         the service will return the identical suggested Trial if the Trial is
         pending, and provide a new Trial if the last suggested Trial was completed.
         
        string client_id = 2;
        Specified by:
        getClientId in interface SuggestTrialsMetadataOrBuilder
        Returns:
        The clientId.
      • getClientIdBytes

        public com.google.protobuf.ByteString getClientIdBytes()
         The identifier of the client that is requesting the suggestion.
        
         If multiple SuggestTrialsRequests have the same `client_id`,
         the service will return the identical suggested Trial if the Trial is
         pending, and provide a new Trial if the last suggested Trial was completed.
         
        string client_id = 2;
        Specified by:
        getClientIdBytes in interface SuggestTrialsMetadataOrBuilder
        Returns:
        The bytes for clientId.
      • setClientId

        public SuggestTrialsMetadata.Builder setClientId​(String value)
         The identifier of the client that is requesting the suggestion.
        
         If multiple SuggestTrialsRequests have the same `client_id`,
         the service will return the identical suggested Trial if the Trial is
         pending, and provide a new Trial if the last suggested Trial was completed.
         
        string client_id = 2;
        Parameters:
        value - The clientId to set.
        Returns:
        This builder for chaining.
      • clearClientId

        public SuggestTrialsMetadata.Builder clearClientId()
         The identifier of the client that is requesting the suggestion.
        
         If multiple SuggestTrialsRequests have the same `client_id`,
         the service will return the identical suggested Trial if the Trial is
         pending, and provide a new Trial if the last suggested Trial was completed.
         
        string client_id = 2;
        Returns:
        This builder for chaining.
      • setClientIdBytes

        public SuggestTrialsMetadata.Builder setClientIdBytes​(com.google.protobuf.ByteString value)
         The identifier of the client that is requesting the suggestion.
        
         If multiple SuggestTrialsRequests have the same `client_id`,
         the service will return the identical suggested Trial if the Trial is
         pending, and provide a new Trial if the last suggested Trial was completed.
         
        string client_id = 2;
        Parameters:
        value - The bytes for clientId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SuggestTrialsMetadata.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<SuggestTrialsMetadata.Builder>
      • mergeUnknownFields

        public final SuggestTrialsMetadata.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<SuggestTrialsMetadata.Builder>