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.
Static Methods
create(ClientContext clientContext)
public static final GrpcIamCredentialsStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcIamCredentialsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(IamCredentialsStubSettings settings)
public static final GrpcIamCredentialsStub create(IamCredentialsStubSettings settings)
Constructors
GrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext)
protected GrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext)
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.
GrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
generateAccessTokenCallable()
public UnaryCallable<GenerateAccessTokenRequest,GenerateAccessTokenResponse> generateAccessTokenCallable()
Overrides
generateIdTokenCallable()
public UnaryCallable<GenerateIdTokenRequest,GenerateIdTokenResponse> generateIdTokenCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
shutdown()
shutdownNow()
public void shutdownNow()
signBlobCallable()
public UnaryCallable<SignBlobRequest,SignBlobResponse> signBlobCallable()
Overrides
signJwtCallable()
public UnaryCallable<SignJwtRequest,SignJwtResponse> signJwtCallable()
Overrides