public static class InterconnectsSettings.Builder extends ClientSettings.Builder<InterconnectsSettings,InterconnectsSettings.Builder>
Builder for InterconnectsSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(InterconnectsSettings settings)
protected Builder(InterconnectsSettings settings)
Parameter
Builder(InterconnectsStubSettings.Builder stubSettings)
protected Builder(InterconnectsStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public InterconnectsSettings.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 InterconnectsSettings build()
Returns
Overrides
Exceptions
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteInterconnectRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
Returns
deleteSettings()
public UnaryCallSettings.Builder<DeleteInterconnectRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
Returns
getDiagnosticsSettings()
public UnaryCallSettings.Builder<GetDiagnosticsInterconnectRequest,InterconnectsGetDiagnosticsResponse> getDiagnosticsSettings()
Returns the builder for the settings used for calls to getDiagnostics.
Returns
getSettings()
public UnaryCallSettings.Builder<GetInterconnectRequest,Interconnect> getSettings()
Returns the builder for the settings used for calls to get.
Returns
getStubSettingsBuilder()
public InterconnectsStubSettings.Builder getStubSettingsBuilder()
Returns
insertOperationSettings()
public OperationCallSettings.Builder<InsertInterconnectRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
Returns
insertSettings()
public UnaryCallSettings.Builder<InsertInterconnectRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
Returns
listSettings()
public PagedCallSettings.Builder<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
Returns
patchOperationSettings()
public OperationCallSettings.Builder<PatchInterconnectRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
Returns
patchSettings()
public UnaryCallSettings.Builder<PatchInterconnectRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
Returns
setLabelsOperationSettings()
public OperationCallSettings.Builder<SetLabelsInterconnectRequest,Operation,Operation> setLabelsOperationSettings()
Returns the builder for the settings used for calls to setLabels.
Returns
setLabelsSettings()
public UnaryCallSettings.Builder<SetLabelsInterconnectRequest,Operation> setLabelsSettings()
Returns the builder for the settings used for calls to setLabels.
Returns