Google Cloud Managed Identities V1 Client - Class DeleteDomainRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class DeleteDomainRequest.

Request message for DeleteDomain

Generated from protobuf message google.cloud.managedidentities.v1.DeleteDomainRequest

Namespace

Google \ Cloud \ ManagedIdentities \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}

getName

Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}

Returns
TypeDescription
string

setName

Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name} Please see Google\Cloud\ManagedIdentities\V1\ManagedIdentitiesServiceClient::domainName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ManagedIdentities\V1\DeleteDomainRequest