public interface GetAccessLevelRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LevelFormat |
getAccessLevelFormat()
Whether to return `BasicLevels` in the Cloud Common Expression
Language rather than as `BasicLevels`.
|
int |
getAccessLevelFormatValue()
Whether to return `BasicLevels` in the Cloud Common Expression
Language rather than as `BasicLevels`.
|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getName()
Required. Resource name for the [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel].
Format:
`accessPolicies/{policy_id}/accessLevels/{access_level_id}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getNameBytes()
Required. Resource name for the [Access Level]
[google.identity.accesscontextmanager.v1.AccessLevel].
Format:
`accessPolicies/{policy_id}/accessLevels/{access_level_id}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getAccessLevelFormatValue()
Whether to return `BasicLevels` in the Cloud Common Expression Language rather than as `BasicLevels`. Defaults to AS_DEFINED, where [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] are returned as `BasicLevels` or `CustomLevels` based on how they were created. If set to CEL, all [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] are returned as `CustomLevels`. In the CEL case, `BasicLevels` are translated to equivalent `CustomLevels`.
.google.identity.accesscontextmanager.v1.LevelFormat access_level_format = 2;LevelFormat getAccessLevelFormat()
Whether to return `BasicLevels` in the Cloud Common Expression Language rather than as `BasicLevels`. Defaults to AS_DEFINED, where [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] are returned as `BasicLevels` or `CustomLevels` based on how they were created. If set to CEL, all [Access Levels] [google.identity.accesscontextmanager.v1.AccessLevel] are returned as `CustomLevels`. In the CEL case, `BasicLevels` are translated to equivalent `CustomLevels`.
.google.identity.accesscontextmanager.v1.LevelFormat access_level_format = 2;Copyright © 2021 Google LLC. All rights reserved.