- 3.48.0 (latest)
- 3.47.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.0.0
- 1.2.5
- 1.1.8
- 0.2.0
public final class Permission extends GeneratedMessageV3 implements PermissionOrBuilder
A permission which can be included by a role.
Protobuf type google.iam.admin.v1.Permission
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PermissionImplements
PermissionOrBuilderStatic Fields
API_DISABLED_FIELD_NUMBER
public static final int API_DISABLED_FIELD_NUMBER
Type | Description |
int |
CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
public static final int CUSTOM_ROLES_SUPPORT_LEVEL_FIELD_NUMBER
Type | Description |
int |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
public static final int ONLY_IN_PREDEFINED_ROLES_FIELD_NUMBER
Type | Description |
int |
PRIMARY_PERMISSION_FIELD_NUMBER
public static final int PRIMARY_PERMISSION_FIELD_NUMBER
Type | Description |
int |
STAGE_FIELD_NUMBER
public static final int STAGE_FIELD_NUMBER
Type | Description |
int |
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Permission getDefaultInstance()
Type | Description |
Permission |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Permission.Builder newBuilder()
Type | Description |
Permission.Builder |
newBuilder(Permission prototype)
public static Permission.Builder newBuilder(Permission prototype)
Name | Description |
prototype | Permission |
Type | Description |
Permission.Builder |
parseDelimitedFrom(InputStream input)
public static Permission parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Permission |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Permission parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Permission |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Permission parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Permission |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Permission |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Permission parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Permission |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Permission |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Permission parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Permission |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Permission |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Permission parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Permission |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Permission |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Permission parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Permission |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Permission parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Permission |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Permission> parser()
Type | Description |
Parser<Permission> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getApiDisabled()
public boolean getApiDisabled()
The service API associated with the permission is not enabled.
bool api_disabled = 7;
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;
Type | Description |
Permission.CustomRolesSupportLevel | The customRolesSupportLevel. |
getCustomRolesSupportLevelValue()
public int getCustomRolesSupportLevelValue()
The current custom role support level.
.google.iam.admin.v1.Permission.CustomRolesSupportLevel custom_roles_support_level = 6;
Type | Description |
int | The enum numeric value on the wire for customRolesSupportLevel. |
getDefaultInstanceForType()
public Permission getDefaultInstanceForType()
Type | Description |
Permission |
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;
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;
Type | Description |
ByteString | The bytes for description. |
getName()
public String getName()
The name of this Permission.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The name of this Permission.
string name = 1;
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];
Type | Description |
boolean | The onlyInPredefinedRoles. |
getParserForType()
public Parser<Permission> getParserForType()
Type | Description |
Parser<Permission> |
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;
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;
Type | Description |
ByteString | The bytes for primaryPermission. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStage()
public Permission.PermissionLaunchStage getStage()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
Type | Description |
Permission.PermissionLaunchStage | The stage. |
getStageValue()
public int getStageValue()
The current launch stage of the permission.
.google.iam.admin.v1.Permission.PermissionLaunchStage stage = 5;
Type | Description |
int | The enum numeric value on the wire for stage. |
getTitle()
public String getTitle()
The title of this Permission.
string title = 2;
Type | Description |
String | The title. |
getTitleBytes()
public ByteString getTitleBytes()
The title of this Permission.
string title = 2;
Type | Description |
ByteString | The bytes for title. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Permission.Builder newBuilderForType()
Type | Description |
Permission.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Permission.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Permission.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Permission.Builder toBuilder()
Type | Description |
Permission.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |