@BetaApi @Generated(value="by gapic-generator-java") public class SecretManagerServiceStubSettings extends StubSettings<SecretManagerServiceStubSettings>
SecretManagerServiceStub
.
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:
SecretManagerServiceStubSettings.Builder secretManagerServiceSettingsBuilder =
SecretManagerServiceStubSettings.newBuilder();
secretManagerServiceSettingsBuilder
.createSecretSettings()
.setRetrySettings(
secretManagerServiceSettingsBuilder
.createSecretSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
SecretManagerServiceStubSettings secretManagerServiceSettings =
secretManagerServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
SecretManagerServiceStubSettings.Builder
Builder for SecretManagerServiceStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
SecretManagerServiceStubSettings(SecretManagerServiceStubSettings.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.
|
UnaryCallSettings<CreateSecretRequest,Secret> |
createSecretSettings()
Returns the object with the settings used for calls to createSecret.
|
SecretManagerServiceStub |
createStub() |
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 String |
getDefaultMtlsEndpoint()
Returns the default mTLS 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 SecretManagerServiceStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static SecretManagerServiceStubSettings.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.
|
SecretManagerServiceStubSettings.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, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toString
protected SecretManagerServiceStubSettings(SecretManagerServiceStubSettings.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()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public SecretManagerServiceStub createStub() throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
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 SecretManagerServiceStubSettings.Builder newBuilder()
public static SecretManagerServiceStubSettings.Builder newBuilder(ClientContext clientContext)
public SecretManagerServiceStubSettings.Builder toBuilder()
toBuilder
in class StubSettings<SecretManagerServiceStubSettings>
Copyright © 2022 Google LLC. All rights reserved.