Package com.google.iam.admin.v1
Class Permission
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.iam.admin.v1.Permission
-
- All Implemented Interfaces:
PermissionOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class Permission extends com.google.protobuf.GeneratedMessageV3 implements PermissionOrBuilder
A permission which can be included by a role.
Protobuf typegoogle.iam.admin.v1.Permission
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Permission.Builder
A permission which can be included by a role.static class
Permission.CustomRolesSupportLevel
The state of the permission with regards to custom roles.static class
Permission.PermissionLaunchStage
A stage representing a permission's lifecycle phase.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
API_DISABLED_FIELD_NUMBER
static int
CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
static int
PRIMARY_PERMISSION_FIELD_NUMBER
static int
STAGE_FIELD_NUMBER
static int
TITLE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
getApiDisabled()
The service API associated with the permission is not enabled.Permission.CustomRolesSupportLevel
getCustomRolesSupportLevel()
The current custom role support level.int
getCustomRolesSupportLevelValue()
The current custom role support level.static Permission
getDefaultInstance()
Permission
getDefaultInstanceForType()
String
getDescription()
A brief description of what this Permission is used for.com.google.protobuf.ByteString
getDescriptionBytes()
A brief description of what this Permission is used for.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getName()
The name of this Permission.com.google.protobuf.ByteString
getNameBytes()
The name of this Permission.boolean
getOnlyInPredefinedRoles()
Deprecated.google.iam.admin.v1.Permission.only_in_predefined_roles is deprecated.com.google.protobuf.Parser<Permission>
getParserForType()
String
getPrimaryPermission()
The preferred name for this permission.com.google.protobuf.ByteString
getPrimaryPermissionBytes()
The preferred name for this permission.int
getSerializedSize()
Permission.PermissionLaunchStage
getStage()
The current launch stage of the permission.int
getStageValue()
The current launch stage of the permission.String
getTitle()
The title of this Permission.com.google.protobuf.ByteString
getTitleBytes()
The title of this Permission.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Permission.Builder
newBuilder()
static Permission.Builder
newBuilder(Permission prototype)
Permission.Builder
newBuilderForType()
protected Permission.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Permission
parseDelimitedFrom(InputStream input)
static Permission
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission
parseFrom(byte[] data)
static Permission
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission
parseFrom(com.google.protobuf.ByteString data)
static Permission
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission
parseFrom(com.google.protobuf.CodedInputStream input)
static Permission
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission
parseFrom(InputStream input)
static Permission
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Permission
parseFrom(ByteBuffer data)
static Permission
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Permission>
parser()
Permission.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
public static final int ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STAGE_FIELD_NUMBER
public static final int STAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
public static final int CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
API_DISABLED_FIELD_NUMBER
public static final int API_DISABLED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PRIMARY_PERMISSION_FIELD_NUMBER
public static final int PRIMARY_PERMISSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
The name of this Permission.
string name = 1;
- Specified by:
getName
in interfacePermissionOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of this Permission.
string name = 1;
- Specified by:
getNameBytes
in interfacePermissionOrBuilder
- Returns:
- The bytes for name.
-
getTitle
public String getTitle()
The title of this Permission.
string title = 2;
- Specified by:
getTitle
in interfacePermissionOrBuilder
- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
The title of this Permission.
string title = 2;
- Specified by:
getTitleBytes
in interfacePermissionOrBuilder
- Returns:
- The bytes for title.
-
getDescription
public String getDescription()
A brief description of what this Permission is used for. This permission can ONLY be used in predefined roles.
string description = 3;
- Specified by:
getDescription
in interfacePermissionOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
A brief description of what this Permission is used for. This permission can ONLY be used in predefined roles.
string description = 3;
- Specified by:
getDescriptionBytes
in interfacePermissionOrBuilder
- Returns:
- The bytes for description.
-
getOnlyInPredefinedRoles
@Deprecated public boolean getOnlyInPredefinedRoles()
Deprecated.google.iam.admin.v1.Permission.only_in_predefined_roles is deprecated. See google/iam/admin/v1/iam.proto;l=1450bool only_in_predefined_roles = 4 [deprecated = true];
- Specified by:
getOnlyInPredefinedRoles
in interfacePermissionOrBuilder
- Returns:
- The onlyInPredefinedRoles.
-
getStageValue
public int getStageValue()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
- Specified by:
getStageValue
in interfacePermissionOrBuilder
- Returns:
- The enum numeric value on the wire for stage.
-
getStage
public Permission.PermissionLaunchStage getStage()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
- Specified by:
getStage
in interfacePermissionOrBuilder
- Returns:
- The stage.
-
getCustomRolesSupportLevelValue
public int getCustomRolesSupportLevelValue()
The current custom role support level.
.google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
- Specified by:
getCustomRolesSupportLevelValue
in interfacePermissionOrBuilder
- Returns:
- The enum numeric value on the wire for customRolesSupportLevel.
-
getCustomRolesSupportLevel
public Permission.CustomRolesSupportLevel getCustomRolesSupportLevel()
The current custom role support level.
.google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
- Specified by:
getCustomRolesSupportLevel
in interfacePermissionOrBuilder
- Returns:
- The customRolesSupportLevel.
-
getApiDisabled
public boolean getApiDisabled()
The service API associated with the permission is not enabled.
bool api_disabled = 7;
- Specified by:
getApiDisabled
in interfacePermissionOrBuilder
- Returns:
- The apiDisabled.
-
getPrimaryPermission
public String getPrimaryPermission()
The preferred name for this permission. If present, then this permission is an alias of, and equivalent to, the listed primary_permission.
string primary_permission = 8;
- Specified by:
getPrimaryPermission
in interfacePermissionOrBuilder
- Returns:
- The primaryPermission.
-
getPrimaryPermissionBytes
public com.google.protobuf.ByteString getPrimaryPermissionBytes()
The preferred name for this permission. If present, then this permission is an alias of, and equivalent to, the listed primary_permission.
string primary_permission = 8;
- Specified by:
getPrimaryPermissionBytes
in interfacePermissionOrBuilder
- Returns:
- The bytes for primaryPermission.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Permission parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Permission parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Permission parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Permission parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Permission parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Permission parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Permission parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Permission parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Permission parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Permission parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Permission parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Permission parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Permission.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Permission.Builder newBuilder()
-
newBuilder
public static Permission.Builder newBuilder(Permission prototype)
-
toBuilder
public Permission.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Permission.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Permission getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Permission> parser()
-
getParserForType
public com.google.protobuf.Parser<Permission> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Permission getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-