public static class AttachedClustersStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<AttachedClustersStubSettings,AttachedClustersStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(AttachedClustersStubSettings settings) |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
| Modifier and Type | Method and Description |
|---|---|
AttachedClustersStubSettings.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.
|
AttachedClustersStubSettings |
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.
|
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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(AttachedClustersStubSettings settings)
public AttachedClustersStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAttachedClusterRequest,com.google.longrunning.Operation> createAttachedClusterSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") 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()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") 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()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") 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()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") 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 AttachedClustersStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<AttachedClustersStubSettings,AttachedClustersStubSettings.Builder>IOExceptionCopyright © 2023 Google LLC. All rights reserved.