@Generated(value="by gapic-generator-java") public class CertificateManagerSettings extends com.google.api.gax.rpc.ClientSettings<CertificateManagerSettings>
CertificateManagerClient.
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 getCertificate to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
CertificateManagerSettings.Builder certificateManagerSettingsBuilder =
CertificateManagerSettings.newBuilder();
certificateManagerSettingsBuilder
.getCertificateSettings()
.setRetrySettings(
certificateManagerSettingsBuilder
.getCertificateSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CertificateManagerSettings certificateManagerSettings =
certificateManagerSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateManagerSettings.Builder
Builder for CertificateManagerSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CertificateManagerSettings(CertificateManagerSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
static CertificateManagerSettings |
create(CertificateManagerStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateCertificateIssuanceConfigRequest,CertificateIssuanceConfig,OperationMetadata> |
createCertificateIssuanceConfigOperationSettings()
Returns the object with the settings used for calls to createCertificateIssuanceConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateIssuanceConfigRequest,com.google.longrunning.Operation> |
createCertificateIssuanceConfigSettings()
Returns the object with the settings used for calls to createCertificateIssuanceConfig.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCertificateMapEntryRequest,CertificateMapEntry,OperationMetadata> |
createCertificateMapEntryOperationSettings()
Returns the object with the settings used for calls to createCertificateMapEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateMapEntryRequest,com.google.longrunning.Operation> |
createCertificateMapEntrySettings()
Returns the object with the settings used for calls to createCertificateMapEntry.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCertificateMapRequest,CertificateMap,OperationMetadata> |
createCertificateMapOperationSettings()
Returns the object with the settings used for calls to createCertificateMap.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateMapRequest,com.google.longrunning.Operation> |
createCertificateMapSettings()
Returns the object with the settings used for calls to createCertificateMap.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCertificateRequest,Certificate,OperationMetadata> |
createCertificateOperationSettings()
Returns the object with the settings used for calls to createCertificate.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateRequest,com.google.longrunning.Operation> |
createCertificateSettings()
Returns the object with the settings used for calls to createCertificate.
|
com.google.api.gax.rpc.OperationCallSettings<CreateDnsAuthorizationRequest,DnsAuthorization,OperationMetadata> |
createDnsAuthorizationOperationSettings()
Returns the object with the settings used for calls to createDnsAuthorization.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateDnsAuthorizationRequest,com.google.longrunning.Operation> |
createDnsAuthorizationSettings()
Returns the object with the settings used for calls to createDnsAuthorization.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateIssuanceConfigRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteCertificateIssuanceConfigOperationSettings()
Returns the object with the settings used for calls to deleteCertificateIssuanceConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateIssuanceConfigRequest,com.google.longrunning.Operation> |
deleteCertificateIssuanceConfigSettings()
Returns the object with the settings used for calls to deleteCertificateIssuanceConfig.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateMapEntryRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteCertificateMapEntryOperationSettings()
Returns the object with the settings used for calls to deleteCertificateMapEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateMapEntryRequest,com.google.longrunning.Operation> |
deleteCertificateMapEntrySettings()
Returns the object with the settings used for calls to deleteCertificateMapEntry.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateMapRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteCertificateMapOperationSettings()
Returns the object with the settings used for calls to deleteCertificateMap.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateMapRequest,com.google.longrunning.Operation> |
deleteCertificateMapSettings()
Returns the object with the settings used for calls to deleteCertificateMap.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteCertificateOperationSettings()
Returns the object with the settings used for calls to deleteCertificate.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateRequest,com.google.longrunning.Operation> |
deleteCertificateSettings()
Returns the object with the settings used for calls to deleteCertificate.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteDnsAuthorizationRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteDnsAuthorizationOperationSettings()
Returns the object with the settings used for calls to deleteDnsAuthorization.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteDnsAuthorizationRequest,com.google.longrunning.Operation> |
deleteDnsAuthorizationSettings()
Returns the object with the settings used for calls to deleteDnsAuthorization.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCertificateIssuanceConfigRequest,CertificateIssuanceConfig> |
getCertificateIssuanceConfigSettings()
Returns the object with the settings used for calls to getCertificateIssuanceConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCertificateMapEntryRequest,CertificateMapEntry> |
getCertificateMapEntrySettings()
Returns the object with the settings used for calls to getCertificateMapEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCertificateMapRequest,CertificateMap> |
getCertificateMapSettings()
Returns the object with the settings used for calls to getCertificateMap.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCertificateRequest,Certificate> |
getCertificateSettings()
Returns the object with the settings used for calls to getCertificate.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDnsAuthorizationRequest,DnsAuthorization> |
getDnsAuthorizationSettings()
Returns the object with the settings used for calls to getDnsAuthorization.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
com.google.api.gax.rpc.PagedCallSettings<ListCertificateIssuanceConfigsRequest,ListCertificateIssuanceConfigsResponse,CertificateManagerClient.ListCertificateIssuanceConfigsPagedResponse> |
listCertificateIssuanceConfigsSettings()
Returns the object with the settings used for calls to listCertificateIssuanceConfigs.
|
com.google.api.gax.rpc.PagedCallSettings<ListCertificateMapEntriesRequest,ListCertificateMapEntriesResponse,CertificateManagerClient.ListCertificateMapEntriesPagedResponse> |
listCertificateMapEntriesSettings()
Returns the object with the settings used for calls to listCertificateMapEntries.
|
com.google.api.gax.rpc.PagedCallSettings<ListCertificateMapsRequest,ListCertificateMapsResponse,CertificateManagerClient.ListCertificateMapsPagedResponse> |
listCertificateMapsSettings()
Returns the object with the settings used for calls to listCertificateMaps.
|
com.google.api.gax.rpc.PagedCallSettings<ListCertificatesRequest,ListCertificatesResponse,CertificateManagerClient.ListCertificatesPagedResponse> |
listCertificatesSettings()
Returns the object with the settings used for calls to listCertificates.
|
com.google.api.gax.rpc.PagedCallSettings<ListDnsAuthorizationsRequest,ListDnsAuthorizationsResponse,CertificateManagerClient.ListDnsAuthorizationsPagedResponse> |
listDnsAuthorizationsSettings()
Returns the object with the settings used for calls to listDnsAuthorizations.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,CertificateManagerClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
static CertificateManagerSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static CertificateManagerSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static CertificateManagerSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
CertificateManagerSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateCertificateMapEntryRequest,CertificateMapEntry,OperationMetadata> |
updateCertificateMapEntryOperationSettings()
Returns the object with the settings used for calls to updateCertificateMapEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCertificateMapEntryRequest,com.google.longrunning.Operation> |
updateCertificateMapEntrySettings()
Returns the object with the settings used for calls to updateCertificateMapEntry.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateCertificateMapRequest,CertificateMap,OperationMetadata> |
updateCertificateMapOperationSettings()
Returns the object with the settings used for calls to updateCertificateMap.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCertificateMapRequest,com.google.longrunning.Operation> |
updateCertificateMapSettings()
Returns the object with the settings used for calls to updateCertificateMap.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateCertificateRequest,Certificate,OperationMetadata> |
updateCertificateOperationSettings()
Returns the object with the settings used for calls to updateCertificate.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCertificateRequest,com.google.longrunning.Operation> |
updateCertificateSettings()
Returns the object with the settings used for calls to updateCertificate.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateDnsAuthorizationRequest,DnsAuthorization,OperationMetadata> |
updateDnsAuthorizationOperationSettings()
Returns the object with the settings used for calls to updateDnsAuthorization.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateDnsAuthorizationRequest,com.google.longrunning.Operation> |
updateDnsAuthorizationSettings()
Returns the object with the settings used for calls to updateDnsAuthorization.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected CertificateManagerSettings(CertificateManagerSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListCertificatesRequest,ListCertificatesResponse,CertificateManagerClient.ListCertificatesPagedResponse> listCertificatesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCertificateRequest,Certificate> getCertificateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateRequest,com.google.longrunning.Operation> createCertificateSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCertificateRequest,Certificate,OperationMetadata> createCertificateOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCertificateRequest,com.google.longrunning.Operation> updateCertificateSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateCertificateRequest,Certificate,OperationMetadata> updateCertificateOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateRequest,com.google.longrunning.Operation> deleteCertificateSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateRequest,com.google.protobuf.Empty,OperationMetadata> deleteCertificateOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCertificateMapsRequest,ListCertificateMapsResponse,CertificateManagerClient.ListCertificateMapsPagedResponse> listCertificateMapsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCertificateMapRequest,CertificateMap> getCertificateMapSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateMapRequest,com.google.longrunning.Operation> createCertificateMapSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCertificateMapRequest,CertificateMap,OperationMetadata> createCertificateMapOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCertificateMapRequest,com.google.longrunning.Operation> updateCertificateMapSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateCertificateMapRequest,CertificateMap,OperationMetadata> updateCertificateMapOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateMapRequest,com.google.longrunning.Operation> deleteCertificateMapSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateMapRequest,com.google.protobuf.Empty,OperationMetadata> deleteCertificateMapOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCertificateMapEntriesRequest,ListCertificateMapEntriesResponse,CertificateManagerClient.ListCertificateMapEntriesPagedResponse> listCertificateMapEntriesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCertificateMapEntryRequest,CertificateMapEntry> getCertificateMapEntrySettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateMapEntryRequest,com.google.longrunning.Operation> createCertificateMapEntrySettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCertificateMapEntryRequest,CertificateMapEntry,OperationMetadata> createCertificateMapEntryOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCertificateMapEntryRequest,com.google.longrunning.Operation> updateCertificateMapEntrySettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateCertificateMapEntryRequest,CertificateMapEntry,OperationMetadata> updateCertificateMapEntryOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateMapEntryRequest,com.google.longrunning.Operation> deleteCertificateMapEntrySettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateMapEntryRequest,com.google.protobuf.Empty,OperationMetadata> deleteCertificateMapEntryOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListDnsAuthorizationsRequest,ListDnsAuthorizationsResponse,CertificateManagerClient.ListDnsAuthorizationsPagedResponse> listDnsAuthorizationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetDnsAuthorizationRequest,DnsAuthorization> getDnsAuthorizationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateDnsAuthorizationRequest,com.google.longrunning.Operation> createDnsAuthorizationSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateDnsAuthorizationRequest,DnsAuthorization,OperationMetadata> createDnsAuthorizationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateDnsAuthorizationRequest,com.google.longrunning.Operation> updateDnsAuthorizationSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateDnsAuthorizationRequest,DnsAuthorization,OperationMetadata> updateDnsAuthorizationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteDnsAuthorizationRequest,com.google.longrunning.Operation> deleteDnsAuthorizationSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteDnsAuthorizationRequest,com.google.protobuf.Empty,OperationMetadata> deleteDnsAuthorizationOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCertificateIssuanceConfigsRequest,ListCertificateIssuanceConfigsResponse,CertificateManagerClient.ListCertificateIssuanceConfigsPagedResponse> listCertificateIssuanceConfigsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCertificateIssuanceConfigRequest,CertificateIssuanceConfig> getCertificateIssuanceConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCertificateIssuanceConfigRequest,com.google.longrunning.Operation> createCertificateIssuanceConfigSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCertificateIssuanceConfigRequest,CertificateIssuanceConfig,OperationMetadata> createCertificateIssuanceConfigOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCertificateIssuanceConfigRequest,com.google.longrunning.Operation> deleteCertificateIssuanceConfigSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCertificateIssuanceConfigRequest,com.google.protobuf.Empty,OperationMetadata> deleteCertificateIssuanceConfigOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,CertificateManagerClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public static final CertificateManagerSettings create(CertificateManagerStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static CertificateManagerSettings.Builder newBuilder()
@BetaApi public static CertificateManagerSettings.Builder newHttpJsonBuilder()
public static CertificateManagerSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public CertificateManagerSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<CertificateManagerSettings>Copyright © 2024 Google LLC. All rights reserved.