public interface AccessLevelOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BasicLevel |
getBasic()
A `BasicLevel` composed of `Conditions`.
|
BasicLevelOrBuilder |
getBasicOrBuilder()
A `BasicLevel` composed of `Conditions`.
|
Timestamp |
getCreateTime()
Output only.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
CustomLevel |
getCustom()
A `CustomLevel` written in the Common Expression Language.
|
CustomLevelOrBuilder |
getCustomOrBuilder()
A `CustomLevel` written in the Common Expression Language.
|
String |
getDescription()
Description of the `AccessLevel` and its use.
|
ByteString |
getDescriptionBytes()
Description of the `AccessLevel` and its use.
|
AccessLevel.LevelCase |
getLevelCase() |
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
String |
getTitle()
Human readable title.
|
ByteString |
getTitleBytes()
Human readable title.
|
Timestamp |
getUpdateTime()
Output only.
|
TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBasic()
A `BasicLevel` composed of `Conditions`.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasCustom()
A `CustomLevel` written in the Common Expression Language.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Required. Resource name for the Access Level. The `short_name` component
must begin with a letter and only include alphanumeric and '_'. Format:
`accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum
length of the `access_level` component is 50 characters.
string name = 1;ByteString getNameBytes()
Required. Resource name for the Access Level. The `short_name` component
must begin with a letter and only include alphanumeric and '_'. Format:
`accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum
length of the `access_level` component is 50 characters.
string name = 1;String getTitle()
Human readable title. Must be unique within the Policy.
string title = 2;ByteString getTitleBytes()
Human readable title. Must be unique within the Policy.
string title = 2;String getDescription()
Description of the `AccessLevel` and its use. Does not affect behavior.
string description = 3;ByteString getDescriptionBytes()
Description of the `AccessLevel` and its use. Does not affect behavior.
string description = 3;boolean hasBasic()
A `BasicLevel` composed of `Conditions`.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;BasicLevel getBasic()
A `BasicLevel` composed of `Conditions`.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;BasicLevelOrBuilder getBasicOrBuilder()
A `BasicLevel` composed of `Conditions`.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;boolean hasCustom()
A `CustomLevel` written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;CustomLevel getCustom()
A `CustomLevel` written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;CustomLevelOrBuilder getCustomOrBuilder()
A `CustomLevel` written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;boolean hasCreateTime()
Output only. Time the `AccessLevel` was created in UTC.
.google.protobuf.Timestamp create_time = 6;Timestamp getCreateTime()
Output only. Time the `AccessLevel` was created in UTC.
.google.protobuf.Timestamp create_time = 6;TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the `AccessLevel` was created in UTC.
.google.protobuf.Timestamp create_time = 6;boolean hasUpdateTime()
Output only. Time the `AccessLevel` was updated in UTC.
.google.protobuf.Timestamp update_time = 7;Timestamp getUpdateTime()
Output only. Time the `AccessLevel` was updated in UTC.
.google.protobuf.Timestamp update_time = 7;TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time the `AccessLevel` was updated in UTC.
.google.protobuf.Timestamp update_time = 7;AccessLevel.LevelCase getLevelCase()
Copyright © 2021 Google LLC. All rights reserved.