public final class AccessLevel extends GeneratedMessageV3 implements AccessLevelOrBuilder
An AccessLevel
is a label that can be applied to requests to Google Cloud
services, along with a list of requirements necessary for the label to be
applied.
Protobuf type google.identity.accesscontextmanager.v1.AccessLevel
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BASIC_FIELD_NUMBER
public static final int BASIC_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CUSTOM_FIELD_NUMBER
public static final int CUSTOM_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AccessLevel getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AccessLevel.Builder newBuilder()
newBuilder(AccessLevel prototype)
public static AccessLevel.Builder newBuilder(AccessLevel prototype)
parseDelimitedFrom(InputStream input)
public static AccessLevel parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AccessLevel parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AccessLevel parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static AccessLevel parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static AccessLevel parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AccessLevel parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AccessLevel> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBasic()
public BasicLevel getBasic()
A BasicLevel
composed of Conditions
.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;
getBasicOrBuilder()
public BasicLevelOrBuilder getBasicOrBuilder()
A BasicLevel
composed of Conditions
.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;
getCreateTime()
public Timestamp getCreateTime()
Output only. Time the AccessLevel
was created in UTC.
.google.protobuf.Timestamp create_time = 6;
Returns |
Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the AccessLevel
was created in UTC.
.google.protobuf.Timestamp create_time = 6;
getCustom()
public CustomLevel getCustom()
A CustomLevel
written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;
getCustomOrBuilder()
public CustomLevelOrBuilder getCustomOrBuilder()
A CustomLevel
written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;
getDefaultInstanceForType()
public AccessLevel getDefaultInstanceForType()
getDescription()
public String getDescription()
Description of the AccessLevel
and its use. Does not affect behavior.
string description = 3;
Returns |
Type |
Description |
String |
The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
Description of the AccessLevel
and its use. Does not affect behavior.
string description = 3;
Returns |
Type |
Description |
ByteString |
The bytes for description.
|
getLevelCase()
public AccessLevel.LevelCase getLevelCase()
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;
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public 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;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<AccessLevel> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTitle()
Human readable title. Must be unique within the Policy.
string title = 2;
Returns |
Type |
Description |
String |
The title.
|
getTitleBytes()
public ByteString getTitleBytes()
Human readable title. Must be unique within the Policy.
string title = 2;
Returns |
Type |
Description |
ByteString |
The bytes for title.
|
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Time the AccessLevel
was updated in UTC.
.google.protobuf.Timestamp update_time = 7;
Returns |
Type |
Description |
Timestamp |
The updateTime.
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time the AccessLevel
was updated in UTC.
.google.protobuf.Timestamp update_time = 7;
hasBasic()
public boolean hasBasic()
A BasicLevel
composed of Conditions
.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;
Returns |
Type |
Description |
boolean |
Whether the basic field is set.
|
hasCreateTime()
public boolean hasCreateTime()
Output only. Time the AccessLevel
was created in UTC.
.google.protobuf.Timestamp create_time = 6;
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
hasCustom()
public boolean hasCustom()
A CustomLevel
written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;
Returns |
Type |
Description |
boolean |
Whether the custom field is set.
|
hasUpdateTime()
public boolean hasUpdateTime()
Output only. Time the AccessLevel
was updated in UTC.
.google.protobuf.Timestamp update_time = 7;
Returns |
Type |
Description |
boolean |
Whether the updateTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AccessLevel.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessLevel.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AccessLevel.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides