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