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

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

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

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

        public DeleteAzureNodePoolRequest.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<DeleteAzureNodePoolRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The resource name the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] to delete.
        
         `AzureNodePool` names are formatted as
         `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface DeleteAzureNodePoolRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The resource name the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] to delete.
        
         `AzureNodePool` names are formatted as
         `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface DeleteAzureNodePoolRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public DeleteAzureNodePoolRequest.Builder setName​(String value)
         Required. The resource name the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] to delete.
        
         `AzureNodePool` names are formatted as
         `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public DeleteAzureNodePoolRequest.Builder clearName()
         Required. The resource name the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] to delete.
        
         `AzureNodePool` names are formatted as
         `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public DeleteAzureNodePoolRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The resource name the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] to delete.
        
         `AzureNodePool` names are formatted as
         `projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>`.
        
         See [Resource Names](https://cloud.google.com/apis/design/resource_names)
         for more details on Google Cloud resource names.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getValidateOnly

        public boolean getValidateOnly()
         If set, only validate the request, but do not actually delete the node
         pool.
         
        bool validate_only = 2;
        Specified by:
        getValidateOnly in interface DeleteAzureNodePoolRequestOrBuilder
        Returns:
        The validateOnly.
      • setValidateOnly

        public DeleteAzureNodePoolRequest.Builder setValidateOnly​(boolean value)
         If set, only validate the request, but do not actually delete the node
         pool.
         
        bool validate_only = 2;
        Parameters:
        value - The validateOnly to set.
        Returns:
        This builder for chaining.
      • clearValidateOnly

        public DeleteAzureNodePoolRequest.Builder clearValidateOnly()
         If set, only validate the request, but do not actually delete the node
         pool.
         
        bool validate_only = 2;
        Returns:
        This builder for chaining.
      • getAllowMissing

        public boolean getAllowMissing()
         If set to true, and the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource is
         not found, the request will succeed but no action will be taken on the
         server and a completed [Operation][google.longrunning.Operation] will be
         returned.
        
         Useful for idempotent deletion.
         
        bool allow_missing = 3;
        Specified by:
        getAllowMissing in interface DeleteAzureNodePoolRequestOrBuilder
        Returns:
        The allowMissing.
      • setAllowMissing

        public DeleteAzureNodePoolRequest.Builder setAllowMissing​(boolean value)
         If set to true, and the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource is
         not found, the request will succeed but no action will be taken on the
         server and a completed [Operation][google.longrunning.Operation] will be
         returned.
        
         Useful for idempotent deletion.
         
        bool allow_missing = 3;
        Parameters:
        value - The allowMissing to set.
        Returns:
        This builder for chaining.
      • clearAllowMissing

        public DeleteAzureNodePoolRequest.Builder clearAllowMissing()
         If set to true, and the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource is
         not found, the request will succeed but no action will be taken on the
         server and a completed [Operation][google.longrunning.Operation] will be
         returned.
        
         Useful for idempotent deletion.
         
        bool allow_missing = 3;
        Returns:
        This builder for chaining.
      • getEtag

        public String getEtag()
         The current ETag of the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
        
         Allows clients to perform deletions through optimistic concurrency control.
        
         If the provided ETag does not match the current etag of the node pool,
         the request will fail and an ABORTED error will be returned.
         
        string etag = 4;
        Specified by:
        getEtag in interface DeleteAzureNodePoolRequestOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public com.google.protobuf.ByteString getEtagBytes()
         The current ETag of the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
        
         Allows clients to perform deletions through optimistic concurrency control.
        
         If the provided ETag does not match the current etag of the node pool,
         the request will fail and an ABORTED error will be returned.
         
        string etag = 4;
        Specified by:
        getEtagBytes in interface DeleteAzureNodePoolRequestOrBuilder
        Returns:
        The bytes for etag.
      • setEtag

        public DeleteAzureNodePoolRequest.Builder setEtag​(String value)
         The current ETag of the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
        
         Allows clients to perform deletions through optimistic concurrency control.
        
         If the provided ETag does not match the current etag of the node pool,
         the request will fail and an ABORTED error will be returned.
         
        string etag = 4;
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • clearEtag

        public DeleteAzureNodePoolRequest.Builder clearEtag()
         The current ETag of the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
        
         Allows clients to perform deletions through optimistic concurrency control.
        
         If the provided ETag does not match the current etag of the node pool,
         the request will fail and an ABORTED error will be returned.
         
        string etag = 4;
        Returns:
        This builder for chaining.
      • setEtagBytes

        public DeleteAzureNodePoolRequest.Builder setEtagBytes​(com.google.protobuf.ByteString value)
         The current ETag of the
         [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].
        
         Allows clients to perform deletions through optimistic concurrency control.
        
         If the provided ETag does not match the current etag of the node pool,
         the request will fail and an ABORTED error will be returned.
         
        string etag = 4;
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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