public interface AccessPolicyOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreateTime()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getEtag()
Output only.
|
ByteString |
getEtagBytes()
Output only.
|
String |
getName()
Output only.
|
ByteString |
getNameBytes()
Output only.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
String |
getTitle()
Required.
|
ByteString |
getTitleBytes()
Required.
|
Timestamp |
getUpdateTime()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Output only. Resource name of the `AccessPolicy`. Format:
`accessPolicies/{access_policy}`
string name = 1;ByteString getNameBytes()
Output only. Resource name of the `AccessPolicy`. Format:
`accessPolicies/{access_policy}`
string name = 1;String getParent()
Required. The parent of this `AccessPolicy` in the Cloud Resource
Hierarchy. Currently immutable once created. Format:
`organizations/{organization_id}`
string parent = 2;ByteString getParentBytes()
Required. The parent of this `AccessPolicy` in the Cloud Resource
Hierarchy. Currently immutable once created. Format:
`organizations/{organization_id}`
string parent = 2;String getTitle()
Required. Human readable title. Does not affect behavior.
string title = 3;ByteString getTitleBytes()
Required. Human readable title. Does not affect behavior.
string title = 3;boolean hasCreateTime()
Output only. Time the `AccessPolicy` was created in UTC.
.google.protobuf.Timestamp create_time = 4;Timestamp getCreateTime()
Output only. Time the `AccessPolicy` was created in UTC.
.google.protobuf.Timestamp create_time = 4;TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the `AccessPolicy` was created in UTC.
.google.protobuf.Timestamp create_time = 4;boolean hasUpdateTime()
Output only. Time the `AccessPolicy` was updated in UTC.
.google.protobuf.Timestamp update_time = 5;Timestamp getUpdateTime()
Output only. Time the `AccessPolicy` was updated in UTC.
.google.protobuf.Timestamp update_time = 5;TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time the `AccessPolicy` was updated in UTC.
.google.protobuf.Timestamp update_time = 5;String getEtag()
Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Polices will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.
string etag = 6;ByteString getEtagBytes()
Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Polices will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.
string etag = 6;Copyright © 2021 Google LLC. All rights reserved.