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
createCaPoolOperationSettings()
public OperationCallSettings<CreateCaPoolRequest,CaPool,OperationMetadata> createCaPoolOperationSettings()
Returns the object with the settings used for calls to createCaPool.
Returns
createCaPoolSettings()
public UnaryCallSettings<CreateCaPoolRequest,Operation> createCaPoolSettings()
Returns the object with the settings used for calls to createCaPool.
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
createCertificateTemplateOperationSettings()
public OperationCallSettings<CreateCertificateTemplateRequest,CertificateTemplate,OperationMetadata> createCertificateTemplateOperationSettings()
Returns the object with the settings used for calls to createCertificateTemplate.
Returns
createCertificateTemplateSettings()
public UnaryCallSettings<CreateCertificateTemplateRequest,Operation> createCertificateTemplateSettings()
Returns the object with the settings used for calls to createCertificateTemplate.
Returns
createStub()
public CertificateAuthorityServiceStub createStub()
Returns
Exceptions
deleteCaPoolOperationSettings()
public OperationCallSettings<DeleteCaPoolRequest,Empty,OperationMetadata> deleteCaPoolOperationSettings()
Returns the object with the settings used for calls to deleteCaPool.
Returns
deleteCaPoolSettings()
public UnaryCallSettings<DeleteCaPoolRequest,Operation> deleteCaPoolSettings()
Returns the object with the settings used for calls to deleteCaPool.
Returns
deleteCertificateAuthorityOperationSettings()
public OperationCallSettings<DeleteCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> deleteCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to deleteCertificateAuthority.
Returns
deleteCertificateAuthoritySettings()
public UnaryCallSettings<DeleteCertificateAuthorityRequest,Operation> deleteCertificateAuthoritySettings()
Returns the object with the settings used for calls to deleteCertificateAuthority.
Returns
deleteCertificateTemplateOperationSettings()
public OperationCallSettings<DeleteCertificateTemplateRequest,Empty,OperationMetadata> deleteCertificateTemplateOperationSettings()
Returns the object with the settings used for calls to deleteCertificateTemplate.
Returns
deleteCertificateTemplateSettings()
public UnaryCallSettings<DeleteCertificateTemplateRequest,Operation> deleteCertificateTemplateSettings()
Returns the object with the settings used for calls to deleteCertificateTemplate.
Returns
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
fetchCaCertsSettings()
public UnaryCallSettings<FetchCaCertsRequest,FetchCaCertsResponse> fetchCaCertsSettings()
Returns the object with the settings used for calls to fetchCaCerts.
Returns
fetchCertificateAuthorityCsrSettings()
public UnaryCallSettings<FetchCertificateAuthorityCsrRequest,FetchCertificateAuthorityCsrResponse> fetchCertificateAuthorityCsrSettings()
Returns the object with the settings used for calls to fetchCertificateAuthorityCsr.
Returns
getCaPoolSettings()
public UnaryCallSettings<GetCaPoolRequest,CaPool> getCaPoolSettings()
Returns the object with the settings used for calls to getCaPool.
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
getCertificateTemplateSettings()
public UnaryCallSettings<GetCertificateTemplateRequest,CertificateTemplate> getCertificateTemplateSettings()
Returns the object with the settings used for calls to getCertificateTemplate.
Returns
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
Returns
Type | Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getLocationSettings()
public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
Returns
Type | Description |
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> | |
listCaPoolsSettings()
public PagedCallSettings<ListCaPoolsRequest,ListCaPoolsResponse,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse> listCaPoolsSettings()
Returns the object with the settings used for calls to listCaPools.
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
listCertificateTemplatesSettings()
public PagedCallSettings<ListCertificateTemplatesRequest,ListCertificateTemplatesResponse,CertificateAuthorityServiceClient.ListCertificateTemplatesPagedResponse> listCertificateTemplatesSettings()
Returns the object with the settings used for calls to listCertificateTemplates.
Returns
listCertificatesSettings()
public PagedCallSettings<ListCertificatesRequest,ListCertificatesResponse,CertificateAuthorityServiceClient.ListCertificatesPagedResponse> listCertificatesSettings()
Returns the object with the settings used for calls to listCertificates.
Returns
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,CertificateAuthorityServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
Returns
revokeCertificateSettings()
public UnaryCallSettings<RevokeCertificateRequest,Certificate> revokeCertificateSettings()
Returns the object with the settings used for calls to revokeCertificate.
Returns
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
Returns
Type | Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
Returns
Type | Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
toBuilder()
public CertificateAuthorityServiceStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns
Overrides
undeleteCertificateAuthorityOperationSettings()
public OperationCallSettings<UndeleteCertificateAuthorityRequest,CertificateAuthority,OperationMetadata> undeleteCertificateAuthorityOperationSettings()
Returns the object with the settings used for calls to undeleteCertificateAuthority.
Returns
undeleteCertificateAuthoritySettings()
public UnaryCallSettings<UndeleteCertificateAuthorityRequest,Operation> undeleteCertificateAuthoritySettings()
Returns the object with the settings used for calls to undeleteCertificateAuthority.
Returns
updateCaPoolOperationSettings()
public OperationCallSettings<UpdateCaPoolRequest,CaPool,OperationMetadata> updateCaPoolOperationSettings()
Returns the object with the settings used for calls to updateCaPool.
Returns
updateCaPoolSettings()
public UnaryCallSettings<UpdateCaPoolRequest,Operation> updateCaPoolSettings()
Returns the object with the settings used for calls to updateCaPool.
Returns
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
updateCertificateTemplateOperationSettings()
public OperationCallSettings<UpdateCertificateTemplateRequest,CertificateTemplate,OperationMetadata> updateCertificateTemplateOperationSettings()
Returns the object with the settings used for calls to updateCertificateTemplate.
Returns
updateCertificateTemplateSettings()
public UnaryCallSettings<UpdateCertificateTemplateRequest,Operation> updateCertificateTemplateSettings()
Returns the object with the settings used for calls to updateCertificateTemplate.
Returns