Struct google_api_proto::google::cloud::gkemulticloud::v1::DeleteAzureNodePoolRequest
source · pub struct DeleteAzureNodePoolRequest {
pub name: String,
pub validate_only: bool,
pub allow_missing: bool,
pub etag: String,
pub ignore_errors: bool,
}
Expand description
Request message for AzureClusters.DeleteAzureNodePool
method.
Fields§
§name: String
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 for more details on Google Cloud resource names.
validate_only: bool
If set, only validate the request, but do not actually delete the node pool.
allow_missing: bool
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.
etag: String
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.
ignore_errors: bool
Optional. If set to true, the deletion of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource will succeed even if errors occur during deleting in node pool resources. Using this parameter may result in orphaned resources in the node pool.
Trait Implementations§
source§impl Clone for DeleteAzureNodePoolRequest
impl Clone for DeleteAzureNodePoolRequest
source§fn clone(&self) -> DeleteAzureNodePoolRequest
fn clone(&self) -> DeleteAzureNodePoolRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteAzureNodePoolRequest
impl Debug for DeleteAzureNodePoolRequest
source§impl Default for DeleteAzureNodePoolRequest
impl Default for DeleteAzureNodePoolRequest
source§impl Message for DeleteAzureNodePoolRequest
impl Message for DeleteAzureNodePoolRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for DeleteAzureNodePoolRequest
impl PartialEq for DeleteAzureNodePoolRequest
source§fn eq(&self, other: &DeleteAzureNodePoolRequest) -> bool
fn eq(&self, other: &DeleteAzureNodePoolRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAzureNodePoolRequest
Auto Trait Implementations§
impl Freeze for DeleteAzureNodePoolRequest
impl RefUnwindSafe for DeleteAzureNodePoolRequest
impl Send for DeleteAzureNodePoolRequest
impl Sync for DeleteAzureNodePoolRequest
impl Unpin for DeleteAzureNodePoolRequest
impl UnwindSafe for DeleteAzureNodePoolRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request