Class AccessLevel (1.42.0)

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

Static Fields

BASIC_FIELD_NUMBER

public static final int BASIC_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

CUSTOM_FIELD_NUMBER

public static final int CUSTOM_FIELD_NUMBER
Field Value
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

TITLE_FIELD_NUMBER

public static final int TITLE_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AccessLevel getDefaultInstance()
Returns
TypeDescription
AccessLevel

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AccessLevel.Builder newBuilder()
Returns
TypeDescription
AccessLevel.Builder

newBuilder(AccessLevel prototype)

public static AccessLevel.Builder newBuilder(AccessLevel prototype)
Parameter
NameDescription
prototypeAccessLevel
Returns
TypeDescription
AccessLevel.Builder

parseDelimitedFrom(InputStream input)

public static AccessLevel parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AccessLevel parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AccessLevel parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AccessLevel parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AccessLevel parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AccessLevel parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AccessLevel parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AccessLevel parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AccessLevel parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AccessLevel parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AccessLevel parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AccessLevel parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AccessLevel
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AccessLevel> parser()
Returns
TypeDescription
Parser<AccessLevel>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBasic()

public BasicLevel getBasic()

A BasicLevel composed of Conditions.

.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;

Returns
TypeDescription
BasicLevel

The basic.

getBasicOrBuilder()

public BasicLevelOrBuilder getBasicOrBuilder()

A BasicLevel composed of Conditions.

.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;

Returns
TypeDescription
BasicLevelOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. Time the AccessLevel was created in UTC.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Time the AccessLevel was created in UTC.

.google.protobuf.Timestamp create_time = 6;

Returns
TypeDescription
TimestampOrBuilder

getCustom()

public CustomLevel getCustom()

A CustomLevel written in the Common Expression Language.

.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;

Returns
TypeDescription
CustomLevel

The custom.

getCustomOrBuilder()

public CustomLevelOrBuilder getCustomOrBuilder()

A CustomLevel written in the Common Expression Language.

.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;

Returns
TypeDescription
CustomLevelOrBuilder

getDefaultInstanceForType()

public AccessLevel getDefaultInstanceForType()
Returns
TypeDescription
AccessLevel

getDescription()

public String getDescription()

Description of the AccessLevel and its use. Does not affect behavior.

string description = 3;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Description of the AccessLevel and its use. Does not affect behavior.

string description = 3;

Returns
TypeDescription
ByteString

The bytes for description.

getLevelCase()

public AccessLevel.LevelCase getLevelCase()
Returns
TypeDescription
AccessLevel.LevelCase

getName()

public String 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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<AccessLevel> getParserForType()
Returns
TypeDescription
Parser<AccessLevel>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTitle()

public String getTitle()

Human readable title. Must be unique within the Policy.

string title = 2;

Returns
TypeDescription
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

Human readable title. Must be unique within the Policy.

string title = 2;

Returns
TypeDescription
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
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Time the AccessLevel was updated in UTC.

.google.protobuf.Timestamp update_time = 7;

Returns
TypeDescription
TimestampOrBuilder

hasBasic()

public boolean hasBasic()

A BasicLevel composed of Conditions.

.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AccessLevel.Builder newBuilderForType()
Returns
TypeDescription
AccessLevel.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AccessLevel.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AccessLevel.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AccessLevel.Builder toBuilder()
Returns
TypeDescription
AccessLevel.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException