public class ConfigStubSettings extends StubSettings<ConfigStubSettings>
Settings class to configure an instance of ConfigStub .
The default instance has everything set to sensible defaults:
The default service address (config.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 getDeployment 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
ConfigStubSettings . Builder configSettingsBuilder = ConfigStubSettings . newBuilder ();
configSettingsBuilder
. getDeploymentSettings ()
. setRetrySettings (
configSettingsBuilder
. getDeploymentSettings ()
. getRetrySettings ()
. toBuilder ()
. setTotalTimeout ( Duration . ofSeconds ( 30 ))
. build ());
ConfigStubSettings configSettings = configSettingsBuilder . 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 ()
Beta
The surface for customizing headers is not stable yet and may change in the future.
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.
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default gRPC ChannelProvider for this service.
public static ApiClientHeaderProvider . Builder defaultHttpJsonApiClientHeaderProviderBuilder ()
Beta
The surface for customizing headers is not stable yet and may change in the future.
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.
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.
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
newBuilder()
public static ConfigStubSettings . Builder newBuilder ()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
public static ConfigStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
newHttpJsonBuilder()
public static ConfigStubSettings . Builder newHttpJsonBuilder ()
Returns a new REST builder for this class.
Constructors
ConfigStubSettings(ConfigStubSettings.Builder settingsBuilder)
protected ConfigStubSettings ( ConfigStubSettings . Builder settingsBuilder )
Methods
createDeploymentOperationSettings()
public OperationCallSettings<CreateDeploymentRequest , Deployment , OperationMetadata > createDeploymentOperationSettings ()
Returns the object with the settings used for calls to createDeployment.
createDeploymentSettings()
public UnaryCallSettings<CreateDeploymentRequest , Operation > createDeploymentSettings ()
Returns the object with the settings used for calls to createDeployment.
createPreviewOperationSettings()
public OperationCallSettings<CreatePreviewRequest , Preview , OperationMetadata > createPreviewOperationSettings ()
Returns the object with the settings used for calls to createPreview.
createPreviewSettings()
public UnaryCallSettings<CreatePreviewRequest , Operation > createPreviewSettings ()
Returns the object with the settings used for calls to createPreview.
createStub()
public ConfigStub createStub ()
deleteDeploymentOperationSettings()
public OperationCallSettings<DeleteDeploymentRequest , Deployment , OperationMetadata > deleteDeploymentOperationSettings ()
Returns the object with the settings used for calls to deleteDeployment.
deleteDeploymentSettings()
public UnaryCallSettings<DeleteDeploymentRequest , Operation > deleteDeploymentSettings ()
Returns the object with the settings used for calls to deleteDeployment.
deletePreviewOperationSettings()
public OperationCallSettings<DeletePreviewRequest , Preview , OperationMetadata > deletePreviewOperationSettings ()
Returns the object with the settings used for calls to deletePreview.
deletePreviewSettings()
public UnaryCallSettings<DeletePreviewRequest , Operation > deletePreviewSettings ()
Returns the object with the settings used for calls to deletePreview.
deleteStatefileSettings()
public UnaryCallSettings<DeleteStatefileRequest , Empty > deleteStatefileSettings ()
Returns the object with the settings used for calls to deleteStatefile.
exportDeploymentStatefileSettings()
public UnaryCallSettings<ExportDeploymentStatefileRequest , Statefile > exportDeploymentStatefileSettings ()
Returns the object with the settings used for calls to exportDeploymentStatefile.
exportLockInfoSettings()
public UnaryCallSettings<ExportLockInfoRequest , LockInfo > exportLockInfoSettings ()
Returns the object with the settings used for calls to exportLockInfo.
exportPreviewResultSettings()
public UnaryCallSettings<ExportPreviewResultRequest , ExportPreviewResultResponse > exportPreviewResultSettings ()
Returns the object with the settings used for calls to exportPreviewResult.
exportRevisionStatefileSettings()
public UnaryCallSettings<ExportRevisionStatefileRequest , Statefile > exportRevisionStatefileSettings ()
Returns the object with the settings used for calls to exportRevisionStatefile.
getDeploymentSettings()
public UnaryCallSettings<GetDeploymentRequest , Deployment > getDeploymentSettings ()
Returns the object with the settings used for calls to getDeployment.
getEndpoint()
public String getEndpoint ()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
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 >
getPreviewSettings()
public UnaryCallSettings<GetPreviewRequest , Preview > getPreviewSettings ()
Returns the object with the settings used for calls to getPreview.
getResourceSettings()
public UnaryCallSettings<GetResourceRequest , Resource > getResourceSettings ()
Returns the object with the settings used for calls to getResource.
getRevisionSettings()
public UnaryCallSettings<GetRevisionRequest , Revision > getRevisionSettings ()
Returns the object with the settings used for calls to getRevision.
getServiceName()
public String getServiceName ()
Returns the default service name.
Overrides
importStatefileSettings()
public UnaryCallSettings<ImportStatefileRequest , Statefile > importStatefileSettings ()
Returns the object with the settings used for calls to importStatefile.
listDeploymentsSettings()
public PagedCallSettings<ListDeploymentsRequest , ListDeploymentsResponse , ConfigClient . ListDeploymentsPagedResponse > listDeploymentsSettings ()
Returns the object with the settings used for calls to listDeployments.
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest , ListLocationsResponse , ConfigClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the object with the settings used for calls to listLocations.
listPreviewsSettings()
public PagedCallSettings<ListPreviewsRequest , ListPreviewsResponse , ConfigClient . ListPreviewsPagedResponse > listPreviewsSettings ()
Returns the object with the settings used for calls to listPreviews.
listResourcesSettings()
public PagedCallSettings<ListResourcesRequest , ListResourcesResponse , ConfigClient . ListResourcesPagedResponse > listResourcesSettings ()
Returns the object with the settings used for calls to listResources.
listRevisionsSettings()
public PagedCallSettings<ListRevisionsRequest , ListRevisionsResponse , ConfigClient . ListRevisionsPagedResponse > listRevisionsSettings ()
Returns the object with the settings used for calls to listRevisions.
lockDeploymentOperationSettings()
public OperationCallSettings<LockDeploymentRequest , Deployment , OperationMetadata > lockDeploymentOperationSettings ()
Returns the object with the settings used for calls to lockDeployment.
lockDeploymentSettings()
public UnaryCallSettings<LockDeploymentRequest , Operation > lockDeploymentSettings ()
Returns the object with the settings used for calls to lockDeployment.
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 ConfigStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Overrides
unlockDeploymentOperationSettings()
public OperationCallSettings<UnlockDeploymentRequest , Deployment , OperationMetadata > unlockDeploymentOperationSettings ()
Returns the object with the settings used for calls to unlockDeployment.
unlockDeploymentSettings()
public UnaryCallSettings<UnlockDeploymentRequest , Operation > unlockDeploymentSettings ()
Returns the object with the settings used for calls to unlockDeployment.
updateDeploymentOperationSettings()
public OperationCallSettings<UpdateDeploymentRequest , Deployment , OperationMetadata > updateDeploymentOperationSettings ()
Returns the object with the settings used for calls to updateDeployment.
updateDeploymentSettings()
public UnaryCallSettings<UpdateDeploymentRequest , Operation > updateDeploymentSettings ()
Returns the object with the settings used for calls to updateDeployment.