@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonSecretManagerServiceStub extends SecretManagerServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonSecretManagerServiceStub, using the given settings.
|
protected |
HttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSecretManagerServiceStub, using the given settings.
|
protected HttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonSecretManagerServiceStub(SecretManagerServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonSecretManagerServiceStub create(SecretManagerServiceStubSettings settings) throws IOException
IOException
public static final HttpJsonSecretManagerServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonSecretManagerServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@InternalApi public static List<ApiMethodDescriptor> getMethodDescriptors()
public UnaryCallable<ListSecretsRequest,ListSecretsResponse> listSecretsCallable()
listSecretsCallable
in class SecretManagerServiceStub
public UnaryCallable<ListSecretsRequest,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsPagedCallable()
listSecretsPagedCallable
in class SecretManagerServiceStub
public UnaryCallable<CreateSecretRequest,Secret> createSecretCallable()
createSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<AddSecretVersionRequest,SecretVersion> addSecretVersionCallable()
addSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<GetSecretRequest,Secret> getSecretCallable()
getSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<UpdateSecretRequest,Secret> updateSecretCallable()
updateSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<DeleteSecretRequest,Empty> deleteSecretCallable()
deleteSecretCallable
in class SecretManagerServiceStub
public UnaryCallable<ListSecretVersionsRequest,ListSecretVersionsResponse> listSecretVersionsCallable()
listSecretVersionsCallable
in class SecretManagerServiceStub
public UnaryCallable<ListSecretVersionsRequest,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsPagedCallable()
listSecretVersionsPagedCallable
in class SecretManagerServiceStub
public UnaryCallable<GetSecretVersionRequest,SecretVersion> getSecretVersionCallable()
getSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionCallable()
accessSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<DisableSecretVersionRequest,SecretVersion> disableSecretVersionCallable()
disableSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<EnableSecretVersionRequest,SecretVersion> enableSecretVersionCallable()
enableSecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<DestroySecretVersionRequest,SecretVersion> destroySecretVersionCallable()
destroySecretVersionCallable
in class SecretManagerServiceStub
public UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable
in class SecretManagerServiceStub
public UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable
in class SecretManagerServiceStub
public UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable
in class SecretManagerServiceStub
public final void close()
close
in interface AutoCloseable
close
in class SecretManagerServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2022 Google LLC. All rights reserved.