Class CertificateManagerSettings (0.11.0)

public class CertificateManagerSettings extends ClientSettings<CertificateManagerSettings>

Settings class to configure an instance of CertificateManagerClient.

The default instance has everything set to sensible defaults:

  • The default service address (certificatemanager.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

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();
 

Inheritance

java.lang.Object > ClientSettings > CertificateManagerSettings

Static Methods

create(CertificateManagerStubSettings stub)

public static final CertificateManagerSettings create(CertificateManagerStubSettings stub)
Parameter Returns Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static CertificateManagerSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static CertificateManagerSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

newHttpJsonBuilder()

public static CertificateManagerSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns

Constructors

CertificateManagerSettings(CertificateManagerSettings.Builder settingsBuilder)

protected CertificateManagerSettings(CertificateManagerSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderCertificateManagerSettings.Builder

Methods

createCertificateIssuanceConfigOperationSettings()

public OperationCallSettings<CreateCertificateIssuanceConfigRequest,CertificateIssuanceConfig,OperationMetadata> createCertificateIssuanceConfigOperationSettings()

Returns the object with the settings used for calls to createCertificateIssuanceConfig.

Returns

createCertificateIssuanceConfigSettings()

public UnaryCallSettings<CreateCertificateIssuanceConfigRequest,Operation> createCertificateIssuanceConfigSettings()

Returns the object with the settings used for calls to createCertificateIssuanceConfig.

Returns

createCertificateMapEntryOperationSettings()

public OperationCallSettings<CreateCertificateMapEntryRequest,CertificateMapEntry,OperationMetadata> createCertificateMapEntryOperationSettings()

Returns the object with the settings used for calls to createCertificateMapEntry.

Returns

createCertificateMapEntrySettings()

public UnaryCallSettings<CreateCertificateMapEntryRequest,Operation> createCertificateMapEntrySettings()

Returns the object with the settings used for calls to createCertificateMapEntry.

Returns

createCertificateMapOperationSettings()

public OperationCallSettings<CreateCertificateMapRequest,CertificateMap,OperationMetadata> createCertificateMapOperationSettings()

Returns the object with the settings used for calls to createCertificateMap.

Returns

createCertificateMapSettings()

public UnaryCallSettings<CreateCertificateMapRequest,Operation> createCertificateMapSettings()

Returns the object with the settings used for calls to createCertificateMap.

Returns

createCertificateOperationSettings()

public OperationCallSettings<CreateCertificateRequest,Certificate,OperationMetadata> createCertificateOperationSettings()

Returns the object with the settings used for calls to createCertificate.

Returns

createCertificateSettings()

public UnaryCallSettings<CreateCertificateRequest,Operation> createCertificateSettings()

Returns the object with the settings used for calls to createCertificate.

Returns

createDnsAuthorizationOperationSettings()

public OperationCallSettings<CreateDnsAuthorizationRequest,DnsAuthorization,OperationMetadata> createDnsAuthorizationOperationSettings()

Returns the object with the settings used for calls to createDnsAuthorization.

Returns

createDnsAuthorizationSettings()

public UnaryCallSettings<CreateDnsAuthorizationRequest,Operation> createDnsAuthorizationSettings()

Returns the object with the settings used for calls to createDnsAuthorization.

Returns

deleteCertificateIssuanceConfigOperationSettings()

public OperationCallSettings<DeleteCertificateIssuanceConfigRequest,Empty,OperationMetadata> deleteCertificateIssuanceConfigOperationSettings()

Returns the object with the settings used for calls to deleteCertificateIssuanceConfig.

Returns

deleteCertificateIssuanceConfigSettings()

public UnaryCallSettings<DeleteCertificateIssuanceConfigRequest,Operation> deleteCertificateIssuanceConfigSettings()

Returns the object with the settings used for calls to deleteCertificateIssuanceConfig.

Returns

deleteCertificateMapEntryOperationSettings()

public OperationCallSettings<DeleteCertificateMapEntryRequest,Empty,OperationMetadata> deleteCertificateMapEntryOperationSettings()

Returns the object with the settings used for calls to deleteCertificateMapEntry.

Returns

deleteCertificateMapEntrySettings()

public UnaryCallSettings<DeleteCertificateMapEntryRequest,Operation> deleteCertificateMapEntrySettings()

Returns the object with the settings used for calls to deleteCertificateMapEntry.

Returns

deleteCertificateMapOperationSettings()

public OperationCallSettings<DeleteCertificateMapRequest,Empty,OperationMetadata> deleteCertificateMapOperationSettings()

Returns the object with the settings used for calls to deleteCertificateMap.

Returns

deleteCertificateMapSettings()

public UnaryCallSettings<DeleteCertificateMapRequest,Operation> deleteCertificateMapSettings()

Returns the object with the settings used for calls to deleteCertificateMap.

Returns

deleteCertificateOperationSettings()

public OperationCallSettings<DeleteCertificateRequest,Empty,OperationMetadata> deleteCertificateOperationSettings()

Returns the object with the settings used for calls to deleteCertificate.

Returns

deleteCertificateSettings()

public UnaryCallSettings<DeleteCertificateRequest,Operation> deleteCertificateSettings()

Returns the object with the settings used for calls to deleteCertificate.

Returns

deleteDnsAuthorizationOperationSettings()

public OperationCallSettings<DeleteDnsAuthorizationRequest,Empty,OperationMetadata> deleteDnsAuthorizationOperationSettings()

Returns the object with the settings used for calls to deleteDnsAuthorization.

Returns

deleteDnsAuthorizationSettings()

public UnaryCallSettings<DeleteDnsAuthorizationRequest,Operation> deleteDnsAuthorizationSettings()

Returns the object with the settings used for calls to deleteDnsAuthorization.

Returns

getCertificateIssuanceConfigSettings()

public UnaryCallSettings<GetCertificateIssuanceConfigRequest,CertificateIssuanceConfig> getCertificateIssuanceConfigSettings()

Returns the object with the settings used for calls to getCertificateIssuanceConfig.

Returns

getCertificateMapEntrySettings()

public UnaryCallSettings<GetCertificateMapEntryRequest,CertificateMapEntry> getCertificateMapEntrySettings()

Returns the object with the settings used for calls to getCertificateMapEntry.

Returns

getCertificateMapSettings()

public UnaryCallSettings<GetCertificateMapRequest,CertificateMap> getCertificateMapSettings()

Returns the object with the settings used for calls to getCertificateMap.

Returns

getCertificateSettings()

public UnaryCallSettings<GetCertificateRequest,Certificate> getCertificateSettings()

Returns the object with the settings used for calls to getCertificate.

Returns

getDnsAuthorizationSettings()

public UnaryCallSettings<GetDnsAuthorizationRequest,DnsAuthorization> getDnsAuthorizationSettings()

Returns the object with the settings used for calls to getDnsAuthorization.

Returns

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

Returns the object with the settings used for calls to getLocation.

Returns
TypeDescription
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listCertificateIssuanceConfigsSettings()

public PagedCallSettings<ListCertificateIssuanceConfigsRequest,ListCertificateIssuanceConfigsResponse,CertificateManagerClient.ListCertificateIssuanceConfigsPagedResponse> listCertificateIssuanceConfigsSettings()

Returns the object with the settings used for calls to listCertificateIssuanceConfigs.

Returns

listCertificateMapEntriesSettings()

public PagedCallSettings<ListCertificateMapEntriesRequest,ListCertificateMapEntriesResponse,CertificateManagerClient.ListCertificateMapEntriesPagedResponse> listCertificateMapEntriesSettings()

Returns the object with the settings used for calls to listCertificateMapEntries.

Returns

listCertificateMapsSettings()

public PagedCallSettings<ListCertificateMapsRequest,ListCertificateMapsResponse,CertificateManagerClient.ListCertificateMapsPagedResponse> listCertificateMapsSettings()

Returns the object with the settings used for calls to listCertificateMaps.

Returns

listCertificatesSettings()

public PagedCallSettings<ListCertificatesRequest,ListCertificatesResponse,CertificateManagerClient.ListCertificatesPagedResponse> listCertificatesSettings()

Returns the object with the settings used for calls to listCertificates.

Returns

listDnsAuthorizationsSettings()

public PagedCallSettings<ListDnsAuthorizationsRequest,ListDnsAuthorizationsResponse,CertificateManagerClient.ListDnsAuthorizationsPagedResponse> listDnsAuthorizationsSettings()

Returns the object with the settings used for calls to listDnsAuthorizations.

Returns

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,CertificateManagerClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the object with the settings used for calls to listLocations.

Returns
TypeDescription
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

toBuilder()

public CertificateManagerSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides

updateCertificateMapEntryOperationSettings()

public OperationCallSettings<UpdateCertificateMapEntryRequest,CertificateMapEntry,OperationMetadata> updateCertificateMapEntryOperationSettings()

Returns the object with the settings used for calls to updateCertificateMapEntry.

Returns

updateCertificateMapEntrySettings()

public UnaryCallSettings<UpdateCertificateMapEntryRequest,Operation> updateCertificateMapEntrySettings()

Returns the object with the settings used for calls to updateCertificateMapEntry.

Returns

updateCertificateMapOperationSettings()

public OperationCallSettings<UpdateCertificateMapRequest,CertificateMap,OperationMetadata> updateCertificateMapOperationSettings()

Returns the object with the settings used for calls to updateCertificateMap.

Returns

updateCertificateMapSettings()

public UnaryCallSettings<UpdateCertificateMapRequest,Operation> updateCertificateMapSettings()

Returns the object with the settings used for calls to updateCertificateMap.

Returns

updateCertificateOperationSettings()

public OperationCallSettings<UpdateCertificateRequest,Certificate,OperationMetadata> updateCertificateOperationSettings()

Returns the object with the settings used for calls to updateCertificate.

Returns

updateCertificateSettings()

public UnaryCallSettings<UpdateCertificateRequest,Operation> updateCertificateSettings()

Returns the object with the settings used for calls to updateCertificate.

Returns

updateDnsAuthorizationOperationSettings()

public OperationCallSettings<UpdateDnsAuthorizationRequest,DnsAuthorization,OperationMetadata> updateDnsAuthorizationOperationSettings()

Returns the object with the settings used for calls to updateDnsAuthorization.

Returns

updateDnsAuthorizationSettings()

public UnaryCallSettings<UpdateDnsAuthorizationRequest,Operation> updateDnsAuthorizationSettings()

Returns the object with the settings used for calls to updateDnsAuthorization.

Returns