Uses of Class
com.google.iam.admin.v1.ListRolesRequest
-
Packages that use ListRolesRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of ListRolesRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type ListRolesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,ListRolesResponse>
IAMClient. listRolesCallable()
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse>
IAMClient. listRolesPagedCallable()
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMSettings.Builder. listRolesSettings()
Returns the builder for the settings used for calls to listRoles.com.google.api.gax.rpc.PagedCallSettings<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMSettings. listRolesSettings()
Returns the object with the settings used for calls to listRoles.Methods in com.google.cloud.iam.admin.v1 with parameters of type ListRolesRequest Modifier and Type Method Description IAMClient.ListRolesPagedResponse
IAMClient. listRoles(ListRolesRequest request)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.Method parameters in com.google.cloud.iam.admin.v1 with type arguments of type ListRolesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<IAMClient.ListRolesPagedResponse>
IAMClient.ListRolesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRolesRequest,ListRolesResponse,Role> context, com.google.api.core.ApiFuture<ListRolesResponse> futureResponse)
protected IAMClient.ListRolesPage
IAMClient.ListRolesPage. createPage(com.google.api.gax.rpc.PageContext<ListRolesRequest,ListRolesResponse,Role> context, ListRolesResponse response)
com.google.api.core.ApiFuture<IAMClient.ListRolesPage>
IAMClient.ListRolesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRolesRequest,ListRolesResponse,Role> context, com.google.api.core.ApiFuture<ListRolesResponse> futureResponse)
-
Uses of ListRolesRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type ListRolesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,ListRolesResponse>
GrpcIAMStub. listRolesCallable()
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,ListRolesResponse>
IAMStub. listRolesCallable()
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse>
GrpcIAMStub. listRolesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse>
IAMStub. listRolesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMStubSettings.Builder. listRolesSettings()
Returns the builder for the settings used for calls to listRoles.com.google.api.gax.rpc.PagedCallSettings<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse>
IAMStubSettings. listRolesSettings()
Returns the object with the settings used for calls to listRoles. -
Uses of ListRolesRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return ListRolesRequest Modifier and Type Method Description ListRolesRequest
ListRolesRequest.Builder. build()
ListRolesRequest
ListRolesRequest.Builder. buildPartial()
static ListRolesRequest
ListRolesRequest. getDefaultInstance()
ListRolesRequest
ListRolesRequest.Builder. getDefaultInstanceForType()
ListRolesRequest
ListRolesRequest. getDefaultInstanceForType()
static ListRolesRequest
ListRolesRequest. parseDelimitedFrom(InputStream input)
static ListRolesRequest
ListRolesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRolesRequest
ListRolesRequest. parseFrom(byte[] data)
static ListRolesRequest
ListRolesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRolesRequest
ListRolesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListRolesRequest
ListRolesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRolesRequest
ListRolesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRolesRequest
ListRolesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRolesRequest
ListRolesRequest. parseFrom(InputStream input)
static ListRolesRequest
ListRolesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRolesRequest
ListRolesRequest. parseFrom(ByteBuffer data)
static ListRolesRequest
ListRolesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.iam.admin.v1 that return types with arguments of type ListRolesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListRolesRequest,ListRolesResponse>
IAMGrpc. getListRolesMethod()
com.google.protobuf.Parser<ListRolesRequest>
ListRolesRequest. getParserForType()
static com.google.protobuf.Parser<ListRolesRequest>
ListRolesRequest. parser()
Methods in com.google.iam.admin.v1 with parameters of type ListRolesRequest Modifier and Type Method Description default void
IAMGrpc.AsyncService. listRoles(ListRolesRequest request, io.grpc.stub.StreamObserver<ListRolesResponse> responseObserver)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.ListRolesResponse
IAMGrpc.IAMBlockingStub. listRoles(ListRolesRequest request)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.com.google.common.util.concurrent.ListenableFuture<ListRolesResponse>
IAMGrpc.IAMFutureStub. listRoles(ListRolesRequest request)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.void
IAMGrpc.IAMStub. listRoles(ListRolesRequest request, io.grpc.stub.StreamObserver<ListRolesResponse> responseObserver)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role that is defined for an organization or project.ListRolesRequest.Builder
ListRolesRequest.Builder. mergeFrom(ListRolesRequest other)
static ListRolesRequest.Builder
ListRolesRequest. newBuilder(ListRolesRequest prototype)
-