Class ProjectsStubSettings.Builder (1.44.0)

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

Builder for ProjectsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > ProjectsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(ProjectsStubSettings settings)

protected Builder(ProjectsStubSettings settings)
Parameter
NameDescription
settingsProjectsStubSettings

Methods

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

public ProjectsStubSettings.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
ProjectsStubSettings.Builder

build()

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

disableXpnHostOperationSettings()

public OperationCallSettings.Builder<DisableXpnHostProjectRequest,Operation,Operation> disableXpnHostOperationSettings()

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

disableXpnHostSettings()

public UnaryCallSettings.Builder<DisableXpnHostProjectRequest,Operation> disableXpnHostSettings()

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

disableXpnResourceOperationSettings()

public OperationCallSettings.Builder<DisableXpnResourceProjectRequest,Operation,Operation> disableXpnResourceOperationSettings()

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

disableXpnResourceSettings()

public UnaryCallSettings.Builder<DisableXpnResourceProjectRequest,Operation> disableXpnResourceSettings()

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

enableXpnHostOperationSettings()

public OperationCallSettings.Builder<EnableXpnHostProjectRequest,Operation,Operation> enableXpnHostOperationSettings()

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

enableXpnHostSettings()

public UnaryCallSettings.Builder<EnableXpnHostProjectRequest,Operation> enableXpnHostSettings()

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

enableXpnResourceOperationSettings()

public OperationCallSettings.Builder<EnableXpnResourceProjectRequest,Operation,Operation> enableXpnResourceOperationSettings()

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

enableXpnResourceSettings()

public UnaryCallSettings.Builder<EnableXpnResourceProjectRequest,Operation> enableXpnResourceSettings()

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

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<GetProjectRequest,Project> getSettings()

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

Returns
TypeDescription
Builder<GetProjectRequest,Project>

getXpnHostSettings()

public UnaryCallSettings.Builder<GetXpnHostProjectRequest,Project> getXpnHostSettings()

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

getXpnResourcesSettings()

public PagedCallSettings.Builder<GetXpnResourcesProjectsRequest,ProjectsGetXpnResources,ProjectsClient.GetXpnResourcesPagedResponse> getXpnResourcesSettings()

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

listXpnHostsSettings()

public PagedCallSettings.Builder<ListXpnHostsProjectsRequest,XpnHostList,ProjectsClient.ListXpnHostsPagedResponse> listXpnHostsSettings()

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

moveDiskOperationSettings()

public OperationCallSettings.Builder<MoveDiskProjectRequest,Operation,Operation> moveDiskOperationSettings()

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

moveDiskSettings()

public UnaryCallSettings.Builder<MoveDiskProjectRequest,Operation> moveDiskSettings()

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

moveInstanceOperationSettings()

public OperationCallSettings.Builder<MoveInstanceProjectRequest,Operation,Operation> moveInstanceOperationSettings()

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

moveInstanceSettings()

public UnaryCallSettings.Builder<MoveInstanceProjectRequest,Operation> moveInstanceSettings()

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

setCommonInstanceMetadataOperationSettings()

public OperationCallSettings.Builder<SetCommonInstanceMetadataProjectRequest,Operation,Operation> setCommonInstanceMetadataOperationSettings()

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

setCommonInstanceMetadataSettings()

public UnaryCallSettings.Builder<SetCommonInstanceMetadataProjectRequest,Operation> setCommonInstanceMetadataSettings()

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

setDefaultNetworkTierOperationSettings()

public OperationCallSettings.Builder<SetDefaultNetworkTierProjectRequest,Operation,Operation> setDefaultNetworkTierOperationSettings()

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

setDefaultNetworkTierSettings()

public UnaryCallSettings.Builder<SetDefaultNetworkTierProjectRequest,Operation> setDefaultNetworkTierSettings()

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

setUsageExportBucketOperationSettings()

public OperationCallSettings.Builder<SetUsageExportBucketProjectRequest,Operation,Operation> setUsageExportBucketOperationSettings()

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

setUsageExportBucketSettings()

public UnaryCallSettings.Builder<SetUsageExportBucketProjectRequest,Operation> setUsageExportBucketSettings()

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

unaryMethodSettingsBuilders()

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