Struct google_api_proto::google::cloud::gkemulticloud::v1::DeleteAwsNodePoolRequest
source · pub struct DeleteAwsNodePoolRequest {
pub name: String,
pub validate_only: bool,
pub allow_missing: bool,
pub ignore_errors: bool,
pub etag: String,
}
Expand description
Request message for AwsClusters.DeleteAwsNodePool
method.
Fields§
§name: String
Required. The resource name the [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] to delete.
AwsNodePool
names are formatted as
projects/<project-id>/locations/<region>/awsClusters/<cluster-id>/awsNodePools/<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 [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] 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.
ignore_errors: bool
Optional. If set to true, the deletion of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] 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.
etag: String
The current ETag of the [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool].
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.
Trait Implementations§
source§impl Clone for DeleteAwsNodePoolRequest
impl Clone for DeleteAwsNodePoolRequest
source§fn clone(&self) -> DeleteAwsNodePoolRequest
fn clone(&self) -> DeleteAwsNodePoolRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteAwsNodePoolRequest
impl Debug for DeleteAwsNodePoolRequest
source§impl Default for DeleteAwsNodePoolRequest
impl Default for DeleteAwsNodePoolRequest
source§impl Message for DeleteAwsNodePoolRequest
impl Message for DeleteAwsNodePoolRequest
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 DeleteAwsNodePoolRequest
impl PartialEq for DeleteAwsNodePoolRequest
source§fn eq(&self, other: &DeleteAwsNodePoolRequest) -> bool
fn eq(&self, other: &DeleteAwsNodePoolRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAwsNodePoolRequest
Auto Trait Implementations§
impl Freeze for DeleteAwsNodePoolRequest
impl RefUnwindSafe for DeleteAwsNodePoolRequest
impl Send for DeleteAwsNodePoolRequest
impl Sync for DeleteAwsNodePoolRequest
impl Unpin for DeleteAwsNodePoolRequest
impl UnwindSafe for DeleteAwsNodePoolRequest
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