public class CertificateAuthorityServiceStubSettings extends StubSettings<CertificateAuthorityServiceStubSettings>
Settings class to configure an instance of CertificateAuthorityServiceStub.
The default instance has everything set to sensible defaults:
- The default service address (privateca.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 createCertificate 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
CertificateAuthorityServiceStubSettings.Builder certificateAuthorityServiceSettingsBuilder =
CertificateAuthorityServiceStubSettings.newBuilder();
certificateAuthorityServiceSettingsBuilder
.createCertificateSettings()
.setRetrySettings(
certificateAuthorityServiceSettingsBuilder
.createCertificateSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CertificateAuthorityServiceStubSettings certificateAuthorityServiceSettings =
certificateAuthorityServiceSettingsBuilder.build();
Static Methods
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Returns
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns
newBuilder()
public static CertificateAuthorityServiceStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns
newBuilder(ClientContext clientContext)
public static CertificateAuthorityServiceStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter
Returns
newHttpJsonBuilder()
public static CertificateAuthorityServiceStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns
Constructors
CertificateAuthorityServiceStubSettings(CertificateAuthorityServiceStubSettings.Builder settingsBuilder)
protected CertificateAuthorityServiceStubSettings(CertificateAuthorityServiceStubSettings.Builder settingsBuilder)
Parameter
Methods
activateCertificateAuthorityOperationSettings()
public OperationCallSettings<ActivateCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> activateCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to activateCertificateAuthority.
Returns
activateCertificateAuthoritySettings()
public UnaryCallSettings<ActivateCertificateAuthorityRequest,Operation> activateCertificateAuthoritySettings()
Returns the object with the settings used for calls to activateCertificateAuthority.
Returns
createCertificateAuthorityOperationSettings()
public OperationCallSettings<CreateCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> createCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to createCertificateAuthority.
Returns
createCertificateAuthoritySettings()
public UnaryCallSettings<CreateCertificateAuthorityRequest,Operation> createCertificateAuthoritySettings()
Returns the object with the settings used for calls to createCertificateAuthority.
Returns
createCertificateSettings()
public UnaryCallSettings<CreateCertificateRequest,Certificate> createCertificateSettings()
Returns the object with the settings used for calls to createCertificate.
Returns
createStub()
public CertificateAuthorityServiceStub createStub()
Returns
Exceptions
disableCertificateAuthorityOperationSettings()
public OperationCallSettings<DisableCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> disableCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to disableCertificateAuthority.
Returns
disableCertificateAuthoritySettings()
public UnaryCallSettings<DisableCertificateAuthorityRequest,Operation> disableCertificateAuthoritySettings()
Returns the object with the settings used for calls to disableCertificateAuthority.
Returns
enableCertificateAuthorityOperationSettings()
public OperationCallSettings<EnableCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> enableCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to enableCertificateAuthority.
Returns
enableCertificateAuthoritySettings()
public UnaryCallSettings<EnableCertificateAuthorityRequest,Operation> enableCertificateAuthoritySettings()
Returns the object with the settings used for calls to enableCertificateAuthority.
Returns
fetchCertificateAuthorityCsrSettings()
public UnaryCallSettings<FetchCertificateAuthorityCsrRequest,FetchCertificateAuthorityCsrResponse> fetchCertificateAuthorityCsrSettings()
Returns the object with the settings used for calls to fetchCertificateAuthorityCsr.
Returns
getCertificateAuthoritySettings()
public UnaryCallSettings<GetCertificateAuthorityRequest,CertificateAuthority> getCertificateAuthoritySettings()
Returns the object with the settings used for calls to getCertificateAuthority.
Returns
getCertificateRevocationListSettings()
public UnaryCallSettings<GetCertificateRevocationListRequest,CertificateRevocationList> getCertificateRevocationListSettings()
Returns the object with the settings used for calls to getCertificateRevocationList.
Returns
getCertificateSettings()
public UnaryCallSettings<GetCertificateRequest,Certificate> getCertificateSettings()
Returns the object with the settings used for calls to getCertificate.
Returns
getReusableConfigSettings()
public UnaryCallSettings<GetReusableConfigRequest,ReusableConfig> getReusableConfigSettings()
Returns the object with the settings used for calls to getReusableConfig.
Returns
listCertificateAuthoritiesSettings()
public PagedCallSettings<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthorityServiceClient.ListCertificateAuthoritiesPagedResponse> listCertificateAuthoritiesSettings()
Returns the object with the settings used for calls to listCertificateAuthorities.
Returns
listCertificateRevocationListsSettings()
public PagedCallSettings<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateAuthorityServiceClient.ListCertificateRevocationListsPagedResponse> listCertificateRevocationListsSettings()
Returns the object with the settings used for calls to listCertificateRevocationLists.
Returns
listCertificatesSettings()
public PagedCallSettings<ListCertificatesRequest,ListCertificatesResponse,CertificateAuthorityServiceClient.ListCertificatesPagedResponse> listCertificatesSettings()
Returns the object with the settings used for calls to listCertificates.
Returns
listReusableConfigsSettings()
public PagedCallSettings<ListReusableConfigsRequest,ListReusableConfigsResponse,CertificateAuthorityServiceClient.ListReusableConfigsPagedResponse> listReusableConfigsSettings()
Returns the object with the settings used for calls to listReusableConfigs.
Returns
restoreCertificateAuthorityOperationSettings()
public OperationCallSettings<RestoreCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> restoreCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to restoreCertificateAuthority.
Returns
restoreCertificateAuthoritySettings()
public UnaryCallSettings<RestoreCertificateAuthorityRequest,Operation> restoreCertificateAuthoritySettings()
Returns the object with the settings used for calls to restoreCertificateAuthority.
Returns
revokeCertificateSettings()
public UnaryCallSettings<RevokeCertificateRequest,Certificate> revokeCertificateSettings()
Returns the object with the settings used for calls to revokeCertificate.
Returns
scheduleDeleteCertificateAuthorityOperationSettings()
public OperationCallSettings<ScheduleDeleteCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> scheduleDeleteCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to scheduleDeleteCertificateAuthority.
Returns
scheduleDeleteCertificateAuthoritySettings()
public UnaryCallSettings<ScheduleDeleteCertificateAuthorityRequest,Operation> scheduleDeleteCertificateAuthoritySettings()
Returns the object with the settings used for calls to scheduleDeleteCertificateAuthority.
Returns
toBuilder()
public CertificateAuthorityServiceStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns
Overrides
updateCertificateAuthorityOperationSettings()
public OperationCallSettings<UpdateCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> updateCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to updateCertificateAuthority.
Returns
updateCertificateAuthoritySettings()
public UnaryCallSettings<UpdateCertificateAuthorityRequest,Operation> updateCertificateAuthoritySettings()
Returns the object with the settings used for calls to updateCertificateAuthority.
Returns
updateCertificateRevocationListOperationSettings()
public OperationCallSettings<UpdateCertificateRevocationListRequest,CertificateRevocationList,OperationMetadata> updateCertificateRevocationListOperationSettings()
Returns the object with the settings used for calls to updateCertificateRevocationList.
Returns
updateCertificateRevocationListSettings()
public UnaryCallSettings<UpdateCertificateRevocationListRequest,Operation> updateCertificateRevocationListSettings()
Returns the object with the settings used for calls to updateCertificateRevocationList.
Returns
updateCertificateSettings()
public UnaryCallSettings<UpdateCertificateRequest,Certificate> updateCertificateSettings()
Returns the object with the settings used for calls to updateCertificate.
Returns