Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
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 ()
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
public static ApiClientHeaderProvider . Builder defaultGrpcApiClientHeaderProviderBuilder ()
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default gRPC ChannelProvider for this service.
public static ApiClientHeaderProvider . Builder defaultHttpJsonApiClientHeaderProviderBuilder ()
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider . Builder defaultHttpJsonTransportProviderBuilder ()
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider ()
getDefaultEndpoint()
public static String getDefaultEndpoint ()
Returns the default service endpoint.
Returns
Type
Description
String
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
Returns
Type
Description
String
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
newBuilder()
public static CertificateAuthorityServiceStubSettings . Builder newBuilder ()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
public static CertificateAuthorityServiceStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
newHttpJsonBuilder()
public static CertificateAuthorityServiceStubSettings . Builder newHttpJsonBuilder ()
Returns a new REST builder for this class.
Constructors
CertificateAuthorityServiceStubSettings(CertificateAuthorityServiceStubSettings.Builder settingsBuilder)
protected CertificateAuthorityServiceStubSettings ( CertificateAuthorityServiceStubSettings . Builder settingsBuilder )
Methods
activateCertificateAuthorityOperationSettings()
public OperationCallSettings<ActivateCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > activateCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to activateCertificateAuthority.
activateCertificateAuthoritySettings()
public UnaryCallSettings<ActivateCertificateAuthorityRequest , Operation > activateCertificateAuthoritySettings ()
Returns the object with the settings used for calls to activateCertificateAuthority.
createCertificateAuthorityOperationSettings()
public OperationCallSettings<CreateCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > createCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to createCertificateAuthority.
createCertificateAuthoritySettings()
public UnaryCallSettings<CreateCertificateAuthorityRequest , Operation > createCertificateAuthoritySettings ()
Returns the object with the settings used for calls to createCertificateAuthority.
createCertificateSettings()
public UnaryCallSettings<CreateCertificateRequest , Certificate > createCertificateSettings ()
Returns the object with the settings used for calls to createCertificate.
createStub()
public CertificateAuthorityServiceStub createStub ()
disableCertificateAuthorityOperationSettings()
public OperationCallSettings<DisableCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > disableCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to disableCertificateAuthority.
disableCertificateAuthoritySettings()
public UnaryCallSettings<DisableCertificateAuthorityRequest , Operation > disableCertificateAuthoritySettings ()
Returns the object with the settings used for calls to disableCertificateAuthority.
enableCertificateAuthorityOperationSettings()
public OperationCallSettings<EnableCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > enableCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to enableCertificateAuthority.
enableCertificateAuthoritySettings()
public UnaryCallSettings<EnableCertificateAuthorityRequest , Operation > enableCertificateAuthoritySettings ()
Returns the object with the settings used for calls to enableCertificateAuthority.
fetchCertificateAuthorityCsrSettings()
public UnaryCallSettings<FetchCertificateAuthorityCsrRequest , FetchCertificateAuthorityCsrResponse > fetchCertificateAuthorityCsrSettings ()
Returns the object with the settings used for calls to fetchCertificateAuthorityCsr.
getCertificateAuthoritySettings()
public UnaryCallSettings<GetCertificateAuthorityRequest , CertificateAuthority > getCertificateAuthoritySettings ()
Returns the object with the settings used for calls to getCertificateAuthority.
getCertificateRevocationListSettings()
public UnaryCallSettings<GetCertificateRevocationListRequest , CertificateRevocationList > getCertificateRevocationListSettings ()
Returns the object with the settings used for calls to getCertificateRevocationList.
getCertificateSettings()
public UnaryCallSettings<GetCertificateRequest , Certificate > getCertificateSettings ()
Returns the object with the settings used for calls to getCertificate.
getReusableConfigSettings()
public UnaryCallSettings<GetReusableConfigRequest , ReusableConfig > getReusableConfigSettings ()
Returns the object with the settings used for calls to getReusableConfig.
getServiceName()
public String getServiceName ()
Returns the default service name.
Returns
Type
Description
String
Overrides
listCertificateAuthoritiesSettings()
public PagedCallSettings<ListCertificateAuthoritiesRequest , ListCertificateAuthoritiesResponse , CertificateAuthorityServiceClient . ListCertificateAuthoritiesPagedResponse > listCertificateAuthoritiesSettings ()
Returns the object with the settings used for calls to listCertificateAuthorities.
listCertificateRevocationListsSettings()
public PagedCallSettings<ListCertificateRevocationListsRequest , ListCertificateRevocationListsResponse , CertificateAuthorityServiceClient . ListCertificateRevocationListsPagedResponse > listCertificateRevocationListsSettings ()
Returns the object with the settings used for calls to listCertificateRevocationLists.
listCertificatesSettings()
public PagedCallSettings<ListCertificatesRequest , ListCertificatesResponse , CertificateAuthorityServiceClient . ListCertificatesPagedResponse > listCertificatesSettings ()
Returns the object with the settings used for calls to listCertificates.
listReusableConfigsSettings()
public PagedCallSettings<ListReusableConfigsRequest , ListReusableConfigsResponse , CertificateAuthorityServiceClient . ListReusableConfigsPagedResponse > listReusableConfigsSettings ()
Returns the object with the settings used for calls to listReusableConfigs.
restoreCertificateAuthorityOperationSettings()
public OperationCallSettings<RestoreCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > restoreCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to restoreCertificateAuthority.
restoreCertificateAuthoritySettings()
public UnaryCallSettings<RestoreCertificateAuthorityRequest , Operation > restoreCertificateAuthoritySettings ()
Returns the object with the settings used for calls to restoreCertificateAuthority.
revokeCertificateSettings()
public UnaryCallSettings<RevokeCertificateRequest , Certificate > revokeCertificateSettings ()
Returns the object with the settings used for calls to revokeCertificate.
scheduleDeleteCertificateAuthorityOperationSettings()
public OperationCallSettings<ScheduleDeleteCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > scheduleDeleteCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to scheduleDeleteCertificateAuthority.
scheduleDeleteCertificateAuthoritySettings()
public UnaryCallSettings<ScheduleDeleteCertificateAuthorityRequest , Operation > scheduleDeleteCertificateAuthoritySettings ()
Returns the object with the settings used for calls to scheduleDeleteCertificateAuthority.
toBuilder()
public CertificateAuthorityServiceStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Overrides
updateCertificateAuthorityOperationSettings()
public OperationCallSettings<UpdateCertificateAuthorityRequest , CertificateAuthority , OperationMetadata > updateCertificateAuthorityOperationSettings ()
Returns the object with the settings used for calls to updateCertificateAuthority.
updateCertificateAuthoritySettings()
public UnaryCallSettings<UpdateCertificateAuthorityRequest , Operation > updateCertificateAuthoritySettings ()
Returns the object with the settings used for calls to updateCertificateAuthority.
updateCertificateRevocationListOperationSettings()
public OperationCallSettings<UpdateCertificateRevocationListRequest , CertificateRevocationList , OperationMetadata > updateCertificateRevocationListOperationSettings ()
Returns the object with the settings used for calls to updateCertificateRevocationList.
updateCertificateRevocationListSettings()
public UnaryCallSettings<UpdateCertificateRevocationListRequest , Operation > updateCertificateRevocationListSettings ()
Returns the object with the settings used for calls to updateCertificateRevocationList.
updateCertificateSettings()
public UnaryCallSettings<UpdateCertificateRequest , Certificate > updateCertificateSettings ()
Returns the object with the settings used for calls to updateCertificate.