Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class DeleteAzureClientRequest.
Request message for AzureClusters.DeleteAzureClient
method.
Generated from protobuf message google.cloud.gkemulticloud.v1.DeleteAzureClientRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name the AzureClient to delete. AzureClient names are formatted as |
↳ allow_missing |
bool
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. |
↳ validate_only |
bool
If set, only validate the request, but do not actually delete the resource. |
getName
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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setName
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.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAllowMissing
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.
Generated from protobuf field bool allow_missing = 2;
Returns | |
---|---|
Type | Description |
bool |
setAllowMissing
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.
Generated from protobuf field bool allow_missing = 2;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
If set, only validate the request, but do not actually delete the resource.
Generated from protobuf field bool validate_only = 3;
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
If set, only validate the request, but do not actually delete the resource.
Generated from protobuf field bool validate_only = 3;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |