public static class ConfigStubSettings.Builder extends StubSettings.Builder<ConfigStubSettings,ConfigStubSettings.Builder>
Builder for ConfigStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(ConfigStubSettings settings)
protected Builder(ConfigStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ConfigStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
build()
public ConfigStubSettings build()
Overrides
createDeploymentGroupOperationSettings()
public OperationCallSettings.Builder<CreateDeploymentGroupRequest,DeploymentGroup,OperationMetadata> createDeploymentGroupOperationSettings()
Returns the builder for the settings used for calls to createDeploymentGroup.
createDeploymentGroupSettings()
public UnaryCallSettings.Builder<CreateDeploymentGroupRequest,Operation> createDeploymentGroupSettings()
Returns the builder for the settings used for calls to createDeploymentGroup.
createDeploymentOperationSettings()
public OperationCallSettings.Builder<CreateDeploymentRequest,Deployment,OperationMetadata> createDeploymentOperationSettings()
Returns the builder for the settings used for calls to createDeployment.
createDeploymentSettings()
public UnaryCallSettings.Builder<CreateDeploymentRequest,Operation> createDeploymentSettings()
Returns the builder for the settings used for calls to createDeployment.
createPreviewOperationSettings()
public OperationCallSettings.Builder<CreatePreviewRequest,Preview,OperationMetadata> createPreviewOperationSettings()
Returns the builder for the settings used for calls to createPreview.
createPreviewSettings()
public UnaryCallSettings.Builder<CreatePreviewRequest,Operation> createPreviewSettings()
Returns the builder for the settings used for calls to createPreview.
deleteDeploymentGroupOperationSettings()
public OperationCallSettings.Builder<DeleteDeploymentGroupRequest,DeploymentGroup,OperationMetadata> deleteDeploymentGroupOperationSettings()
Returns the builder for the settings used for calls to deleteDeploymentGroup.
deleteDeploymentGroupSettings()
public UnaryCallSettings.Builder<DeleteDeploymentGroupRequest,Operation> deleteDeploymentGroupSettings()
Returns the builder for the settings used for calls to deleteDeploymentGroup.
deleteDeploymentOperationSettings()
public OperationCallSettings.Builder<DeleteDeploymentRequest,Deployment,OperationMetadata> deleteDeploymentOperationSettings()
Returns the builder for the settings used for calls to deleteDeployment.
deleteDeploymentSettings()
public UnaryCallSettings.Builder<DeleteDeploymentRequest,Operation> deleteDeploymentSettings()
Returns the builder for the settings used for calls to deleteDeployment.
deletePreviewOperationSettings()
public OperationCallSettings.Builder<DeletePreviewRequest,Preview,OperationMetadata> deletePreviewOperationSettings()
Returns the builder for the settings used for calls to deletePreview.
deletePreviewSettings()
public UnaryCallSettings.Builder<DeletePreviewRequest,Operation> deletePreviewSettings()
Returns the builder for the settings used for calls to deletePreview.
deleteStatefileSettings()
public UnaryCallSettings.Builder<DeleteStatefileRequest,Empty> deleteStatefileSettings()
Returns the builder for the settings used for calls to deleteStatefile.
deprovisionDeploymentGroupOperationSettings()
public OperationCallSettings.Builder<DeprovisionDeploymentGroupRequest,DeploymentGroup,OperationMetadata> deprovisionDeploymentGroupOperationSettings()
Returns the builder for the settings used for calls to deprovisionDeploymentGroup.
deprovisionDeploymentGroupSettings()
public UnaryCallSettings.Builder<DeprovisionDeploymentGroupRequest,Operation> deprovisionDeploymentGroupSettings()
Returns the builder for the settings used for calls to deprovisionDeploymentGroup.
exportDeploymentStatefileSettings()
public UnaryCallSettings.Builder<ExportDeploymentStatefileRequest,Statefile> exportDeploymentStatefileSettings()
Returns the builder for the settings used for calls to exportDeploymentStatefile.
exportLockInfoSettings()
public UnaryCallSettings.Builder<ExportLockInfoRequest,LockInfo> exportLockInfoSettings()
Returns the builder for the settings used for calls to exportLockInfo.
exportPreviewResultSettings()
public UnaryCallSettings.Builder<ExportPreviewResultRequest,ExportPreviewResultResponse> exportPreviewResultSettings()
Returns the builder for the settings used for calls to exportPreviewResult.
exportRevisionStatefileSettings()
public UnaryCallSettings.Builder<ExportRevisionStatefileRequest,Statefile> exportRevisionStatefileSettings()
Returns the builder for the settings used for calls to exportRevisionStatefile.
getAutoMigrationConfigSettings()
public UnaryCallSettings.Builder<GetAutoMigrationConfigRequest,AutoMigrationConfig> getAutoMigrationConfigSettings()
Returns the builder for the settings used for calls to getAutoMigrationConfig.
getDeploymentGroupRevisionSettings()
public UnaryCallSettings.Builder<GetDeploymentGroupRevisionRequest,DeploymentGroupRevision> getDeploymentGroupRevisionSettings()
Returns the builder for the settings used for calls to getDeploymentGroupRevision.
getDeploymentGroupSettings()
public UnaryCallSettings.Builder<GetDeploymentGroupRequest,DeploymentGroup> getDeploymentGroupSettings()
Returns the builder for the settings used for calls to getDeploymentGroup.
getDeploymentSettings()
public UnaryCallSettings.Builder<GetDeploymentRequest,Deployment> getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.
getIamPolicySettings()
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
| Returns |
| Type |
Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
| Returns |
| Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getPreviewSettings()
public UnaryCallSettings.Builder<GetPreviewRequest,Preview> getPreviewSettings()
Returns the builder for the settings used for calls to getPreview.
getResourceChangeSettings()
public UnaryCallSettings.Builder<GetResourceChangeRequest,ResourceChange> getResourceChangeSettings()
Returns the builder for the settings used for calls to getResourceChange.
getResourceDriftSettings()
public UnaryCallSettings.Builder<GetResourceDriftRequest,ResourceDrift> getResourceDriftSettings()
Returns the builder for the settings used for calls to getResourceDrift.
getResourceSettings()
public UnaryCallSettings.Builder<GetResourceRequest,Resource> getResourceSettings()
Returns the builder for the settings used for calls to getResource.
getRevisionSettings()
public UnaryCallSettings.Builder<GetRevisionRequest,Revision> getRevisionSettings()
Returns the builder for the settings used for calls to getRevision.
public UnaryCallSettings.Builder<GetTerraformVersionRequest,TerraformVersion> getTerraformVersionSettings()
Returns the builder for the settings used for calls to getTerraformVersion.
importStatefileSettings()
public UnaryCallSettings.Builder<ImportStatefileRequest,Statefile> importStatefileSettings()
Returns the builder for the settings used for calls to importStatefile.
listDeploymentGroupRevisionsSettings()
public PagedCallSettings.Builder<ListDeploymentGroupRevisionsRequest,ListDeploymentGroupRevisionsResponse,ConfigClient.ListDeploymentGroupRevisionsPagedResponse> listDeploymentGroupRevisionsSettings()
Returns the builder for the settings used for calls to listDeploymentGroupRevisions.
listDeploymentGroupsSettings()
public PagedCallSettings.Builder<ListDeploymentGroupsRequest,ListDeploymentGroupsResponse,ConfigClient.ListDeploymentGroupsPagedResponse> listDeploymentGroupsSettings()
Returns the builder for the settings used for calls to listDeploymentGroups.
listDeploymentsSettings()
public PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,ConfigClient.ListDeploymentsPagedResponse> listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,ConfigClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
listPreviewsSettings()
public PagedCallSettings.Builder<ListPreviewsRequest,ListPreviewsResponse,ConfigClient.ListPreviewsPagedResponse> listPreviewsSettings()
Returns the builder for the settings used for calls to listPreviews.
listResourceChangesSettings()
public PagedCallSettings.Builder<ListResourceChangesRequest,ListResourceChangesResponse,ConfigClient.ListResourceChangesPagedResponse> listResourceChangesSettings()
Returns the builder for the settings used for calls to listResourceChanges.
listResourceDriftsSettings()
public PagedCallSettings.Builder<ListResourceDriftsRequest,ListResourceDriftsResponse,ConfigClient.ListResourceDriftsPagedResponse> listResourceDriftsSettings()
Returns the builder for the settings used for calls to listResourceDrifts.
listResourcesSettings()
public PagedCallSettings.Builder<ListResourcesRequest,ListResourcesResponse,ConfigClient.ListResourcesPagedResponse> listResourcesSettings()
Returns the builder for the settings used for calls to listResources.
listRevisionsSettings()
public PagedCallSettings.Builder<ListRevisionsRequest,ListRevisionsResponse,ConfigClient.ListRevisionsPagedResponse> listRevisionsSettings()
Returns the builder for the settings used for calls to listRevisions.
public PagedCallSettings.Builder<ListTerraformVersionsRequest,ListTerraformVersionsResponse,ConfigClient.ListTerraformVersionsPagedResponse> listTerraformVersionsSettings()
Returns the builder for the settings used for calls to listTerraformVersions.
lockDeploymentOperationSettings()
public OperationCallSettings.Builder<LockDeploymentRequest,Deployment,OperationMetadata> lockDeploymentOperationSettings()
Returns the builder for the settings used for calls to lockDeployment.
lockDeploymentSettings()
public UnaryCallSettings.Builder<LockDeploymentRequest,Operation> lockDeploymentSettings()
Returns the builder for the settings used for calls to lockDeployment.
provisionDeploymentGroupOperationSettings()
public OperationCallSettings.Builder<ProvisionDeploymentGroupRequest,DeploymentGroup,OperationMetadata> provisionDeploymentGroupOperationSettings()
Returns the builder for the settings used for calls to provisionDeploymentGroup.
provisionDeploymentGroupSettings()
public UnaryCallSettings.Builder<ProvisionDeploymentGroupRequest,Operation> provisionDeploymentGroupSettings()
Returns the builder for the settings used for calls to provisionDeploymentGroup.
setIamPolicySettings()
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
| Returns |
| Type |
Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
testIamPermissionsSettings()
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
| Returns |
| Type |
Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
| Returns |
| Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|
unlockDeploymentOperationSettings()
public OperationCallSettings.Builder<UnlockDeploymentRequest,Deployment,OperationMetadata> unlockDeploymentOperationSettings()
Returns the builder for the settings used for calls to unlockDeployment.
unlockDeploymentSettings()
public UnaryCallSettings.Builder<UnlockDeploymentRequest,Operation> unlockDeploymentSettings()
Returns the builder for the settings used for calls to unlockDeployment.
updateAutoMigrationConfigOperationSettings()
public OperationCallSettings.Builder<UpdateAutoMigrationConfigRequest,AutoMigrationConfig,OperationMetadata> updateAutoMigrationConfigOperationSettings()
Returns the builder for the settings used for calls to updateAutoMigrationConfig.
updateAutoMigrationConfigSettings()
public UnaryCallSettings.Builder<UpdateAutoMigrationConfigRequest,Operation> updateAutoMigrationConfigSettings()
Returns the builder for the settings used for calls to updateAutoMigrationConfig.
updateDeploymentGroupOperationSettings()
public OperationCallSettings.Builder<UpdateDeploymentGroupRequest,DeploymentGroup,OperationMetadata> updateDeploymentGroupOperationSettings()
Returns the builder for the settings used for calls to updateDeploymentGroup.
updateDeploymentGroupSettings()
public UnaryCallSettings.Builder<UpdateDeploymentGroupRequest,Operation> updateDeploymentGroupSettings()
Returns the builder for the settings used for calls to updateDeploymentGroup.
updateDeploymentOperationSettings()
public OperationCallSettings.Builder<UpdateDeploymentRequest,Deployment,OperationMetadata> updateDeploymentOperationSettings()
Returns the builder for the settings used for calls to updateDeployment.
updateDeploymentSettings()
public UnaryCallSettings.Builder<UpdateDeploymentRequest,Operation> updateDeploymentSettings()
Returns the builder for the settings used for calls to updateDeployment.