Class: Google::Cloud::GkeMultiCloud::V1::DeleteAzureClientRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::DeleteAzureClientRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb
Overview
Request message for AzureClusters.DeleteAzureClient
method.
Instance Attribute Summary collapse
-
#allow_missing ⇒ ::Boolean
If set to true, and the AzureClient resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
If set, only validate the request, but do not actually delete the resource.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
Returns If set to true, and the AzureClient resource is not found, the request will succeed but no action will be taken on the server and a completed Operation will be returned.
Useful for idempotent deletion.
523 524 525 526 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 523 class DeleteAzureClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name the AzureClient to delete.
AzureClient names are
formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>
.
See Resource Names for more details on Google Cloud resource names.
523 524 525 526 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 523 class DeleteAzureClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns If set, only validate the request, but do not actually delete the resource.
523 524 525 526 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 523 class DeleteAzureClientRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |