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

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

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

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

        public MutateDeployedModelRequest.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<MutateDeployedModelRequest.Builder>
        Throws:
        IOException
      • getEndpoint

        public String getEndpoint()
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getEndpoint in interface MutateDeployedModelRequestOrBuilder
        Returns:
        The endpoint.
      • getEndpointBytes

        public com.google.protobuf.ByteString getEndpointBytes()
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getEndpointBytes in interface MutateDeployedModelRequestOrBuilder
        Returns:
        The bytes for endpoint.
      • setEndpoint

        public MutateDeployedModelRequest.Builder setEndpoint​(String value)
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The endpoint to set.
        Returns:
        This builder for chaining.
      • clearEndpoint

        public MutateDeployedModelRequest.Builder clearEndpoint()
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setEndpointBytes

        public MutateDeployedModelRequest.Builder setEndpointBytes​(com.google.protobuf.ByteString value)
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for endpoint to set.
        Returns:
        This builder for chaining.
      • hasDeployedModel

        public boolean hasDeployedModel()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasDeployedModel in interface MutateDeployedModelRequestOrBuilder
        Returns:
        Whether the deployedModel field is set.
      • getDeployedModel

        public DeployedModel getDeployedModel()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDeployedModel in interface MutateDeployedModelRequestOrBuilder
        Returns:
        The deployedModel.
      • setDeployedModel

        public MutateDeployedModelRequest.Builder setDeployedModel​(DeployedModel value)
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
      • setDeployedModel

        public MutateDeployedModelRequest.Builder setDeployedModel​(DeployedModel.Builder builderForValue)
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeDeployedModel

        public MutateDeployedModelRequest.Builder mergeDeployedModel​(DeployedModel value)
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearDeployedModel

        public MutateDeployedModelRequest.Builder clearDeployedModel()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
      • getDeployedModelBuilder

        public DeployedModel.Builder getDeployedModelBuilder()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
      • getDeployedModelOrBuilder

        public DeployedModelOrBuilder getDeployedModelOrBuilder()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDeployedModelOrBuilder in interface MutateDeployedModelRequestOrBuilder
      • hasUpdateMask

        public boolean hasUpdateMask()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasUpdateMask in interface MutateDeployedModelRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMask in interface MutateDeployedModelRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public MutateDeployedModelRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • setUpdateMask

        public MutateDeployedModelRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • mergeUpdateMask

        public MutateDeployedModelRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • clearUpdateMask

        public MutateDeployedModelRequest.Builder clearUpdateMask()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpdateMaskOrBuilder in interface MutateDeployedModelRequestOrBuilder
      • setUnknownFields

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

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