public final class CreateRoleRequest extends GeneratedMessageV3 implements CreateRoleRequestOrBuilder
The request to create a new role.
Protobuf type google.iam.admin.v1.CreateRoleRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROLE_FIELD_NUMBER
public static final int ROLE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROLE_ID_FIELD_NUMBER
public static final int ROLE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static CreateRoleRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateRoleRequest.Builder newBuilder()
newBuilder(CreateRoleRequest prototype)
public static CreateRoleRequest.Builder newBuilder(CreateRoleRequest prototype)
public static CreateRoleRequest parseDelimitedFrom(InputStream input)
public static CreateRoleRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateRoleRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateRoleRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateRoleRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateRoleRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateRoleRequest parseFrom(CodedInputStream input)
public static CreateRoleRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateRoleRequest parseFrom(InputStream input)
public static CreateRoleRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateRoleRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateRoleRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateRoleRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public CreateRoleRequest getDefaultInstanceForType()
getParent()
public String getParent()
The parent
parameter's value depends on the target resource for the
request, namely
projects
or
organizations
.
Each resource type's parent
value format is described below:
projects.roles.create()
:
projects/{PROJECT_ID}
. This method creates project-level
custom
roles.
Example request URL:
https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles
organizations.roles.create()
:
organizations/{ORGANIZATION_ID}
. This method creates organization-level
custom
roles.
Example request URL:
https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles
Note: Wildcard (*) values are invalid; you must specify a complete project
ID or organization ID.
string parent = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
The parent
parameter's value depends on the target resource for the
request, namely
projects
or
organizations
.
Each resource type's parent
value format is described below:
projects.roles.create()
:
projects/{PROJECT_ID}
. This method creates project-level
custom
roles.
Example request URL:
https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles
organizations.roles.create()
:
organizations/{ORGANIZATION_ID}
. This method creates organization-level
custom
roles.
Example request URL:
https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles
Note: Wildcard (*) values are invalid; you must specify a complete project
ID or organization ID.
string parent = 1 [(.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
getParserForType()
public Parser<CreateRoleRequest> getParserForType()
Overrides
getRole()
The Role resource to create.
.google.iam.admin.v1.Role role = 3;
Returns |
---|
Type | Description |
Role | The role.
|
getRoleId()
public String getRoleId()
The role ID to use for this role.
A role ID may contain alphanumeric characters, underscores (_
), and
periods (.
). It must contain a minimum of 3 characters and a maximum of
64 characters.
string role_id = 2;
Returns |
---|
Type | Description |
String | The roleId.
|
getRoleIdBytes()
public ByteString getRoleIdBytes()
The role ID to use for this role.
A role ID may contain alphanumeric characters, underscores (_
), and
periods (.
). It must contain a minimum of 3 characters and a maximum of
64 characters.
string role_id = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for roleId.
|
getRoleOrBuilder()
public RoleOrBuilder getRoleOrBuilder()
The Role resource to create.
.google.iam.admin.v1.Role role = 3;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasRole()
The Role resource to create.
.google.iam.admin.v1.Role role = 3;
Returns |
---|
Type | Description |
boolean | Whether the role field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateRoleRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateRoleRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CreateRoleRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides