Class HttpJsonIamCredentialsStub
java.lang.Object
com.google.cloud.iam.credentials.v1.stub.IamCredentialsStub
com.google.cloud.iam.credentials.v1.stub.HttpJsonIamCredentialsStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
@Generated("by gapic-generator-java")
public class HttpJsonIamCredentialsStub
extends IamCredentialsStub
REST stub implementation for the IAMCredentials service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHttpJsonIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext) Constructs an instance of HttpJsonIamCredentialsStub, using the given settings.protectedHttpJsonIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) Constructs an instance of HttpJsonIamCredentialsStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) final voidclose()static final HttpJsonIamCredentialsStubcreate(ClientContext clientContext) static final HttpJsonIamCredentialsStubcreate(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) static final HttpJsonIamCredentialsStubcreate(IamCredentialsStubSettings settings) static List<ApiMethodDescriptor>booleanbooleanvoidshutdown()void
-
Constructor Details
-
HttpJsonIamCredentialsStub
protected HttpJsonIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of HttpJsonIamCredentialsStub, 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
-
HttpJsonIamCredentialsStub
protected HttpJsonIamCredentialsStub(IamCredentialsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException Constructs an instance of HttpJsonIamCredentialsStub, 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 HttpJsonIamCredentialsStub create(IamCredentialsStubSettings settings) throws IOException - Throws:
IOException
-
create
public static final HttpJsonIamCredentialsStub create(ClientContext clientContext) throws IOException - Throws:
IOException
-
create
public static final HttpJsonIamCredentialsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getMethodDescriptors
-
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
-