- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.8
- 1.0.2
public class CloudDeployStubSettings extends StubSettings<CloudDeployStubSettings>
Settings class to configure an instance of CloudDeployStub.
The default instance has everything set to sensible defaults:
- The default service address (clouddeploy.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 RetrySettings of getDeliveryPipeline:
// 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
CloudDeployStubSettings.Builder cloudDeploySettingsBuilder =
CloudDeployStubSettings.newBuilder();
cloudDeploySettingsBuilder
.getDeliveryPipelineSettings()
.setRetrySettings(
cloudDeploySettingsBuilder
.getDeliveryPipelineSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
CloudDeployStubSettings cloudDeploySettings = cloudDeploySettingsBuilder.build();
Please refer to the Client Side Retry Guide for additional support in setting retries.
To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createDeliveryPipeline:
// 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
CloudDeployStubSettings.Builder cloudDeploySettingsBuilder =
CloudDeployStubSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelay(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
cloudDeploySettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
Static Methods
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns | |
---|---|
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultGrpcApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns | |
---|---|
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultHttpJsonApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns | |
---|---|
Type | Description |
Builder |
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns | |
---|---|
Type | Description |
TransportChannelProvider |
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.
Returns | |
---|---|
Type | Description |
List<String> |
newBuilder()
public static CloudDeployStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns | |
---|---|
Type | Description |
CloudDeployStubSettings.Builder |
newBuilder(ClientContext clientContext)
public static CloudDeployStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
CloudDeployStubSettings.Builder |
newHttpJsonBuilder()
public static CloudDeployStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns | |
---|---|
Type | Description |
CloudDeployStubSettings.Builder |
Constructors
CloudDeployStubSettings(CloudDeployStubSettings.Builder settingsBuilder)
protected CloudDeployStubSettings(CloudDeployStubSettings.Builder settingsBuilder)
Parameter | |
---|---|
Name | Description |
settingsBuilder |
CloudDeployStubSettings.Builder |
Methods
abandonReleaseSettings()
public UnaryCallSettings<AbandonReleaseRequest,AbandonReleaseResponse> abandonReleaseSettings()
Returns the object with the settings used for calls to abandonRelease.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<AbandonReleaseRequest,AbandonReleaseResponse> |
advanceRolloutSettings()
public UnaryCallSettings<AdvanceRolloutRequest,AdvanceRolloutResponse> advanceRolloutSettings()
Returns the object with the settings used for calls to advanceRollout.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<AdvanceRolloutRequest,AdvanceRolloutResponse> |
approveRolloutSettings()
public UnaryCallSettings<ApproveRolloutRequest,ApproveRolloutResponse> approveRolloutSettings()
Returns the object with the settings used for calls to approveRollout.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<ApproveRolloutRequest,ApproveRolloutResponse> |
cancelAutomationRunSettings()
public UnaryCallSettings<CancelAutomationRunRequest,CancelAutomationRunResponse> cancelAutomationRunSettings()
Returns the object with the settings used for calls to cancelAutomationRun.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CancelAutomationRunRequest,CancelAutomationRunResponse> |
cancelRolloutSettings()
public UnaryCallSettings<CancelRolloutRequest,CancelRolloutResponse> cancelRolloutSettings()
Returns the object with the settings used for calls to cancelRollout.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CancelRolloutRequest,CancelRolloutResponse> |
createAutomationOperationSettings()
public OperationCallSettings<CreateAutomationRequest,Automation,OperationMetadata> createAutomationOperationSettings()
Returns the object with the settings used for calls to createAutomation.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateAutomationRequest,Automation,OperationMetadata> |
createAutomationSettings()
public UnaryCallSettings<CreateAutomationRequest,Operation> createAutomationSettings()
Returns the object with the settings used for calls to createAutomation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateAutomationRequest,Operation> |
createCustomTargetTypeOperationSettings()
public OperationCallSettings<CreateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> createCustomTargetTypeOperationSettings()
Returns the object with the settings used for calls to createCustomTargetType.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> |
createCustomTargetTypeSettings()
public UnaryCallSettings<CreateCustomTargetTypeRequest,Operation> createCustomTargetTypeSettings()
Returns the object with the settings used for calls to createCustomTargetType.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateCustomTargetTypeRequest,Operation> |
createDeliveryPipelineOperationSettings()
public OperationCallSettings<CreateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> createDeliveryPipelineOperationSettings()
Returns the object with the settings used for calls to createDeliveryPipeline.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> |
createDeliveryPipelineSettings()
public UnaryCallSettings<CreateDeliveryPipelineRequest,Operation> createDeliveryPipelineSettings()
Returns the object with the settings used for calls to createDeliveryPipeline.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateDeliveryPipelineRequest,Operation> |
createDeployPolicyOperationSettings()
public OperationCallSettings<CreateDeployPolicyRequest,DeployPolicy,OperationMetadata> createDeployPolicyOperationSettings()
Returns the object with the settings used for calls to createDeployPolicy.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateDeployPolicyRequest,DeployPolicy,OperationMetadata> |
createDeployPolicySettings()
public UnaryCallSettings<CreateDeployPolicyRequest,Operation> createDeployPolicySettings()
Returns the object with the settings used for calls to createDeployPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateDeployPolicyRequest,Operation> |
createReleaseOperationSettings()
public OperationCallSettings<CreateReleaseRequest,Release,OperationMetadata> createReleaseOperationSettings()
Returns the object with the settings used for calls to createRelease.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateReleaseRequest,Release,OperationMetadata> |
createReleaseSettings()
public UnaryCallSettings<CreateReleaseRequest,Operation> createReleaseSettings()
Returns the object with the settings used for calls to createRelease.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateReleaseRequest,Operation> |
createRolloutOperationSettings()
public OperationCallSettings<CreateRolloutRequest,Rollout,OperationMetadata> createRolloutOperationSettings()
Returns the object with the settings used for calls to createRollout.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateRolloutRequest,Rollout,OperationMetadata> |
createRolloutSettings()
public UnaryCallSettings<CreateRolloutRequest,Operation> createRolloutSettings()
Returns the object with the settings used for calls to createRollout.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateRolloutRequest,Operation> |
createStub()
public CloudDeployStub createStub()
Returns | |
---|---|
Type | Description |
CloudDeployStub |
Exceptions | |
---|---|
Type | Description |
IOException |
createTargetOperationSettings()
public OperationCallSettings<CreateTargetRequest,Target,OperationMetadata> createTargetOperationSettings()
Returns the object with the settings used for calls to createTarget.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateTargetRequest,Target,OperationMetadata> |
createTargetSettings()
public UnaryCallSettings<CreateTargetRequest,Operation> createTargetSettings()
Returns the object with the settings used for calls to createTarget.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateTargetRequest,Operation> |
deleteAutomationOperationSettings()
public OperationCallSettings<DeleteAutomationRequest,Empty,OperationMetadata> deleteAutomationOperationSettings()
Returns the object with the settings used for calls to deleteAutomation.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteAutomationRequest,Empty,OperationMetadata> |
deleteAutomationSettings()
public UnaryCallSettings<DeleteAutomationRequest,Operation> deleteAutomationSettings()
Returns the object with the settings used for calls to deleteAutomation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteAutomationRequest,Operation> |
deleteCustomTargetTypeOperationSettings()
public OperationCallSettings<DeleteCustomTargetTypeRequest,Empty,OperationMetadata> deleteCustomTargetTypeOperationSettings()
Returns the object with the settings used for calls to deleteCustomTargetType.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteCustomTargetTypeRequest,Empty,OperationMetadata> |
deleteCustomTargetTypeSettings()
public UnaryCallSettings<DeleteCustomTargetTypeRequest,Operation> deleteCustomTargetTypeSettings()
Returns the object with the settings used for calls to deleteCustomTargetType.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteCustomTargetTypeRequest,Operation> |
deleteDeliveryPipelineOperationSettings()
public OperationCallSettings<DeleteDeliveryPipelineRequest,Empty,OperationMetadata> deleteDeliveryPipelineOperationSettings()
Returns the object with the settings used for calls to deleteDeliveryPipeline.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteDeliveryPipelineRequest,Empty,OperationMetadata> |
deleteDeliveryPipelineSettings()
public UnaryCallSettings<DeleteDeliveryPipelineRequest,Operation> deleteDeliveryPipelineSettings()
Returns the object with the settings used for calls to deleteDeliveryPipeline.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteDeliveryPipelineRequest,Operation> |
deleteDeployPolicyOperationSettings()
public OperationCallSettings<DeleteDeployPolicyRequest,Empty,OperationMetadata> deleteDeployPolicyOperationSettings()
Returns the object with the settings used for calls to deleteDeployPolicy.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteDeployPolicyRequest,Empty,OperationMetadata> |
deleteDeployPolicySettings()
public UnaryCallSettings<DeleteDeployPolicyRequest,Operation> deleteDeployPolicySettings()
Returns the object with the settings used for calls to deleteDeployPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteDeployPolicyRequest,Operation> |
deleteTargetOperationSettings()
public OperationCallSettings<DeleteTargetRequest,Empty,OperationMetadata> deleteTargetOperationSettings()
Returns the object with the settings used for calls to deleteTarget.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteTargetRequest,Empty,OperationMetadata> |
deleteTargetSettings()
public UnaryCallSettings<DeleteTargetRequest,Operation> deleteTargetSettings()
Returns the object with the settings used for calls to deleteTarget.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteTargetRequest,Operation> |
getAutomationRunSettings()
public UnaryCallSettings<GetAutomationRunRequest,AutomationRun> getAutomationRunSettings()
Returns the object with the settings used for calls to getAutomationRun.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetAutomationRunRequest,AutomationRun> |
getAutomationSettings()
public UnaryCallSettings<GetAutomationRequest,Automation> getAutomationSettings()
Returns the object with the settings used for calls to getAutomation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetAutomationRequest,Automation> |
getConfigSettings()
public UnaryCallSettings<GetConfigRequest,Config> getConfigSettings()
Returns the object with the settings used for calls to getConfig.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetConfigRequest,Config> |
getCustomTargetTypeSettings()
public UnaryCallSettings<GetCustomTargetTypeRequest,CustomTargetType> getCustomTargetTypeSettings()
Returns the object with the settings used for calls to getCustomTargetType.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetCustomTargetTypeRequest,CustomTargetType> |
getDeliveryPipelineSettings()
public UnaryCallSettings<GetDeliveryPipelineRequest,DeliveryPipeline> getDeliveryPipelineSettings()
Returns the object with the settings used for calls to getDeliveryPipeline.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetDeliveryPipelineRequest,DeliveryPipeline> |
getDeployPolicySettings()
public UnaryCallSettings<GetDeployPolicyRequest,DeployPolicy> getDeployPolicySettings()
Returns the object with the settings used for calls to getDeployPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetDeployPolicyRequest,DeployPolicy> |
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> |
getJobRunSettings()
public UnaryCallSettings<GetJobRunRequest,JobRun> getJobRunSettings()
Returns the object with the settings used for calls to getJobRun.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetJobRunRequest,JobRun> |
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> |
getReleaseSettings()
public UnaryCallSettings<GetReleaseRequest,Release> getReleaseSettings()
Returns the object with the settings used for calls to getRelease.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetReleaseRequest,Release> |
getRolloutSettings()
public UnaryCallSettings<GetRolloutRequest,Rollout> getRolloutSettings()
Returns the object with the settings used for calls to getRollout.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetRolloutRequest,Rollout> |
getServiceName()
public String getServiceName()
Returns the default service name.
Returns | |
---|---|
Type | Description |
String |
getTargetSettings()
public UnaryCallSettings<GetTargetRequest,Target> getTargetSettings()
Returns the object with the settings used for calls to getTarget.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetTargetRequest,Target> |
ignoreJobSettings()
public UnaryCallSettings<IgnoreJobRequest,IgnoreJobResponse> ignoreJobSettings()
Returns the object with the settings used for calls to ignoreJob.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<IgnoreJobRequest,IgnoreJobResponse> |
listAutomationRunsSettings()
public PagedCallSettings<ListAutomationRunsRequest,ListAutomationRunsResponse,CloudDeployClient.ListAutomationRunsPagedResponse> listAutomationRunsSettings()
Returns the object with the settings used for calls to listAutomationRuns.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListAutomationRunsRequest,ListAutomationRunsResponse,ListAutomationRunsPagedResponse> |
listAutomationsSettings()
public PagedCallSettings<ListAutomationsRequest,ListAutomationsResponse,CloudDeployClient.ListAutomationsPagedResponse> listAutomationsSettings()
Returns the object with the settings used for calls to listAutomations.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListAutomationsRequest,ListAutomationsResponse,ListAutomationsPagedResponse> |
listCustomTargetTypesSettings()
public PagedCallSettings<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CloudDeployClient.ListCustomTargetTypesPagedResponse> listCustomTargetTypesSettings()
Returns the object with the settings used for calls to listCustomTargetTypes.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,ListCustomTargetTypesPagedResponse> |
listDeliveryPipelinesSettings()
public PagedCallSettings<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse,CloudDeployClient.ListDeliveryPipelinesPagedResponse> listDeliveryPipelinesSettings()
Returns the object with the settings used for calls to listDeliveryPipelines.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse,ListDeliveryPipelinesPagedResponse> |
listDeployPoliciesSettings()
public PagedCallSettings<ListDeployPoliciesRequest,ListDeployPoliciesResponse,CloudDeployClient.ListDeployPoliciesPagedResponse> listDeployPoliciesSettings()
Returns the object with the settings used for calls to listDeployPolicies.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListDeployPoliciesRequest,ListDeployPoliciesResponse,ListDeployPoliciesPagedResponse> |
listJobRunsSettings()
public PagedCallSettings<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse> listJobRunsSettings()
Returns the object with the settings used for calls to listJobRuns.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListJobRunsRequest,ListJobRunsResponse,ListJobRunsPagedResponse> |
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,CloudDeployClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
Returns | |
---|---|
Type | Description |
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse> |
listReleasesSettings()
public PagedCallSettings<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse> listReleasesSettings()
Returns the object with the settings used for calls to listReleases.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListReleasesRequest,ListReleasesResponse,ListReleasesPagedResponse> |
listRolloutsSettings()
public PagedCallSettings<ListRolloutsRequest,ListRolloutsResponse,CloudDeployClient.ListRolloutsPagedResponse> listRolloutsSettings()
Returns the object with the settings used for calls to listRollouts.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListRolloutsRequest,ListRolloutsResponse,ListRolloutsPagedResponse> |
listTargetsSettings()
public PagedCallSettings<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse> listTargetsSettings()
Returns the object with the settings used for calls to listTargets.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListTargetsRequest,ListTargetsResponse,ListTargetsPagedResponse> |
retryJobSettings()
public UnaryCallSettings<RetryJobRequest,RetryJobResponse> retryJobSettings()
Returns the object with the settings used for calls to retryJob.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<RetryJobRequest,RetryJobResponse> |
rollbackTargetSettings()
public UnaryCallSettings<RollbackTargetRequest,RollbackTargetResponse> rollbackTargetSettings()
Returns the object with the settings used for calls to rollbackTarget.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<RollbackTargetRequest,RollbackTargetResponse> |
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> |
terminateJobRunSettings()
public UnaryCallSettings<TerminateJobRunRequest,TerminateJobRunResponse> terminateJobRunSettings()
Returns the object with the settings used for calls to terminateJobRun.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<TerminateJobRunRequest,TerminateJobRunResponse> |
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 CloudDeployStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns | |
---|---|
Type | Description |
CloudDeployStubSettings.Builder |
updateAutomationOperationSettings()
public OperationCallSettings<UpdateAutomationRequest,Automation,OperationMetadata> updateAutomationOperationSettings()
Returns the object with the settings used for calls to updateAutomation.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateAutomationRequest,Automation,OperationMetadata> |
updateAutomationSettings()
public UnaryCallSettings<UpdateAutomationRequest,Operation> updateAutomationSettings()
Returns the object with the settings used for calls to updateAutomation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateAutomationRequest,Operation> |
updateCustomTargetTypeOperationSettings()
public OperationCallSettings<UpdateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> updateCustomTargetTypeOperationSettings()
Returns the object with the settings used for calls to updateCustomTargetType.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> |
updateCustomTargetTypeSettings()
public UnaryCallSettings<UpdateCustomTargetTypeRequest,Operation> updateCustomTargetTypeSettings()
Returns the object with the settings used for calls to updateCustomTargetType.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateCustomTargetTypeRequest,Operation> |
updateDeliveryPipelineOperationSettings()
public OperationCallSettings<UpdateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> updateDeliveryPipelineOperationSettings()
Returns the object with the settings used for calls to updateDeliveryPipeline.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> |
updateDeliveryPipelineSettings()
public UnaryCallSettings<UpdateDeliveryPipelineRequest,Operation> updateDeliveryPipelineSettings()
Returns the object with the settings used for calls to updateDeliveryPipeline.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateDeliveryPipelineRequest,Operation> |
updateDeployPolicyOperationSettings()
public OperationCallSettings<UpdateDeployPolicyRequest,DeployPolicy,OperationMetadata> updateDeployPolicyOperationSettings()
Returns the object with the settings used for calls to updateDeployPolicy.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateDeployPolicyRequest,DeployPolicy,OperationMetadata> |
updateDeployPolicySettings()
public UnaryCallSettings<UpdateDeployPolicyRequest,Operation> updateDeployPolicySettings()
Returns the object with the settings used for calls to updateDeployPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateDeployPolicyRequest,Operation> |
updateTargetOperationSettings()
public OperationCallSettings<UpdateTargetRequest,Target,OperationMetadata> updateTargetOperationSettings()
Returns the object with the settings used for calls to updateTarget.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateTargetRequest,Target,OperationMetadata> |
updateTargetSettings()
public UnaryCallSettings<UpdateTargetRequest,Operation> updateTargetSettings()
Returns the object with the settings used for calls to updateTarget.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateTargetRequest,Operation> |