Struct google_api_proto::google::cloud::gkemulticloud::v1::DeleteAzureClusterRequest
source · pub struct DeleteAzureClusterRequest {
pub name: String,
pub allow_missing: bool,
pub validate_only: bool,
pub etag: String,
pub ignore_errors: bool,
}
Expand description
Request message for AzureClusters.DeleteAzureCluster
method.
Fields§
§name: String
Required. The resource name the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] to delete.
AzureCluster
names are formatted as
projects/<project-id>/locations/<region>/azureClusters/<cluster-id>
.
See Resource Names for more details on Google Cloud Platform resource names.
allow_missing: bool
If set to true, and the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] 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.
validate_only: bool
If set, only validate the request, but do not actually delete the resource.
etag: String
The current etag of the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
Allows clients to perform deletions through optimistic concurrency control.
If the provided etag does not match the current etag of the cluster, the request will fail and an ABORTED error will be returned.
ignore_errors: bool
Optional. If set to true, the deletion of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.
Trait Implementations§
source§impl Clone for DeleteAzureClusterRequest
impl Clone for DeleteAzureClusterRequest
source§fn clone(&self) -> DeleteAzureClusterRequest
fn clone(&self) -> DeleteAzureClusterRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteAzureClusterRequest
impl Debug for DeleteAzureClusterRequest
source§impl Default for DeleteAzureClusterRequest
impl Default for DeleteAzureClusterRequest
source§impl Message for DeleteAzureClusterRequest
impl Message for DeleteAzureClusterRequest
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 DeleteAzureClusterRequest
impl PartialEq for DeleteAzureClusterRequest
source§fn eq(&self, other: &DeleteAzureClusterRequest) -> bool
fn eq(&self, other: &DeleteAzureClusterRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteAzureClusterRequest
Auto Trait Implementations§
impl Freeze for DeleteAzureClusterRequest
impl RefUnwindSafe for DeleteAzureClusterRequest
impl Send for DeleteAzureClusterRequest
impl Sync for DeleteAzureClusterRequest
impl Unpin for DeleteAzureClusterRequest
impl UnwindSafe for DeleteAzureClusterRequest
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