Send feedback
Class Permission (3.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.31.0 keyboard_arrow_down
public final class Permission extends GeneratedMessageV3 implements PermissionOrBuilder
A permission which can be included by a role.
Protobuf type google.iam.admin.v1.Permission
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
API_DISABLED_FIELD_NUMBER
public static final int API_DISABLED_FIELD_NUMBER
Field Value Type Description int
CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
public static final int CUSTOM_ROLES_SUPPORT_LEVEL_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
ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
public static final int ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
Field Value Type Description int
PRIMARY_PERMISSION_FIELD_NUMBER
public static final int PRIMARY_PERMISSION_FIELD_NUMBER
Field Value Type Description int
STAGE_FIELD_NUMBER
public static final int STAGE_FIELD_NUMBER
Field Value Type Description int
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Permission getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Permission . Builder newBuilder ()
newBuilder(Permission prototype)
public static Permission . Builder newBuilder ( Permission prototype )
public static Permission parseDelimitedFrom ( InputStream input )
public static Permission parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Permission parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Permission parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Permission parseFrom ( CodedInputStream input )
public static Permission parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Permission parseFrom ( InputStream input )
public static Permission parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Permission parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Permission> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getApiDisabled()
public boolean getApiDisabled ()
The service API associated with the permission is not enabled.
bool api_disabled = 7;
Returns Type Description boolean
The apiDisabled.
getCustomRolesSupportLevel()
public Permission . CustomRolesSupportLevel getCustomRolesSupportLevel ()
The current custom role support level.
.google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
getCustomRolesSupportLevelValue()
public int getCustomRolesSupportLevelValue ()
The current custom role support level.
.google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
Returns Type Description int
The enum numeric value on the wire for customRolesSupportLevel.
getDefaultInstanceForType()
public Permission getDefaultInstanceForType ()
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;
Returns Type Description String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
A brief description of what this Permission is used for.
This permission can ONLY be used in predefined roles.
string description = 3;
Returns Type Description ByteString
The bytes for description.
getName()
The name of this Permission.
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
The name of this Permission.
string name = 1;
Returns Type Description ByteString
The bytes for name.
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=1450
bool only_in_predefined_roles = 4 [deprecated = true];
Returns Type Description boolean
The onlyInPredefinedRoles.
getParserForType()
public Parser<Permission> getParserForType ()
Overrides
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;
Returns Type Description String
The primaryPermission.
getPrimaryPermissionBytes()
public 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;
Returns Type Description ByteString
The bytes for primaryPermission.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getStage()
public Permission . PermissionLaunchStage getStage ()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
getStageValue()
public int getStageValue ()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
Returns Type Description int
The enum numeric value on the wire for stage.
getTitle()
The title of this Permission.
string title = 2;
Returns Type Description String
The title.
getTitleBytes()
public ByteString getTitleBytes ()
The title of this Permission.
string title = 2;
Returns Type Description ByteString
The bytes for title.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Permission . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Permission . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Permission . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]