- 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 QueryGrantableRolesRequest extends GeneratedMessageV3 implements QueryGrantableRolesRequestOrBuilder
The grantable role query request.
Protobuf type google.iam.admin.v1.QueryGrantableRolesRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > QueryGrantableRolesRequestImplements
QueryGrantableRolesRequestOrBuilderStatic Fields
FULL_RESOURCE_NAME_FIELD_NUMBER
public static final int FULL_RESOURCE_NAME_FIELD_NUMBER
Type | Description |
int |
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Type | Description |
int |
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
VIEW_FIELD_NUMBER
public static final int VIEW_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static QueryGrantableRolesRequest getDefaultInstance()
Type | Description |
QueryGrantableRolesRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static QueryGrantableRolesRequest.Builder newBuilder()
Type | Description |
QueryGrantableRolesRequest.Builder |
newBuilder(QueryGrantableRolesRequest prototype)
public static QueryGrantableRolesRequest.Builder newBuilder(QueryGrantableRolesRequest prototype)
Name | Description |
prototype | QueryGrantableRolesRequest |
Type | Description |
QueryGrantableRolesRequest.Builder |
parseDelimitedFrom(InputStream input)
public static QueryGrantableRolesRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static QueryGrantableRolesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static QueryGrantableRolesRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static QueryGrantableRolesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static QueryGrantableRolesRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static QueryGrantableRolesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static QueryGrantableRolesRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static QueryGrantableRolesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static QueryGrantableRolesRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static QueryGrantableRolesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static QueryGrantableRolesRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static QueryGrantableRolesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
QueryGrantableRolesRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<QueryGrantableRolesRequest> parser()
Type | Description |
Parser<QueryGrantableRolesRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public QueryGrantableRolesRequest getDefaultInstanceForType()
Type | Description |
QueryGrantableRolesRequest |
getFullResourceName()
public String getFullResourceName()
Required. The full resource name to query from the list of grantable roles.
The name follows the Google Cloud Platform resource format.
For example, a Cloud Platform project with id my-project
will be named
//cloudresourcemanager.googleapis.com/projects/my-project
.
string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The fullResourceName. |
getFullResourceNameBytes()
public ByteString getFullResourceNameBytes()
Required. The full resource name to query from the list of grantable roles.
The name follows the Google Cloud Platform resource format.
For example, a Cloud Platform project with id my-project
will be named
//cloudresourcemanager.googleapis.com/projects/my-project
.
string full_resource_name = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for fullResourceName. |
getPageSize()
public int getPageSize()
Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000.
int32 page_size = 3;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
string page_token = 4;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
string page_token = 4;
Type | Description |
ByteString | The bytes for pageToken. |
getParserForType()
public Parser<QueryGrantableRolesRequest> getParserForType()
Type | Description |
Parser<QueryGrantableRolesRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getView()
public RoleView getView()
.google.iam.admin.v1.RoleView view = 2;
Type | Description |
RoleView | The view. |
getViewValue()
public int getViewValue()
.google.iam.admin.v1.RoleView view = 2;
Type | Description |
int | The enum numeric value on the wire for view. |
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 QueryGrantableRolesRequest.Builder newBuilderForType()
Type | Description |
QueryGrantableRolesRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected QueryGrantableRolesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
QueryGrantableRolesRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public QueryGrantableRolesRequest.Builder toBuilder()
Type | Description |
QueryGrantableRolesRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |