Uses of Class
com.google.iam.admin.v1.Role
-
Packages that use Role 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 Role in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return Role Modifier and Type Method Description Role
IAMClient. createRole(CreateRoleRequest request)
Creates a new custom [Role][google.iam.admin.v1.Role].Role
IAMClient. deleteRole(DeleteRoleRequest request)
Deletes a custom [Role][google.iam.admin.v1.Role].Role
IAMClient. getRole(GetRoleRequest request)
Gets the definition of a [Role][google.iam.admin.v1.Role].Role
IAMClient. undeleteRole(UndeleteRoleRequest request)
Undeletes a custom [Role][google.iam.admin.v1.Role].Role
IAMClient. updateRole(UpdateRoleRequest request)
Updates the definition of a custom [Role][google.iam.admin.v1.Role].Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type Role Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateRoleRequest,Role>
IAMClient. createRoleCallable()
Creates a new custom [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRoleRequest,Role>
IAMSettings.Builder. createRoleSettings()
Returns the builder for the settings used for calls to createRole.com.google.api.gax.rpc.UnaryCallSettings<CreateRoleRequest,Role>
IAMSettings. createRoleSettings()
Returns the object with the settings used for calls to createRole.com.google.api.gax.rpc.UnaryCallable<DeleteRoleRequest,Role>
IAMClient. deleteRoleCallable()
Deletes a custom [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRoleRequest,Role>
IAMSettings.Builder. deleteRoleSettings()
Returns the builder for the settings used for calls to deleteRole.com.google.api.gax.rpc.UnaryCallSettings<DeleteRoleRequest,Role>
IAMSettings. deleteRoleSettings()
Returns the object with the settings used for calls to deleteRole.com.google.api.gax.rpc.UnaryCallable<GetRoleRequest,Role>
IAMClient. getRoleCallable()
Gets the definition of a [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRoleRequest,Role>
IAMSettings.Builder. getRoleSettings()
Returns the builder for the settings used for calls to getRole.com.google.api.gax.rpc.UnaryCallSettings<GetRoleRequest,Role>
IAMSettings. getRoleSettings()
Returns the object with the settings used for calls to getRole.com.google.api.gax.rpc.UnaryCallable<UndeleteRoleRequest,Role>
IAMClient. undeleteRoleCallable()
Undeletes a custom [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteRoleRequest,Role>
IAMSettings.Builder. undeleteRoleSettings()
Returns the builder for the settings used for calls to undeleteRole.com.google.api.gax.rpc.UnaryCallSettings<UndeleteRoleRequest,Role>
IAMSettings. undeleteRoleSettings()
Returns the object with the settings used for calls to undeleteRole.com.google.api.gax.rpc.UnaryCallable<UpdateRoleRequest,Role>
IAMClient. updateRoleCallable()
Updates the definition of a custom [Role][google.iam.admin.v1.Role].com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRoleRequest,Role>
IAMSettings.Builder. updateRoleSettings()
Returns the builder for the settings used for calls to updateRole.com.google.api.gax.rpc.UnaryCallSettings<UpdateRoleRequest,Role>
IAMSettings. updateRoleSettings()
Returns the object with the settings used for calls to updateRole.Method parameters in com.google.cloud.iam.admin.v1 with type arguments of type Role 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)
static com.google.api.core.ApiFuture<IAMClient.QueryGrantableRolesPagedResponse>
IAMClient.QueryGrantableRolesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, com.google.api.core.ApiFuture<QueryGrantableRolesResponse> futureResponse)
protected IAMClient.ListRolesPage
IAMClient.ListRolesPage. createPage(com.google.api.gax.rpc.PageContext<ListRolesRequest,ListRolesResponse,Role> context, ListRolesResponse response)
protected IAMClient.QueryGrantableRolesPage
IAMClient.QueryGrantableRolesPage. createPage(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, QueryGrantableRolesResponse 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)
com.google.api.core.ApiFuture<IAMClient.QueryGrantableRolesPage>
IAMClient.QueryGrantableRolesPage. createPageAsync(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context, com.google.api.core.ApiFuture<QueryGrantableRolesResponse> futureResponse)
-
Uses of Role in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type Role Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateRoleRequest,Role>
GrpcIAMStub. createRoleCallable()
com.google.api.gax.rpc.UnaryCallable<CreateRoleRequest,Role>
IAMStub. createRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRoleRequest,Role>
IAMStubSettings.Builder. createRoleSettings()
Returns the builder for the settings used for calls to createRole.com.google.api.gax.rpc.UnaryCallSettings<CreateRoleRequest,Role>
IAMStubSettings. createRoleSettings()
Returns the object with the settings used for calls to createRole.com.google.api.gax.rpc.UnaryCallable<DeleteRoleRequest,Role>
GrpcIAMStub. deleteRoleCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteRoleRequest,Role>
IAMStub. deleteRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRoleRequest,Role>
IAMStubSettings.Builder. deleteRoleSettings()
Returns the builder for the settings used for calls to deleteRole.com.google.api.gax.rpc.UnaryCallSettings<DeleteRoleRequest,Role>
IAMStubSettings. deleteRoleSettings()
Returns the object with the settings used for calls to deleteRole.com.google.api.gax.rpc.UnaryCallable<GetRoleRequest,Role>
GrpcIAMStub. getRoleCallable()
com.google.api.gax.rpc.UnaryCallable<GetRoleRequest,Role>
IAMStub. getRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRoleRequest,Role>
IAMStubSettings.Builder. getRoleSettings()
Returns the builder for the settings used for calls to getRole.com.google.api.gax.rpc.UnaryCallSettings<GetRoleRequest,Role>
IAMStubSettings. getRoleSettings()
Returns the object with the settings used for calls to getRole.com.google.api.gax.rpc.UnaryCallable<UndeleteRoleRequest,Role>
GrpcIAMStub. undeleteRoleCallable()
com.google.api.gax.rpc.UnaryCallable<UndeleteRoleRequest,Role>
IAMStub. undeleteRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteRoleRequest,Role>
IAMStubSettings.Builder. undeleteRoleSettings()
Returns the builder for the settings used for calls to undeleteRole.com.google.api.gax.rpc.UnaryCallSettings<UndeleteRoleRequest,Role>
IAMStubSettings. undeleteRoleSettings()
Returns the object with the settings used for calls to undeleteRole.com.google.api.gax.rpc.UnaryCallable<UpdateRoleRequest,Role>
GrpcIAMStub. updateRoleCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateRoleRequest,Role>
IAMStub. updateRoleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRoleRequest,Role>
IAMStubSettings.Builder. updateRoleSettings()
Returns the builder for the settings used for calls to updateRole.com.google.api.gax.rpc.UnaryCallSettings<UpdateRoleRequest,Role>
IAMStubSettings. updateRoleSettings()
Returns the object with the settings used for calls to updateRole. -
Uses of Role in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return Role Modifier and Type Method Description Role
Role.Builder. build()
Role
Role.Builder. buildPartial()
Role
IAMGrpc.IAMBlockingStub. createRole(CreateRoleRequest request)
Creates a new custom [Role][google.iam.admin.v1.Role].Role
IAMGrpc.IAMBlockingStub. deleteRole(DeleteRoleRequest request)
Deletes a custom [Role][google.iam.admin.v1.Role].static Role
Role. getDefaultInstance()
Role
Role.Builder. getDefaultInstanceForType()
Role
Role. getDefaultInstanceForType()
Role
CreateRoleRequest.Builder. getRole()
The Role resource to create.Role
CreateRoleRequest. getRole()
The Role resource to create.Role
CreateRoleRequestOrBuilder. getRole()
The Role resource to create.Role
IAMGrpc.IAMBlockingStub. getRole(GetRoleRequest request)
Gets the definition of a [Role][google.iam.admin.v1.Role].Role
UpdateRoleRequest.Builder. getRole()
The updated role.Role
UpdateRoleRequest. getRole()
The updated role.Role
UpdateRoleRequestOrBuilder. getRole()
The updated role.Role
ListRolesResponse.Builder. getRoles(int index)
The Roles defined on this resource.Role
ListRolesResponse. getRoles(int index)
The Roles defined on this resource.Role
ListRolesResponseOrBuilder. getRoles(int index)
The Roles defined on this resource.Role
QueryGrantableRolesResponse.Builder. getRoles(int index)
The list of matching roles.Role
QueryGrantableRolesResponse. getRoles(int index)
The list of matching roles.Role
QueryGrantableRolesResponseOrBuilder. getRoles(int index)
The list of matching roles.static Role
Role. parseDelimitedFrom(InputStream input)
static Role
Role. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Role
Role. parseFrom(byte[] data)
static Role
Role. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Role
Role. parseFrom(com.google.protobuf.ByteString data)
static Role
Role. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Role
Role. parseFrom(com.google.protobuf.CodedInputStream input)
static Role
Role. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Role
Role. parseFrom(InputStream input)
static Role
Role. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Role
Role. parseFrom(ByteBuffer data)
static Role
Role. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Role
IAMGrpc.IAMBlockingStub. undeleteRole(UndeleteRoleRequest request)
Undeletes a custom [Role][google.iam.admin.v1.Role].Role
IAMGrpc.IAMBlockingStub. updateRole(UpdateRoleRequest request)
Updates the definition of a custom [Role][google.iam.admin.v1.Role].Methods in com.google.iam.admin.v1 that return types with arguments of type Role Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. createRole(CreateRoleRequest request)
Creates a new custom [Role][google.iam.admin.v1.Role].com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. deleteRole(DeleteRoleRequest request)
Deletes a custom [Role][google.iam.admin.v1.Role].static io.grpc.MethodDescriptor<CreateRoleRequest,Role>
IAMGrpc. getCreateRoleMethod()
static io.grpc.MethodDescriptor<DeleteRoleRequest,Role>
IAMGrpc. getDeleteRoleMethod()
static io.grpc.MethodDescriptor<GetRoleRequest,Role>
IAMGrpc. getGetRoleMethod()
com.google.protobuf.Parser<Role>
Role. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. getRole(GetRoleRequest request)
Gets the definition of a [Role][google.iam.admin.v1.Role].List<Role>
ListRolesResponse.Builder. getRolesList()
The Roles defined on this resource.List<Role>
ListRolesResponse. getRolesList()
The Roles defined on this resource.List<Role>
ListRolesResponseOrBuilder. getRolesList()
The Roles defined on this resource.List<Role>
QueryGrantableRolesResponse.Builder. getRolesList()
The list of matching roles.List<Role>
QueryGrantableRolesResponse. getRolesList()
The list of matching roles.List<Role>
QueryGrantableRolesResponseOrBuilder. getRolesList()
The list of matching roles.static io.grpc.MethodDescriptor<UndeleteRoleRequest,Role>
IAMGrpc. getUndeleteRoleMethod()
static io.grpc.MethodDescriptor<UpdateRoleRequest,Role>
IAMGrpc. getUpdateRoleMethod()
static com.google.protobuf.Parser<Role>
Role. parser()
com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. undeleteRole(UndeleteRoleRequest request)
Undeletes a custom [Role][google.iam.admin.v1.Role].com.google.common.util.concurrent.ListenableFuture<Role>
IAMGrpc.IAMFutureStub. updateRole(UpdateRoleRequest request)
Updates the definition of a custom [Role][google.iam.admin.v1.Role].Methods in com.google.iam.admin.v1 with parameters of type Role Modifier and Type Method Description ListRolesResponse.Builder
ListRolesResponse.Builder. addRoles(int index, Role value)
The Roles defined on this resource.ListRolesResponse.Builder
ListRolesResponse.Builder. addRoles(Role value)
The Roles defined on this resource.QueryGrantableRolesResponse.Builder
QueryGrantableRolesResponse.Builder. addRoles(int index, Role value)
The list of matching roles.QueryGrantableRolesResponse.Builder
QueryGrantableRolesResponse.Builder. addRoles(Role value)
The list of matching roles.Role.Builder
Role.Builder. mergeFrom(Role other)
CreateRoleRequest.Builder
CreateRoleRequest.Builder. mergeRole(Role value)
The Role resource to create.UpdateRoleRequest.Builder
UpdateRoleRequest.Builder. mergeRole(Role value)
The updated role.static Role.Builder
Role. newBuilder(Role prototype)
CreateRoleRequest.Builder
CreateRoleRequest.Builder. setRole(Role value)
The Role resource to create.UpdateRoleRequest.Builder
UpdateRoleRequest.Builder. setRole(Role value)
The updated role.ListRolesResponse.Builder
ListRolesResponse.Builder. setRoles(int index, Role value)
The Roles defined on this resource.QueryGrantableRolesResponse.Builder
QueryGrantableRolesResponse.Builder. setRoles(int index, Role value)
The list of matching roles.Method parameters in com.google.iam.admin.v1 with type arguments of type Role Modifier and Type Method Description ListRolesResponse.Builder
ListRolesResponse.Builder. addAllRoles(Iterable<? extends Role> values)
The Roles defined on this resource.QueryGrantableRolesResponse.Builder
QueryGrantableRolesResponse.Builder. addAllRoles(Iterable<? extends Role> values)
The list of matching roles.default void
IAMGrpc.AsyncService. createRole(CreateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Creates a new custom [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. createRole(CreateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Creates a new custom [Role][google.iam.admin.v1.Role].default void
IAMGrpc.AsyncService. deleteRole(DeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Deletes a custom [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. deleteRole(DeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Deletes a custom [Role][google.iam.admin.v1.Role].default void
IAMGrpc.AsyncService. getRole(GetRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Gets the definition of a [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. getRole(GetRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Gets the definition of a [Role][google.iam.admin.v1.Role].default void
IAMGrpc.AsyncService. undeleteRole(UndeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Undeletes a custom [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. undeleteRole(UndeleteRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Undeletes a custom [Role][google.iam.admin.v1.Role].default void
IAMGrpc.AsyncService. updateRole(UpdateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Updates the definition of a custom [Role][google.iam.admin.v1.Role].void
IAMGrpc.IAMStub. updateRole(UpdateRoleRequest request, io.grpc.stub.StreamObserver<Role> responseObserver)
Updates the definition of a custom [Role][google.iam.admin.v1.Role].
-