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 classPermission.BuilderA permission which can be included by a role.static classPermission.CustomRolesSupportLevelThe state of the permission with regards to custom roles.static classPermission.PermissionLaunchStageA 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 intAPI_DISABLED_FIELD_NUMBERstatic intCUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBERstatic intDESCRIPTION_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intONLY_IN_PREDEFINED_ROLES_FIELD_NUMBERstatic intPRIMARY_PERMISSION_FIELD_NUMBERstatic intSTAGE_FIELD_NUMBERstatic intTITLE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)booleangetApiDisabled()The service API associated with the permission is not enabled.Permission.CustomRolesSupportLevelgetCustomRolesSupportLevel()The current custom role support level.intgetCustomRolesSupportLevelValue()The current custom role support level.static PermissiongetDefaultInstance()PermissiongetDefaultInstanceForType()StringgetDescription()A brief description of what this Permission is used for.com.google.protobuf.ByteStringgetDescriptionBytes()A brief description of what this Permission is used for.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetName()The name of this Permission.com.google.protobuf.ByteStringgetNameBytes()The name of this Permission.booleangetOnlyInPredefinedRoles()Deprecated.google.iam.admin.v1.Permission.only_in_predefined_roles is deprecated.com.google.protobuf.Parser<Permission>getParserForType()StringgetPrimaryPermission()The preferred name for this permission.com.google.protobuf.ByteStringgetPrimaryPermissionBytes()The preferred name for this permission.intgetSerializedSize()Permission.PermissionLaunchStagegetStage()The current launch stage of the permission.intgetStageValue()The current launch stage of the permission.StringgetTitle()The title of this Permission.com.google.protobuf.ByteStringgetTitleBytes()The title of this Permission.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Permission.BuildernewBuilder()static Permission.BuildernewBuilder(Permission prototype)Permission.BuildernewBuilderForType()protected Permission.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static PermissionparseDelimitedFrom(InputStream input)static PermissionparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PermissionparseFrom(byte[] data)static PermissionparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PermissionparseFrom(com.google.protobuf.ByteString data)static PermissionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PermissionparseFrom(com.google.protobuf.CodedInputStream input)static PermissionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PermissionparseFrom(InputStream input)static PermissionparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PermissionparseFrom(ByteBuffer data)static PermissionparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Permission>parser()Permission.BuildertoBuilder()voidwriteTo(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:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
The name of this Permission.
string name = 1;- Specified by:
getNamein interfacePermissionOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The name of this Permission.
string name = 1;- Specified by:
getNameBytesin interfacePermissionOrBuilder- Returns:
- The bytes for name.
-
getTitle
public String getTitle()
The title of this Permission.
string title = 2;- Specified by:
getTitlein interfacePermissionOrBuilder- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()
The title of this Permission.
string title = 2;- Specified by:
getTitleBytesin 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:
getDescriptionin 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:
getDescriptionBytesin 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:
getOnlyInPredefinedRolesin 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:
getStageValuein 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:
getStagein 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:
getCustomRolesSupportLevelValuein 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:
getCustomRolesSupportLevelin interfacePermissionOrBuilder- Returns:
- The customRolesSupportLevel.
-
getApiDisabled
public boolean getApiDisabled()
The service API associated with the permission is not enabled.
bool api_disabled = 7;- Specified by:
getApiDisabledin 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:
getPrimaryPermissionin 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:
getPrimaryPermissionBytesin interfacePermissionOrBuilder- Returns:
- The bytes for primaryPermission.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein 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:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein 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:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Permission.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein 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:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Permission getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-