Class FunctionServiceStub (2.8.0)

publicabstractclass FunctionServiceStubimplementsBackgroundResource

Base stub class for the FunctionService service API.

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

Inheritance

java.lang.Object > FunctionServiceStub

Implements

BackgroundResource

Constructors

FunctionServiceStub()

publicFunctionServiceStub()

Methods

close()

publicabstractvoidclose()

createFunctionCallable()

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

createFunctionOperationCallable()

publicOperationCallable<CreateFunctionRequest,Function,OperationMetadata>createFunctionOperationCallable()
Returns
Type Description

deleteFunctionCallable()

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

deleteFunctionOperationCallable()

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

generateDownloadUrlCallable()

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

generateUploadUrlCallable()

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

getFunctionCallable()

publicUnaryCallable<GetFunctionRequest,Function>getFunctionCallable()
Returns
Type Description

getHttpJsonOperationsStub()

publicOperationsStubgetHttpJsonOperationsStub()
Returns
Type Description

getIamPolicyCallable()

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

getOperationsStub()

publicOperationsStubgetOperationsStub()
Returns
Type Description

listFunctionsCallable()

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

listFunctionsPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

listRuntimesCallable()

publicUnaryCallable<ListRuntimesRequest,ListRuntimesResponse>listRuntimesCallable()
Returns
Type Description

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

updateFunctionOperationCallable()

publicOperationCallable<UpdateFunctionRequest,Function,OperationMetadata>updateFunctionOperationCallable()
Returns
Type Description

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.