public interface AttachTrustRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTrust()
public abstract Trust getTrust()Required. The domain trust resource.
.google.cloud.managedidentities.v1.Trust trust = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Trust |
The trust. |
getTrustOrBuilder()
public abstract TrustOrBuilder getTrustOrBuilder()Required. The domain trust resource.
.google.cloud.managedidentities.v1.Trust trust = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TrustOrBuilder |
|
hasTrust()
public abstract boolean hasTrust()Required. The domain trust resource.
.google.cloud.managedidentities.v1.Trust trust = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the trust field is set. |