Class CloudFunctionsServiceStubSettings.Builder (2.57.0)

publicstaticclass CloudFunctionsServiceStubSettings.BuilderextendsStubSettings.Builder<CloudFunctionsServiceStubSettings,CloudFunctionsServiceStubSettings.Builder>

Builder for CloudFunctionsServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > CloudFunctionsServiceStubSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(CloudFunctionsServiceStubSettings settings)

protectedBuilder(CloudFunctionsServiceStubSettingssettings)
Parameter
Name Description
settings CloudFunctionsServiceStubSettings

Methods

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

publicCloudFunctionsServiceStubSettings.BuilderapplyToAllUnaryMethods(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
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
CloudFunctionsServiceStubSettings.Builder

build()

publicCloudFunctionsServiceStubSettingsbuild()
Returns
Type Description
CloudFunctionsServiceStubSettings
Overrides
Exceptions
Type Description
IOException

callFunctionSettings()

publicUnaryCallSettings.Builder<CallFunctionRequest,CallFunctionResponse>callFunctionSettings()

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

Returns
Type Description
Builder<CallFunctionRequest,CallFunctionResponse>

createFunctionOperationSettings()

publicOperationCallSettings.Builder<CreateFunctionRequest,CloudFunction,OperationMetadataV1>createFunctionOperationSettings()

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

Returns
Type Description
Builder<CreateFunctionRequest,CloudFunction,OperationMetadataV1>

createFunctionSettings()

publicUnaryCallSettings.Builder<CreateFunctionRequest,Operation>createFunctionSettings()

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

Returns
Type Description
Builder<CreateFunctionRequest,Operation>

deleteFunctionOperationSettings()

publicOperationCallSettings.Builder<DeleteFunctionRequest,Empty,OperationMetadataV1>deleteFunctionOperationSettings()

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

Returns
Type Description
Builder<DeleteFunctionRequest,Empty,OperationMetadataV1>

deleteFunctionSettings()

publicUnaryCallSettings.Builder<DeleteFunctionRequest,Operation>deleteFunctionSettings()

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

Returns
Type Description
Builder<DeleteFunctionRequest,Operation>

generateDownloadUrlSettings()

publicUnaryCallSettings.Builder<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>generateDownloadUrlSettings()

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

Returns
Type Description
Builder<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>

generateUploadUrlSettings()

publicUnaryCallSettings.Builder<GenerateUploadUrlRequest,GenerateUploadUrlResponse>generateUploadUrlSettings()

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

Returns
Type Description
Builder<GenerateUploadUrlRequest,GenerateUploadUrlResponse>

getFunctionSettings()

publicUnaryCallSettings.Builder<GetFunctionRequest,CloudFunction>getFunctionSettings()

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

Returns
Type Description
Builder<GetFunctionRequest,CloudFunction>

getIamPolicySettings()

publicUnaryCallSettings.Builder<GetIamPolicyRequest,Policy>getIamPolicySettings()

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

Returns
Type Description
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

listFunctionsSettings()

publicPagedCallSettings.Builder<ListFunctionsRequest,ListFunctionsResponse,CloudFunctionsServiceClient.ListFunctionsPagedResponse>listFunctionsSettings()

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

Returns
Type Description
Builder<ListFunctionsRequest,ListFunctionsResponse,ListFunctionsPagedResponse>

listLocationsSettings()

publicPagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,CloudFunctionsServiceClient.ListLocationsPagedResponse>listLocationsSettings()

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

Returns
Type Description
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

setIamPolicySettings()

publicUnaryCallSettings.Builder<SetIamPolicyRequest,Policy>setIamPolicySettings()

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

Returns
Type Description
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsSettings()

publicUnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse>testIamPermissionsSettings()

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

Returns
Type Description
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

unaryMethodSettingsBuilders()

publicImmutableList<UnaryCallSettings.Builder<?,?>>unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>

updateFunctionOperationSettings()

publicOperationCallSettings.Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>updateFunctionOperationSettings()

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

Returns
Type Description
Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>

updateFunctionSettings()

publicUnaryCallSettings.Builder<UpdateFunctionRequest,Operation>updateFunctionSettings()

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

Returns
Type Description
Builder<UpdateFunctionRequest,Operation>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.