public static class ApiHubDependenciesSettings.Builder extends ClientSettings.Builder<ApiHubDependenciesSettings,ApiHubDependenciesSettings.Builder>
Builder for ApiHubDependenciesSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(ApiHubDependenciesSettings settings)
protected Builder(ApiHubDependenciesSettings settings)
Builder(ApiHubDependenciesStubSettings.Builder stubSettings)
protected Builder(ApiHubDependenciesStubSettings.Builder stubSettings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public ApiHubDependenciesSettings.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.
build()
public ApiHubDependenciesSettings build()
Overrides
createDependencySettings()
public UnaryCallSettings.Builder<CreateDependencyRequest,Dependency> createDependencySettings()
Returns the builder for the settings used for calls to createDependency.
deleteDependencySettings()
public UnaryCallSettings.Builder<DeleteDependencyRequest,Empty> deleteDependencySettings()
Returns the builder for the settings used for calls to deleteDependency.
getDependencySettings()
public UnaryCallSettings.Builder<GetDependencyRequest,Dependency> getDependencySettings()
Returns the builder for the settings used for calls to getDependency.
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns |
Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getStubSettingsBuilder()
public ApiHubDependenciesStubSettings.Builder getStubSettingsBuilder()
listDependenciesSettings()
public PagedCallSettings.Builder<ListDependenciesRequest,ListDependenciesResponse,ApiHubDependenciesClient.ListDependenciesPagedResponse> listDependenciesSettings()
Returns the builder for the settings used for calls to listDependencies.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,ApiHubDependenciesClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
updateDependencySettings()
public UnaryCallSettings.Builder<UpdateDependencyRequest,Dependency> updateDependencySettings()
Returns the builder for the settings used for calls to updateDependency.