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
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
CUSTOM_FIELD_NUMBER
public static final int CUSTOM_FIELD_NUMBER
Field Value
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AccessLevel getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AccessLevel.Builder newBuilder()
Returns
newBuilder(AccessLevel prototype)
public static AccessLevel.Builder newBuilder(AccessLevel prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static AccessLevel parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AccessLevel parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AccessLevel parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static AccessLevel parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static AccessLevel parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AccessLevel parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessLevel parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AccessLevel> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getBasic()
public BasicLevel getBasic()
A BasicLevel
composed of Conditions
.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;
Returns
getBasicOrBuilder()
public BasicLevelOrBuilder getBasicOrBuilder()
A BasicLevel
composed of Conditions
.
.google.identity.accesscontextmanager.v1.BasicLevel basic = 4;
Returns
getCreateTime()
public Timestamp getCreateTime()
Output only. Time the AccessLevel
was created in UTC.
.google.protobuf.Timestamp create_time = 6;
Returns
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the AccessLevel
was created in UTC.
.google.protobuf.Timestamp create_time = 6;
Returns
getCustom()
public CustomLevel getCustom()
A CustomLevel
written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;
Returns
getCustomOrBuilder()
public CustomLevelOrBuilder getCustomOrBuilder()
A CustomLevel
written in the Common Expression Language.
.google.identity.accesscontextmanager.v1.CustomLevel custom = 5;
Returns
getDefaultInstanceForType()
public AccessLevel getDefaultInstanceForType()
Returns
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()
Returns
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
getParserForType()
public Parser<AccessLevel> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Time the AccessLevel
was updated in UTC.
.google.protobuf.Timestamp update_time = 7;
Returns
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time the AccessLevel
was updated in UTC.
.google.protobuf.Timestamp update_time = 7;
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AccessLevel.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessLevel.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AccessLevel.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions