- 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 class GrpcIAMStub extends IAMStub
gRPC stub implementation for the IAM service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcIAMStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcIAMStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcIAMStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcIAMStub |
Type | Description |
IOException |
create(IAMStubSettings settings)
public static final GrpcIAMStub create(IAMStubSettings settings)
Name | Description |
settings | IAMStubSettings |
Type | Description |
GrpcIAMStub |
Type | Description |
IOException |
Constructors
GrpcIAMStub(IAMStubSettings settings, ClientContext clientContext)
protected GrpcIAMStub(IAMStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcIAMStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | IAMStubSettings |
clientContext | ClientContext |
GrpcIAMStub(IAMStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcIAMStub(IAMStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcIAMStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | IAMStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
close()
public final void close()
createRoleCallable()
public UnaryCallable<CreateRoleRequest,Role> createRoleCallable()
Type | Description |
UnaryCallable<CreateRoleRequest,Role> |
createServiceAccountCallable()
public UnaryCallable<CreateServiceAccountRequest,ServiceAccount> createServiceAccountCallable()
Type | Description |
UnaryCallable<CreateServiceAccountRequest,ServiceAccount> |
createServiceAccountKeyCallable()
public UnaryCallable<CreateServiceAccountKeyRequest,ServiceAccountKey> createServiceAccountKeyCallable()
Type | Description |
UnaryCallable<CreateServiceAccountKeyRequest,ServiceAccountKey> |
deleteRoleCallable()
public UnaryCallable<DeleteRoleRequest,Role> deleteRoleCallable()
Type | Description |
UnaryCallable<DeleteRoleRequest,Role> |
deleteServiceAccountCallable()
public UnaryCallable<DeleteServiceAccountRequest,Empty> deleteServiceAccountCallable()
Type | Description |
UnaryCallable<DeleteServiceAccountRequest,Empty> |
deleteServiceAccountKeyCallable()
public UnaryCallable<DeleteServiceAccountKeyRequest,Empty> deleteServiceAccountKeyCallable()
Type | Description |
UnaryCallable<DeleteServiceAccountKeyRequest,Empty> |
disableServiceAccountCallable()
public UnaryCallable<DisableServiceAccountRequest,Empty> disableServiceAccountCallable()
Type | Description |
UnaryCallable<DisableServiceAccountRequest,Empty> |
enableServiceAccountCallable()
public UnaryCallable<EnableServiceAccountRequest,Empty> enableServiceAccountCallable()
Type | Description |
UnaryCallable<EnableServiceAccountRequest,Empty> |
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
getRoleCallable()
public UnaryCallable<GetRoleRequest,Role> getRoleCallable()
Type | Description |
UnaryCallable<GetRoleRequest,Role> |
getServiceAccountCallable()
public UnaryCallable<GetServiceAccountRequest,ServiceAccount> getServiceAccountCallable()
Type | Description |
UnaryCallable<GetServiceAccountRequest,ServiceAccount> |
getServiceAccountKeyCallable()
public UnaryCallable<GetServiceAccountKeyRequest,ServiceAccountKey> getServiceAccountKeyCallable()
Type | Description |
UnaryCallable<GetServiceAccountKeyRequest,ServiceAccountKey> |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
lintPolicyCallable()
public UnaryCallable<LintPolicyRequest,LintPolicyResponse> lintPolicyCallable()
Type | Description |
UnaryCallable<LintPolicyRequest,LintPolicyResponse> |
listRolesCallable()
public UnaryCallable<ListRolesRequest,ListRolesResponse> listRolesCallable()
Type | Description |
UnaryCallable<ListRolesRequest,ListRolesResponse> |
listRolesPagedCallable()
public UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse> listRolesPagedCallable()
Type | Description |
UnaryCallable<ListRolesRequest,ListRolesPagedResponse> |
listServiceAccountKeysCallable()
public UnaryCallable<ListServiceAccountKeysRequest,ListServiceAccountKeysResponse> listServiceAccountKeysCallable()
Type | Description |
UnaryCallable<ListServiceAccountKeysRequest,ListServiceAccountKeysResponse> |
listServiceAccountsCallable()
public UnaryCallable<ListServiceAccountsRequest,ListServiceAccountsResponse> listServiceAccountsCallable()
Type | Description |
UnaryCallable<ListServiceAccountsRequest,ListServiceAccountsResponse> |
listServiceAccountsPagedCallable()
public UnaryCallable<ListServiceAccountsRequest,IAMClient.ListServiceAccountsPagedResponse> listServiceAccountsPagedCallable()
Type | Description |
UnaryCallable<ListServiceAccountsRequest,ListServiceAccountsPagedResponse> |
patchServiceAccountCallable()
public UnaryCallable<PatchServiceAccountRequest,ServiceAccount> patchServiceAccountCallable()
Type | Description |
UnaryCallable<PatchServiceAccountRequest,ServiceAccount> |
queryAuditableServicesCallable()
public UnaryCallable<QueryAuditableServicesRequest,QueryAuditableServicesResponse> queryAuditableServicesCallable()
Type | Description |
UnaryCallable<QueryAuditableServicesRequest,QueryAuditableServicesResponse> |
queryGrantableRolesCallable()
public UnaryCallable<QueryGrantableRolesRequest,QueryGrantableRolesResponse> queryGrantableRolesCallable()
Type | Description |
UnaryCallable<QueryGrantableRolesRequest,QueryGrantableRolesResponse> |
queryGrantableRolesPagedCallable()
public UnaryCallable<QueryGrantableRolesRequest,IAMClient.QueryGrantableRolesPagedResponse> queryGrantableRolesPagedCallable()
Type | Description |
UnaryCallable<QueryGrantableRolesRequest,QueryGrantableRolesPagedResponse> |
queryTestablePermissionsCallable()
public UnaryCallable<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse> queryTestablePermissionsCallable()
Type | Description |
UnaryCallable<QueryTestablePermissionsRequest,QueryTestablePermissionsResponse> |
queryTestablePermissionsPagedCallable()
public UnaryCallable<QueryTestablePermissionsRequest,IAMClient.QueryTestablePermissionsPagedResponse> queryTestablePermissionsPagedCallable()
Type | Description |
UnaryCallable<QueryTestablePermissionsRequest,QueryTestablePermissionsPagedResponse> |
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
signBlobCallable()
public UnaryCallable<SignBlobRequest,SignBlobResponse> signBlobCallable()
Type | Description |
UnaryCallable<SignBlobRequest,SignBlobResponse> |
signJwtCallable()
public UnaryCallable<SignJwtRequest,SignJwtResponse> signJwtCallable()
Type | Description |
UnaryCallable<SignJwtRequest,SignJwtResponse> |
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
undeleteRoleCallable()
public UnaryCallable<UndeleteRoleRequest,Role> undeleteRoleCallable()
Type | Description |
UnaryCallable<UndeleteRoleRequest,Role> |
undeleteServiceAccountCallable()
public UnaryCallable<UndeleteServiceAccountRequest,UndeleteServiceAccountResponse> undeleteServiceAccountCallable()
Type | Description |
UnaryCallable<UndeleteServiceAccountRequest,UndeleteServiceAccountResponse> |
updateRoleCallable()
public UnaryCallable<UpdateRoleRequest,Role> updateRoleCallable()
Type | Description |
UnaryCallable<UpdateRoleRequest,Role> |
updateServiceAccountCallable()
public UnaryCallable<ServiceAccount,ServiceAccount> updateServiceAccountCallable()
Type | Description |
UnaryCallable<ServiceAccount,ServiceAccount> |
uploadServiceAccountKeyCallable()
public UnaryCallable<UploadServiceAccountKeyRequest,ServiceAccountKey> uploadServiceAccountKeyCallable()
Type | Description |
UnaryCallable<UploadServiceAccountKeyRequest,ServiceAccountKey> |