Class CloudFunctionsServiceStubSettings.Builder (2.36.0)

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

Builder for CloudFunctionsServiceStubSettings.

Inheritance

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

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(CloudFunctionsServiceStubSettings settings)

protected Builder(CloudFunctionsServiceStubSettings settings)
Parameter
NameDescription
settingsCloudFunctionsServiceStubSettings

Methods

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

public CloudFunctionsServiceStubSettings.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>

build()

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

callFunctionSettings()

public UnaryCallSettings.Builder<CallFunctionRequest,CallFunctionResponse> callFunctionSettings()

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

createFunctionOperationSettings()

public OperationCallSettings.Builder<CreateFunctionRequest,CloudFunction,OperationMetadataV1> createFunctionOperationSettings()

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

createFunctionSettings()

public UnaryCallSettings.Builder<CreateFunctionRequest,Operation> createFunctionSettings()

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

Returns
TypeDescription
Builder<CreateFunctionRequest,Operation>

deleteFunctionOperationSettings()

public OperationCallSettings.Builder<DeleteFunctionRequest,Empty,OperationMetadataV1> deleteFunctionOperationSettings()

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

deleteFunctionSettings()

public UnaryCallSettings.Builder<DeleteFunctionRequest,Operation> deleteFunctionSettings()

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

Returns
TypeDescription
Builder<DeleteFunctionRequest,Operation>

generateDownloadUrlSettings()

public UnaryCallSettings.Builder<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse> generateDownloadUrlSettings()

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

generateUploadUrlSettings()

public UnaryCallSettings.Builder<GenerateUploadUrlRequest,GenerateUploadUrlResponse> generateUploadUrlSettings()

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

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

getFunctionSettings()

public UnaryCallSettings.Builder<GetFunctionRequest,CloudFunction> getFunctionSettings()

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

getIamPolicySettings()

public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()

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

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

listFunctionsSettings()

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

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

listLocationsSettings()

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

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

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

setIamPolicySettings()

public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()

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

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

testIamPermissionsSettings()

public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()

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

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

unaryMethodSettingsBuilders()

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

updateFunctionOperationSettings()

public OperationCallSettings.Builder<UpdateFunctionRequest,CloudFunction,OperationMetadataV1> updateFunctionOperationSettings()

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

updateFunctionSettings()

public UnaryCallSettings.Builder<UpdateFunctionRequest,Operation> updateFunctionSettings()

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

Returns
TypeDescription
Builder<UpdateFunctionRequest,Operation>