public static class GkeHubStubSettings.Builder extends StubSettings.Builder<GkeHubStubSettings,GkeHubStubSettings.Builder>
Builder for GkeHubStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(GkeHubStubSettings settings)
protected Builder(GkeHubStubSettings settings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public GkeHubStubSettings.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.
Parameter
Returns
build()
public GkeHubStubSettings build()
Returns
Overrides
Exceptions
createFeatureOperationSettings()
public OperationCallSettings.Builder<CreateFeatureRequest,Feature,OperationMetadata> createFeatureOperationSettings()
Returns the builder for the settings used for calls to createFeature.
Returns
createFeatureSettings()
public UnaryCallSettings.Builder<CreateFeatureRequest,Operation> createFeatureSettings()
Returns the builder for the settings used for calls to createFeature.
Returns
deleteFeatureOperationSettings()
public OperationCallSettings.Builder<DeleteFeatureRequest,Empty,OperationMetadata> deleteFeatureOperationSettings()
Returns the builder for the settings used for calls to deleteFeature.
Returns
deleteFeatureSettings()
public UnaryCallSettings.Builder<DeleteFeatureRequest,Operation> deleteFeatureSettings()
Returns the builder for the settings used for calls to deleteFeature.
Returns
getFeatureSettings()
public UnaryCallSettings.Builder<GetFeatureRequest,Feature> getFeatureSettings()
Returns the builder for the settings used for calls to getFeature.
Returns
listFeaturesSettings()
public PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse> listFeaturesSettings()
Returns the builder for the settings used for calls to listFeatures.
Returns
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
updateFeatureOperationSettings()
public OperationCallSettings.Builder<UpdateFeatureRequest,Feature,OperationMetadata> updateFeatureOperationSettings()
Returns the builder for the settings used for calls to updateFeature.
Returns
updateFeatureSettings()
public UnaryCallSettings.Builder<UpdateFeatureRequest,Operation> updateFeatureSettings()
Returns the builder for the settings used for calls to updateFeature.
Returns