public static class GkeHubSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<GkeHubSettings,GkeHubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(GkeHubSettings settings) |
protected |
Builder(GkeHubStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
GkeHubSettings.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.
|
GkeHubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,OperationMetadata> |
createFeatureOperationSettings()
Returns the builder for the settings used for calls to createFeature.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,com.google.longrunning.Operation> |
createFeatureSettings()
Returns the builder for the settings used for calls to createFeature.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteFeatureOperationSettings()
Returns the builder for the settings used for calls to deleteFeature.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureRequest,com.google.longrunning.Operation> |
deleteFeatureSettings()
Returns the builder for the settings used for calls to deleteFeature.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,Feature> |
getFeatureSettings()
Returns the builder for the settings used for calls to getFeature.
|
GkeHubStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse> |
listFeaturesSettings()
Returns the builder for the settings used for calls to listFeatures.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureRequest,Feature,OperationMetadata> |
updateFeatureOperationSettings()
Returns the builder for the settings used for calls to updateFeature.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,com.google.longrunning.Operation> |
updateFeatureSettings()
Returns the builder for the settings used for calls to updateFeature.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(GkeHubSettings settings)
protected Builder(GkeHubStubSettings.Builder stubSettings)
public GkeHubStubSettings.Builder getStubSettingsBuilder()
public GkeHubSettings.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.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse> listFeaturesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,Feature> getFeatureSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,com.google.longrunning.Operation> createFeatureSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,Feature,OperationMetadata> createFeatureOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureRequest,com.google.longrunning.Operation> deleteFeatureSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata> deleteFeatureOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,com.google.longrunning.Operation> updateFeatureSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureRequest,Feature,OperationMetadata> updateFeatureOperationSettings()
public GkeHubSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<GkeHubSettings,GkeHubSettings.Builder>IOExceptionCopyright © 2022 Google LLC. All rights reserved.