@Generated(value="by gapic-generator-java") public class CloudDeploySettings extends com.google.api.gax.rpc.ClientSettings<CloudDeploySettings>
CloudDeployClient.
The default instance has everything set to sensible defaults:
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 getDeliveryPipeline 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
CloudDeploySettings.Builder cloudDeploySettingsBuilder = CloudDeploySettings.newBuilder();
cloudDeploySettingsBuilder
.getDeliveryPipelineSettings()
.setRetrySettings(
cloudDeploySettingsBuilder
.getDeliveryPipelineSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
CloudDeploySettings cloudDeploySettings = cloudDeploySettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudDeploySettings.Builder
Builder for CloudDeploySettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CloudDeploySettings(CloudDeploySettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallSettings<AbandonReleaseRequest,AbandonReleaseResponse> |
abandonReleaseSettings()
Returns the object with the settings used for calls to abandonRelease.
|
com.google.api.gax.rpc.UnaryCallSettings<AdvanceRolloutRequest,AdvanceRolloutResponse> |
advanceRolloutSettings()
Returns the object with the settings used for calls to advanceRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<ApproveRolloutRequest,ApproveRolloutResponse> |
approveRolloutSettings()
Returns the object with the settings used for calls to approveRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<CancelAutomationRunRequest,CancelAutomationRunResponse> |
cancelAutomationRunSettings()
Returns the object with the settings used for calls to cancelAutomationRun.
|
com.google.api.gax.rpc.UnaryCallSettings<CancelRolloutRequest,CancelRolloutResponse> |
cancelRolloutSettings()
Returns the object with the settings used for calls to cancelRollout.
|
static CloudDeploySettings |
create(CloudDeployStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateAutomationRequest,Automation,OperationMetadata> |
createAutomationOperationSettings()
Returns the object with the settings used for calls to createAutomation.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAutomationRequest,com.google.longrunning.Operation> |
createAutomationSettings()
Returns the object with the settings used for calls to createAutomation.
|
com.google.api.gax.rpc.OperationCallSettings<CreateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> |
createCustomTargetTypeOperationSettings()
Returns the object with the settings used for calls to createCustomTargetType.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateCustomTargetTypeRequest,com.google.longrunning.Operation> |
createCustomTargetTypeSettings()
Returns the object with the settings used for calls to createCustomTargetType.
|
com.google.api.gax.rpc.OperationCallSettings<CreateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> |
createDeliveryPipelineOperationSettings()
Returns the object with the settings used for calls to createDeliveryPipeline.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateDeliveryPipelineRequest,com.google.longrunning.Operation> |
createDeliveryPipelineSettings()
Returns the object with the settings used for calls to createDeliveryPipeline.
|
com.google.api.gax.rpc.OperationCallSettings<CreateReleaseRequest,Release,OperationMetadata> |
createReleaseOperationSettings()
Returns the object with the settings used for calls to createRelease.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateReleaseRequest,com.google.longrunning.Operation> |
createReleaseSettings()
Returns the object with the settings used for calls to createRelease.
|
com.google.api.gax.rpc.OperationCallSettings<CreateRolloutRequest,Rollout,OperationMetadata> |
createRolloutOperationSettings()
Returns the object with the settings used for calls to createRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateRolloutRequest,com.google.longrunning.Operation> |
createRolloutSettings()
Returns the object with the settings used for calls to createRollout.
|
com.google.api.gax.rpc.OperationCallSettings<CreateTargetRequest,Target,OperationMetadata> |
createTargetOperationSettings()
Returns the object with the settings used for calls to createTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTargetRequest,com.google.longrunning.Operation> |
createTargetSettings()
Returns the object with the settings used for calls to createTarget.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteAutomationRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteAutomationOperationSettings()
Returns the object with the settings used for calls to deleteAutomation.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteAutomationRequest,com.google.longrunning.Operation> |
deleteAutomationSettings()
Returns the object with the settings used for calls to deleteAutomation.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteCustomTargetTypeRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteCustomTargetTypeOperationSettings()
Returns the object with the settings used for calls to deleteCustomTargetType.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomTargetTypeRequest,com.google.longrunning.Operation> |
deleteCustomTargetTypeSettings()
Returns the object with the settings used for calls to deleteCustomTargetType.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteDeliveryPipelineRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteDeliveryPipelineOperationSettings()
Returns the object with the settings used for calls to deleteDeliveryPipeline.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteDeliveryPipelineRequest,com.google.longrunning.Operation> |
deleteDeliveryPipelineSettings()
Returns the object with the settings used for calls to deleteDeliveryPipeline.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteTargetRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteTargetOperationSettings()
Returns the object with the settings used for calls to deleteTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetRequest,com.google.longrunning.Operation> |
deleteTargetSettings()
Returns the object with the settings used for calls to deleteTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAutomationRunRequest,AutomationRun> |
getAutomationRunSettings()
Returns the object with the settings used for calls to getAutomationRun.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAutomationRequest,Automation> |
getAutomationSettings()
Returns the object with the settings used for calls to getAutomation.
|
com.google.api.gax.rpc.UnaryCallSettings<GetConfigRequest,Config> |
getConfigSettings()
Returns the object with the settings used for calls to getConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCustomTargetTypeRequest,CustomTargetType> |
getCustomTargetTypeSettings()
Returns the object with the settings used for calls to getCustomTargetType.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetDeliveryPipelineRequest,DeliveryPipeline> |
getDeliveryPipelineSettings()
Returns the object with the settings used for calls to getDeliveryPipeline.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<GetJobRunRequest,JobRun> |
getJobRunSettings()
Returns the object with the settings used for calls to getJobRun.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
com.google.api.gax.rpc.UnaryCallSettings<GetReleaseRequest,Release> |
getReleaseSettings()
Returns the object with the settings used for calls to getRelease.
|
com.google.api.gax.rpc.UnaryCallSettings<GetRolloutRequest,Rollout> |
getRolloutSettings()
Returns the object with the settings used for calls to getRollout.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTargetRequest,Target> |
getTargetSettings()
Returns the object with the settings used for calls to getTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<IgnoreJobRequest,IgnoreJobResponse> |
ignoreJobSettings()
Returns the object with the settings used for calls to ignoreJob.
|
com.google.api.gax.rpc.PagedCallSettings<ListAutomationRunsRequest,ListAutomationRunsResponse,CloudDeployClient.ListAutomationRunsPagedResponse> |
listAutomationRunsSettings()
Returns the object with the settings used for calls to listAutomationRuns.
|
com.google.api.gax.rpc.PagedCallSettings<ListAutomationsRequest,ListAutomationsResponse,CloudDeployClient.ListAutomationsPagedResponse> |
listAutomationsSettings()
Returns the object with the settings used for calls to listAutomations.
|
com.google.api.gax.rpc.PagedCallSettings<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CloudDeployClient.ListCustomTargetTypesPagedResponse> |
listCustomTargetTypesSettings()
Returns the object with the settings used for calls to listCustomTargetTypes.
|
com.google.api.gax.rpc.PagedCallSettings<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse,CloudDeployClient.ListDeliveryPipelinesPagedResponse> |
listDeliveryPipelinesSettings()
Returns the object with the settings used for calls to listDeliveryPipelines.
|
com.google.api.gax.rpc.PagedCallSettings<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse> |
listJobRunsSettings()
Returns the object with the settings used for calls to listJobRuns.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,CloudDeployClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse> |
listReleasesSettings()
Returns the object with the settings used for calls to listReleases.
|
com.google.api.gax.rpc.PagedCallSettings<ListRolloutsRequest,ListRolloutsResponse,CloudDeployClient.ListRolloutsPagedResponse> |
listRolloutsSettings()
Returns the object with the settings used for calls to listRollouts.
|
com.google.api.gax.rpc.PagedCallSettings<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse> |
listTargetsSettings()
Returns the object with the settings used for calls to listTargets.
|
static CloudDeploySettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static CloudDeploySettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static CloudDeploySettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<RetryJobRequest,RetryJobResponse> |
retryJobSettings()
Returns the object with the settings used for calls to retryJob.
|
com.google.api.gax.rpc.UnaryCallSettings<RollbackTargetRequest,RollbackTargetResponse> |
rollbackTargetSettings()
Returns the object with the settings used for calls to rollbackTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<TerminateJobRunRequest,TerminateJobRunResponse> |
terminateJobRunSettings()
Returns the object with the settings used for calls to terminateJobRun.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
CloudDeploySettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateAutomationRequest,Automation,OperationMetadata> |
updateAutomationOperationSettings()
Returns the object with the settings used for calls to updateAutomation.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAutomationRequest,com.google.longrunning.Operation> |
updateAutomationSettings()
Returns the object with the settings used for calls to updateAutomation.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> |
updateCustomTargetTypeOperationSettings()
Returns the object with the settings used for calls to updateCustomTargetType.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomTargetTypeRequest,com.google.longrunning.Operation> |
updateCustomTargetTypeSettings()
Returns the object with the settings used for calls to updateCustomTargetType.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> |
updateDeliveryPipelineOperationSettings()
Returns the object with the settings used for calls to updateDeliveryPipeline.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateDeliveryPipelineRequest,com.google.longrunning.Operation> |
updateDeliveryPipelineSettings()
Returns the object with the settings used for calls to updateDeliveryPipeline.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateTargetRequest,Target,OperationMetadata> |
updateTargetOperationSettings()
Returns the object with the settings used for calls to updateTarget.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTargetRequest,com.google.longrunning.Operation> |
updateTargetSettings()
Returns the object with the settings used for calls to updateTarget.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected CloudDeploySettings(CloudDeploySettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListDeliveryPipelinesRequest,ListDeliveryPipelinesResponse,CloudDeployClient.ListDeliveryPipelinesPagedResponse> listDeliveryPipelinesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetDeliveryPipelineRequest,DeliveryPipeline> getDeliveryPipelineSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateDeliveryPipelineRequest,com.google.longrunning.Operation> createDeliveryPipelineSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> createDeliveryPipelineOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateDeliveryPipelineRequest,com.google.longrunning.Operation> updateDeliveryPipelineSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateDeliveryPipelineRequest,DeliveryPipeline,OperationMetadata> updateDeliveryPipelineOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteDeliveryPipelineRequest,com.google.longrunning.Operation> deleteDeliveryPipelineSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteDeliveryPipelineRequest,com.google.protobuf.Empty,OperationMetadata> deleteDeliveryPipelineOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTargetsRequest,ListTargetsResponse,CloudDeployClient.ListTargetsPagedResponse> listTargetsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RollbackTargetRequest,RollbackTargetResponse> rollbackTargetSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTargetRequest,Target> getTargetSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTargetRequest,com.google.longrunning.Operation> createTargetSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateTargetRequest,Target,OperationMetadata> createTargetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTargetRequest,com.google.longrunning.Operation> updateTargetSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateTargetRequest,Target,OperationMetadata> updateTargetOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTargetRequest,com.google.longrunning.Operation> deleteTargetSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteTargetRequest,com.google.protobuf.Empty,OperationMetadata> deleteTargetOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListCustomTargetTypesRequest,ListCustomTargetTypesResponse,CloudDeployClient.ListCustomTargetTypesPagedResponse> listCustomTargetTypesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCustomTargetTypeRequest,CustomTargetType> getCustomTargetTypeSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateCustomTargetTypeRequest,com.google.longrunning.Operation> createCustomTargetTypeSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> createCustomTargetTypeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCustomTargetTypeRequest,com.google.longrunning.Operation> updateCustomTargetTypeSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateCustomTargetTypeRequest,CustomTargetType,OperationMetadata> updateCustomTargetTypeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteCustomTargetTypeRequest,com.google.longrunning.Operation> deleteCustomTargetTypeSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteCustomTargetTypeRequest,com.google.protobuf.Empty,OperationMetadata> deleteCustomTargetTypeOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListReleasesRequest,ListReleasesResponse,CloudDeployClient.ListReleasesPagedResponse> listReleasesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetReleaseRequest,Release> getReleaseSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateReleaseRequest,com.google.longrunning.Operation> createReleaseSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateReleaseRequest,Release,OperationMetadata> createReleaseOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AbandonReleaseRequest,AbandonReleaseResponse> abandonReleaseSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ApproveRolloutRequest,ApproveRolloutResponse> approveRolloutSettings()
public com.google.api.gax.rpc.UnaryCallSettings<AdvanceRolloutRequest,AdvanceRolloutResponse> advanceRolloutSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CancelRolloutRequest,CancelRolloutResponse> cancelRolloutSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListRolloutsRequest,ListRolloutsResponse,CloudDeployClient.ListRolloutsPagedResponse> listRolloutsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetRolloutRequest,Rollout> getRolloutSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateRolloutRequest,com.google.longrunning.Operation> createRolloutSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateRolloutRequest,Rollout,OperationMetadata> createRolloutOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<IgnoreJobRequest,IgnoreJobResponse> ignoreJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RetryJobRequest,RetryJobResponse> retryJobSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListJobRunsRequest,ListJobRunsResponse,CloudDeployClient.ListJobRunsPagedResponse> listJobRunsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetJobRunRequest,JobRun> getJobRunSettings()
public com.google.api.gax.rpc.UnaryCallSettings<TerminateJobRunRequest,TerminateJobRunResponse> terminateJobRunSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetConfigRequest,Config> getConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAutomationRequest,com.google.longrunning.Operation> createAutomationSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAutomationRequest,Automation,OperationMetadata> createAutomationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAutomationRequest,com.google.longrunning.Operation> updateAutomationSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateAutomationRequest,Automation,OperationMetadata> updateAutomationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAutomationRequest,com.google.longrunning.Operation> deleteAutomationSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteAutomationRequest,com.google.protobuf.Empty,OperationMetadata> deleteAutomationOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAutomationRequest,Automation> getAutomationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAutomationsRequest,ListAutomationsResponse,CloudDeployClient.ListAutomationsPagedResponse> listAutomationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAutomationRunRequest,AutomationRun> getAutomationRunSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAutomationRunsRequest,ListAutomationRunsResponse,CloudDeployClient.ListAutomationRunsPagedResponse> listAutomationRunsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CancelAutomationRunRequest,CancelAutomationRunResponse> cancelAutomationRunSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,CloudDeployClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public static final CloudDeploySettings create(CloudDeployStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static CloudDeploySettings.Builder newBuilder()
@BetaApi public static CloudDeploySettings.Builder newHttpJsonBuilder()
public static CloudDeploySettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public CloudDeploySettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<CloudDeploySettings>Copyright © 2024 Google LLC. All rights reserved.