Class MachineTypesStubSettings.Builder (1.50.0)

public static class MachineTypesStubSettings.Builder extends StubSettings.Builder<MachineTypesStubSettings,MachineTypesStubSettings.Builder>

Builder for MachineTypesStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > MachineTypesStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(MachineTypesStubSettings settings)

protected Builder(MachineTypesStubSettings settings)
Parameter
NameDescription
settingsMachineTypesStubSettings

Methods

aggregatedListSettings()

public PagedCallSettings.Builder<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,MachineTypesClient.AggregatedListPagedResponse> aggregatedListSettings()

Returns the builder for the settings used for calls to aggregatedList.

Returns
TypeDescription
Builder<AggregatedListMachineTypesRequest,MachineTypeAggregatedList,AggregatedListPagedResponse>

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public MachineTypesStubSettings.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
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns
TypeDescription
MachineTypesStubSettings.Builder

build()

public MachineTypesStubSettings build()
Returns
TypeDescription
MachineTypesStubSettings
Overrides
Exceptions
TypeDescription
IOException

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getSettings()

public UnaryCallSettings.Builder<GetMachineTypeRequest,MachineType> getSettings()

Returns the builder for the settings used for calls to get.

Returns
TypeDescription
Builder<GetMachineTypeRequest,MachineType>

listSettings()

public PagedCallSettings.Builder<ListMachineTypesRequest,MachineTypeList,MachineTypesClient.ListPagedResponse> listSettings()

Returns the builder for the settings used for calls to list.

Returns
TypeDescription
Builder<ListMachineTypesRequest,MachineTypeList,ListPagedResponse>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>