Class CloudFunctionsServiceStub (2.57.0)

publicabstractclass CloudFunctionsServiceStubimplementsBackgroundResource

Base stub class for the CloudFunctionsService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CloudFunctionsServiceStub

Implements

BackgroundResource

Constructors

CloudFunctionsServiceStub()

publicCloudFunctionsServiceStub()

Methods

callFunctionCallable()

publicUnaryCallable<CallFunctionRequest,CallFunctionResponse>callFunctionCallable()
Returns
Type Description
UnaryCallable<CallFunctionRequest,CallFunctionResponse>

close()

publicabstractvoidclose()

createFunctionCallable()

publicUnaryCallable<CreateFunctionRequest,Operation>createFunctionCallable()
Returns
Type Description
UnaryCallable<CreateFunctionRequest,Operation>

createFunctionOperationCallable()

publicOperationCallable<CreateFunctionRequest,CloudFunction,OperationMetadataV1>createFunctionOperationCallable()
Returns
Type Description
OperationCallable<CreateFunctionRequest,CloudFunction,OperationMetadataV1>

deleteFunctionCallable()

publicUnaryCallable<DeleteFunctionRequest,Operation>deleteFunctionCallable()
Returns
Type Description
UnaryCallable<DeleteFunctionRequest,Operation>

deleteFunctionOperationCallable()

publicOperationCallable<DeleteFunctionRequest,Empty,OperationMetadataV1>deleteFunctionOperationCallable()
Returns
Type Description
OperationCallable<DeleteFunctionRequest,Empty,OperationMetadataV1>

generateDownloadUrlCallable()

publicUnaryCallable<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>generateDownloadUrlCallable()
Returns
Type Description
UnaryCallable<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>

generateUploadUrlCallable()

publicUnaryCallable<GenerateUploadUrlRequest,GenerateUploadUrlResponse>generateUploadUrlCallable()
Returns
Type Description
UnaryCallable<GenerateUploadUrlRequest,GenerateUploadUrlResponse>

getFunctionCallable()

publicUnaryCallable<GetFunctionRequest,CloudFunction>getFunctionCallable()
Returns
Type Description
UnaryCallable<GetFunctionRequest,CloudFunction>

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

publicUnaryCallable<GetIamPolicyRequest,Policy>getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description
OperationsStub

listFunctionsCallable()

publicUnaryCallable<ListFunctionsRequest,ListFunctionsResponse>listFunctionsCallable()
Returns
Type Description
UnaryCallable<ListFunctionsRequest,ListFunctionsResponse>

listFunctionsPagedCallable()

publicUnaryCallable<ListFunctionsRequest,CloudFunctionsServiceClient.ListFunctionsPagedResponse>listFunctionsPagedCallable()
Returns
Type Description
UnaryCallable<ListFunctionsRequest,ListFunctionsPagedResponse>

listLocationsCallable()

publicUnaryCallable<ListLocationsRequest,ListLocationsResponse>listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

publicUnaryCallable<ListLocationsRequest,CloudFunctionsServiceClient.ListLocationsPagedResponse>listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

setIamPolicyCallable()

publicUnaryCallable<SetIamPolicyRequest,Policy>setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

publicUnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse>testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateFunctionCallable()

publicUnaryCallable<UpdateFunctionRequest,Operation>updateFunctionCallable()
Returns
Type Description
UnaryCallable<UpdateFunctionRequest,Operation>

updateFunctionOperationCallable()

publicOperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>updateFunctionOperationCallable()
Returns
Type Description
OperationCallable<UpdateFunctionRequest,CloudFunction,OperationMetadataV1>

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.