@BetaApi @Generated(value="by gapic-generator-java") public class SecretManagerServiceSettings extends ClientSettings<SecretManagerServiceSettings>
SecretManagerServiceClient
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of createSecret to 30 seconds:
SecretManagerServiceSettings.Builder secretManagerServiceSettingsBuilder =
SecretManagerServiceSettings.newBuilder();
secretManagerServiceSettingsBuilder
.createSecretSettings()
.setRetrySettings(
secretManagerServiceSettingsBuilder
.createSecretSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
SecretManagerServiceSettings secretManagerServiceSettings =
secretManagerServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
SecretManagerServiceSettings.Builder
Builder for SecretManagerServiceSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
SecretManagerServiceSettings(SecretManagerServiceSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<AccessSecretVersionRequest,AccessSecretVersionResponse> |
accessSecretVersionSettings()
Returns the object with the settings used for calls to accessSecretVersion.
|
UnaryCallSettings<AddSecretVersionRequest,SecretVersion> |
addSecretVersionSettings()
Returns the object with the settings used for calls to addSecretVersion.
|
static SecretManagerServiceSettings |
create(SecretManagerServiceStubSettings stub) |
UnaryCallSettings<CreateSecretRequest,Secret> |
createSecretSettings()
Returns the object with the settings used for calls to createSecret.
|
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<DeleteSecretRequest,Empty> |
deleteSecretSettings()
Returns the object with the settings used for calls to deleteSecret.
|
UnaryCallSettings<DestroySecretVersionRequest,SecretVersion> |
destroySecretVersionSettings()
Returns the object with the settings used for calls to destroySecretVersion.
|
UnaryCallSettings<DisableSecretVersionRequest,SecretVersion> |
disableSecretVersionSettings()
Returns the object with the settings used for calls to disableSecretVersion.
|
UnaryCallSettings<EnableSecretVersionRequest,SecretVersion> |
enableSecretVersionSettings()
Returns the object with the settings used for calls to enableSecretVersion.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
UnaryCallSettings<GetSecretRequest,Secret> |
getSecretSettings()
Returns the object with the settings used for calls to getSecret.
|
UnaryCallSettings<GetSecretVersionRequest,SecretVersion> |
getSecretVersionSettings()
Returns the object with the settings used for calls to getSecretVersion.
|
PagedCallSettings<ListSecretsRequest,ListSecretsResponse,SecretManagerServiceClient.ListSecretsPagedResponse> |
listSecretsSettings()
Returns the object with the settings used for calls to listSecrets.
|
PagedCallSettings<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretManagerServiceClient.ListSecretVersionsPagedResponse> |
listSecretVersionsSettings()
Returns the object with the settings used for calls to listSecretVersions.
|
static SecretManagerServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static SecretManagerServiceSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
SecretManagerServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
UnaryCallSettings<UpdateSecretRequest,Secret> |
updateSecretSettings()
Returns the object with the settings used for calls to updateSecret.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected SecretManagerServiceSettings(SecretManagerServiceSettings.Builder settingsBuilder) throws IOException
IOException
public PagedCallSettings<ListSecretsRequest,ListSecretsResponse,SecretManagerServiceClient.ListSecretsPagedResponse> listSecretsSettings()
public UnaryCallSettings<CreateSecretRequest,Secret> createSecretSettings()
public UnaryCallSettings<AddSecretVersionRequest,SecretVersion> addSecretVersionSettings()
public UnaryCallSettings<GetSecretRequest,Secret> getSecretSettings()
public UnaryCallSettings<UpdateSecretRequest,Secret> updateSecretSettings()
public UnaryCallSettings<DeleteSecretRequest,Empty> deleteSecretSettings()
public PagedCallSettings<ListSecretVersionsRequest,ListSecretVersionsResponse,SecretManagerServiceClient.ListSecretVersionsPagedResponse> listSecretVersionsSettings()
public UnaryCallSettings<GetSecretVersionRequest,SecretVersion> getSecretVersionSettings()
public UnaryCallSettings<AccessSecretVersionRequest,AccessSecretVersionResponse> accessSecretVersionSettings()
public UnaryCallSettings<DisableSecretVersionRequest,SecretVersion> disableSecretVersionSettings()
public UnaryCallSettings<EnableSecretVersionRequest,SecretVersion> enableSecretVersionSettings()
public UnaryCallSettings<DestroySecretVersionRequest,SecretVersion> destroySecretVersionSettings()
public UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public static final SecretManagerServiceSettings create(SecretManagerServiceStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static SecretManagerServiceSettings.Builder newBuilder()
public static SecretManagerServiceSettings.Builder newBuilder(ClientContext clientContext)
public SecretManagerServiceSettings.Builder toBuilder()
toBuilder
in class ClientSettings<SecretManagerServiceSettings>
Copyright © 2022 Google LLC. All rights reserved.