Send feedback Class Permission (3.2.0) Stay organized with collections Save and categorize content based on your preferences.
Version 3.2.0keyboard_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
Static Fields API_DISABLED_FIELD_NUMBER
public static final int API_DISABLED_FIELD_NUMBER
Field Value CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
public static final int CUSTOM_ROLES_SUPPORT_LEVEL_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 ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
public static final int ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
Field Value PRIMARY_PERMISSION_FIELD_NUMBER
public static final int PRIMARY_PERMISSION_FIELD_NUMBER
Field Value STAGE_FIELD_NUMBER
public static final int STAGE_FIELD_NUMBER
Field Value TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value Static Methods getDefaultInstance()
public static Permission getDefaultInstance ()
Returns getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns newBuilder()
public static Permission . Builder newBuilder ()
Returns newBuilder(Permission )
public static Permission . Builder newBuilder ( Permission )
Parameter Returns
public static Permission parseDelimitedFrom ( InputStream input )
Parameter Returns Exceptions
public static Permission parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(byte[] data)
public static Permission parseFrom ( byte [] data )
Parameter Name Description data byte []
Returns Exceptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteString data)
public static Permission parseFrom ( ByteString data )
Parameter Returns Exceptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static Permission parseFrom ( CodedInputStream input )
Parameter Returns Exceptions
public static Permission parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static Permission parseFrom ( InputStream input )
Parameter Returns Exceptions
public static Permission parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteBuffer data)
public static Permission parseFrom ( ByteBuffer data )
Parameter Returns Exceptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parser()
public static Parser<Permission> parser ()
Returns Methods equals(Object obj)
public boolean equals ( Object obj )
Parameter Returns 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;
Returns 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 ()
Returns 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 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 ()
Returns 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 Overrides getStage()
public Permission . PermissionLaunchStage getStage ()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
Returns 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 getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns Overrides hashCode() Returns Overrides internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides isInitialized()
public final boolean isInitialized ()
Returns Overrides newBuilderForType()
public Permission . Builder newBuilderForType ()
Returns newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Permission . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter Returns Overrides newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter Returns Overrides toBuilder()
public Permission . Builder toBuilder ()
Returns writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter Overrides Exceptions 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-06-05 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-06-05 UTC."],[],[]]