public static class GlobalPublicDelegatedPrefixesStubSettings.Builder extends StubSettings.Builder<GlobalPublicDelegatedPrefixesStubSettings,GlobalPublicDelegatedPrefixesStubSettings.Builder>
Builder for GlobalPublicDelegatedPrefixesStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(GlobalPublicDelegatedPrefixesStubSettings settings)
protected Builder(GlobalPublicDelegatedPrefixesStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public GlobalPublicDelegatedPrefixesStubSettings.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 GlobalPublicDelegatedPrefixesStubSettings build()
Overrides
deleteOperationSettings()
public OperationCallSettings.Builder<DeleteGlobalPublicDelegatedPrefixeRequest,Operation,Operation> deleteOperationSettings()
Returns the builder for the settings used for calls to delete.
deleteSettings()
public UnaryCallSettings.Builder<DeleteGlobalPublicDelegatedPrefixeRequest,Operation> deleteSettings()
Returns the builder for the settings used for calls to delete.
getSettings()
public UnaryCallSettings.Builder<GetGlobalPublicDelegatedPrefixeRequest,PublicDelegatedPrefix> getSettings()
Returns the builder for the settings used for calls to get.
insertOperationSettings()
public OperationCallSettings.Builder<InsertGlobalPublicDelegatedPrefixeRequest,Operation,Operation> insertOperationSettings()
Returns the builder for the settings used for calls to insert.
insertSettings()
public UnaryCallSettings.Builder<InsertGlobalPublicDelegatedPrefixeRequest,Operation> insertSettings()
Returns the builder for the settings used for calls to insert.
listSettings()
public PagedCallSettings.Builder<ListGlobalPublicDelegatedPrefixesRequest,PublicDelegatedPrefixList,GlobalPublicDelegatedPrefixesClient.ListPagedResponse> listSettings()
Returns the builder for the settings used for calls to list.
patchOperationSettings()
public OperationCallSettings.Builder<PatchGlobalPublicDelegatedPrefixeRequest,Operation,Operation> patchOperationSettings()
Returns the builder for the settings used for calls to patch.
patchSettings()
public UnaryCallSettings.Builder<PatchGlobalPublicDelegatedPrefixeRequest,Operation> patchSettings()
Returns the builder for the settings used for calls to patch.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
---|
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |