Class GrpcIamCredentialsStub
java.lang.Object
com.google.cloud.iam.credentials.v1.stub.IamCredentialsStub
com.google.cloud.iam.credentials.v1.stub.GrpcIamCredentialsStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
@Generated("by gapic-generator-java")
public class GrpcIamCredentialsStub
extends IamCredentialsStub
gRPC stub implementation for the IAMCredentials service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcIamCredentialsStub, using the given settings.protectedGrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcIamCredentialsStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) final voidclose()static final GrpcIamCredentialsStubcreate(ClientContext clientContext) static final GrpcIamCredentialsStubcreate(ClientContext clientContext, GrpcStubCallableFactory callableFactory) static final GrpcIamCredentialsStubcreate(IamCredentialsStubSettings settings) booleanbooleanvoidshutdown()void
-
Constructor Details
-
GrpcIamCredentialsStub
protected GrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of GrpcIamCredentialsStub, 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.- Throws:
IOException
-
GrpcIamCredentialsStub
protected GrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException Constructs an instance of GrpcIamCredentialsStub, 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.- Throws:
IOException
-
-
Method Details
-
create
public static final GrpcIamCredentialsStub create(IamCredentialsStubSettings settings) throws IOException - Throws:
IOException
-
create
- Throws:
IOException
-
create
public static final GrpcIamCredentialsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getOperationsStub
-
generateAccessTokenCallable
public UnaryCallable<GenerateAccessTokenRequest,GenerateAccessTokenResponse> generateAccessTokenCallable()- Overrides:
generateAccessTokenCallablein classIamCredentialsStub
-
generateIdTokenCallable
- Overrides:
generateIdTokenCallablein classIamCredentialsStub
-
signBlobCallable
- Overrides:
signBlobCallablein classIamCredentialsStub
-
signJwtCallable
- Overrides:
signJwtCallablein classIamCredentialsStub
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classIamCredentialsStub
-
shutdown
public void shutdown() -
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
shutdownNow
public void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-