Class CreateSpecialistPoolRequest.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<CreateSpecialistPoolRequest.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<CreateSpecialistPoolRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public CreateSpecialistPoolRequest.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<CreateSpecialistPoolRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The parent Project name for the new SpecialistPool.
         The form is `projects/{project}/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface CreateSpecialistPoolRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent Project name for the new SpecialistPool.
         The form is `projects/{project}/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface CreateSpecialistPoolRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public CreateSpecialistPoolRequest.Builder setParent​(String value)
         Required. The parent Project name for the new SpecialistPool.
         The form is `projects/{project}/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public CreateSpecialistPoolRequest.Builder clearParent()
         Required. The parent Project name for the new SpecialistPool.
         The form is `projects/{project}/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public CreateSpecialistPoolRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent Project name for the new SpecialistPool.
         The form is `projects/{project}/locations/{location}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • hasSpecialistPool

        public boolean hasSpecialistPool()
         Required. The SpecialistPool to create.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasSpecialistPool in interface CreateSpecialistPoolRequestOrBuilder
        Returns:
        Whether the specialistPool field is set.
      • setSpecialistPool

        public CreateSpecialistPoolRequest.Builder setSpecialistPool​(SpecialistPool value)
         Required. The SpecialistPool to create.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeSpecialistPool

        public CreateSpecialistPoolRequest.Builder mergeSpecialistPool​(SpecialistPool value)
         Required. The SpecialistPool to create.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearSpecialistPool

        public CreateSpecialistPoolRequest.Builder clearSpecialistPool()
         Required. The SpecialistPool to create.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 2 [(.google.api.field_behavior) = REQUIRED];
      • getSpecialistPoolBuilder

        public SpecialistPool.Builder getSpecialistPoolBuilder()
         Required. The SpecialistPool to create.
         
        .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pool = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeUnknownFields

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