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 prototype)
public static Permission.Builder newBuilder(Permission prototype)
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