Class CloudFunctionsServiceStub (2.97.0)

public abstract class CloudFunctionsServiceStub implements BackgroundResource

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()

public CloudFunctionsServiceStub()

Methods

callFunctionCallable()

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

close()

public abstract void close()

createFunctionCallable()

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

createFunctionOperationCallable()

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

deleteFunctionCallable()

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

deleteFunctionOperationCallable()

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

generateDownloadUrlCallable()

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

generateUploadUrlCallable()

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

getFunctionCallable()

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

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getIamPolicyCallable()

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

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

listFunctionsCallable()

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

listFunctionsPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateFunctionCallable()

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

updateFunctionOperationCallable()

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