Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class UndeletePrivateCloudRequest.
Request message for VmwareEngine.UndeletePrivateCloud
Generated from protobuf message google.cloud.vmwareengine.v1.UndeletePrivateCloudRequest
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the private cloud scheduled for deletion. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names
. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud
↳ request_id
string
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
getName
Required. The resource name of the private cloud scheduled for deletion.
Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names
.
For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud
string
setName
Required. The resource name of the private cloud scheduled for deletion.
Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names
.
For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud
var
string
$this
getRequestId
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
string
setRequestId
Optional. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
var
string
$this
static::build
name
string
Required. The resource name of the private cloud scheduled for deletion.
Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names
.
For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud
Please see Google\Cloud\VmwareEngine\V1\VmwareEngineClient::privateCloudName()
for help formatting this field.