public static class ClusterControllerStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<ClusterControllerStubSettings,ClusterControllerStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(ClusterControllerStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
ClusterControllerStubSettings.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.
|
ClusterControllerStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateClusterRequest,Cluster,ClusterOperationMetadata> |
createClusterOperationSettings()
Returns the builder for the settings used for calls to createCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,com.google.longrunning.Operation> |
createClusterSettings()
Returns the builder for the settings used for calls to createCluster.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteClusterRequest,Empty,ClusterOperationMetadata> |
deleteClusterOperationSettings()
Returns the builder for the settings used for calls to deleteCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,com.google.longrunning.Operation> |
deleteClusterSettings()
Returns the builder for the settings used for calls to deleteCluster.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DiagnoseClusterRequest,Empty,DiagnoseClusterResults> |
diagnoseClusterOperationSettings()
Returns the builder for the settings used for calls to diagnoseCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseClusterRequest,com.google.longrunning.Operation> |
diagnoseClusterSettings()
Returns the builder for the settings used for calls to diagnoseCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster> |
getClusterSettings()
Returns the builder for the settings used for calls to getCluster.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse> |
listClustersSettings()
Returns the builder for the settings used for calls to listClusters.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateClusterRequest,Cluster,ClusterOperationMetadata> |
updateClusterOperationSettings()
Returns the builder for the settings used for calls to updateCluster.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateClusterRequest,com.google.longrunning.Operation> |
updateClusterSettings()
Returns the builder for the settings used for calls to updateCluster.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(ClusterControllerStubSettings settings)
public ClusterControllerStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateClusterRequest,com.google.longrunning.Operation> createClusterSettings()
@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<CreateClusterRequest,Cluster,ClusterOperationMetadata> createClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateClusterRequest,com.google.longrunning.Operation> updateClusterSettings()
@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<UpdateClusterRequest,Cluster,ClusterOperationMetadata> updateClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteClusterRequest,com.google.longrunning.Operation> deleteClusterSettings()
@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<DeleteClusterRequest,Empty,ClusterOperationMetadata> deleteClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetClusterRequest,Cluster> getClusterSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse> listClustersSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseClusterRequest,com.google.longrunning.Operation> diagnoseClusterSettings()
@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<DiagnoseClusterRequest,Empty,DiagnoseClusterResults> diagnoseClusterOperationSettings()
public ClusterControllerStubSettings build() throws IOException
build
in class com.google.api.gax.rpc.StubSettings.Builder<ClusterControllerStubSettings,ClusterControllerStubSettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.