Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class GetDomainRequest.
Request message for GetDomain
Generated from protobuf message google.cloud.managedidentities.v1.GetDomainRequest
Namespace
Google \ Cloud \ ManagedIdentities \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The domain resource name using the form: |
getName
Required. The domain resource name using the form:
projects/{project_id}/locations/global/domains/{domain_name}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The domain resource name using the form:
projects/{project_id}/locations/global/domains/{domain_name}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The domain resource name using the form:
|
| Returns | |
|---|---|
| Type | Description |
GetDomainRequest |
|