public static class AttachedClustersSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<AttachedClustersSettings,AttachedClustersSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(AttachedClustersSettings settings) |
protected |
Builder(AttachedClustersStubSettings.Builder stubSettings) |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
| Modifier and Type | Method and Description |
|---|---|
AttachedClustersSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
AttachedClustersSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAttachedClusterRequest,AttachedCluster,OperationMetadata> |
createAttachedClusterOperationSettings()
Returns the builder for the settings used for calls to createAttachedCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAttachedClusterRequest,com.google.longrunning.Operation> |
createAttachedClusterSettings()
Returns the builder for the settings used for calls to createAttachedCluster.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteAttachedClusterRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteAttachedClusterOperationSettings()
Returns the builder for the settings used for calls to deleteAttachedCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAttachedClusterRequest,com.google.longrunning.Operation> |
deleteAttachedClusterSettings()
Returns the builder for the settings used for calls to deleteAttachedCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> |
generateAttachedClusterInstallManifestSettings()
Returns the builder for the settings used for calls to
generateAttachedClusterInstallManifest.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedClusterRequest,AttachedCluster> |
getAttachedClusterSettings()
Returns the builder for the settings used for calls to getAttachedCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedServerConfigRequest,AttachedServerConfig> |
getAttachedServerConfigSettings()
Returns the builder for the settings used for calls to getAttachedServerConfig.
|
AttachedClustersStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.OperationCallSettings.Builder<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata> |
importAttachedClusterOperationSettings()
Returns the builder for the settings used for calls to importAttachedCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportAttachedClusterRequest,com.google.longrunning.Operation> |
importAttachedClusterSettings()
Returns the builder for the settings used for calls to importAttachedCluster.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAttachedClustersRequest,ListAttachedClustersResponse,AttachedClustersClient.ListAttachedClustersPagedResponse> |
listAttachedClustersSettings()
Returns the builder for the settings used for calls to listAttachedClusters.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAttachedClusterRequest,AttachedCluster,OperationMetadata> |
updateAttachedClusterOperationSettings()
Returns the builder for the settings used for calls to updateAttachedCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAttachedClusterRequest,com.google.longrunning.Operation> |
updateAttachedClusterSettings()
Returns the builder for the settings used for calls to updateAttachedCluster.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(AttachedClustersSettings settings)
protected Builder(AttachedClustersStubSettings.Builder stubSettings)
public AttachedClustersStubSettings.Builder getStubSettingsBuilder()
public AttachedClustersSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAttachedClusterRequest,com.google.longrunning.Operation> createAttachedClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateAttachedClusterRequest,AttachedCluster,OperationMetadata> createAttachedClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAttachedClusterRequest,com.google.longrunning.Operation> updateAttachedClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAttachedClusterRequest,AttachedCluster,OperationMetadata> updateAttachedClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportAttachedClusterRequest,com.google.longrunning.Operation> importAttachedClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata> importAttachedClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedClusterRequest,AttachedCluster> getAttachedClusterSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListAttachedClustersRequest,ListAttachedClustersResponse,AttachedClustersClient.ListAttachedClustersPagedResponse> listAttachedClustersSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAttachedClusterRequest,com.google.longrunning.Operation> deleteAttachedClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteAttachedClusterRequest,com.google.protobuf.Empty,OperationMetadata> deleteAttachedClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAttachedServerConfigRequest,AttachedServerConfig> getAttachedServerConfigSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifestSettings()
public AttachedClustersSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<AttachedClustersSettings,AttachedClustersSettings.Builder>IOExceptionCopyright © 2023 Google LLC. All rights reserved.