Skip navigation links

@Generated(value="by gapic-generator-java")

Package com.google.cloud.functions.v1

The interfaces provided are listed below, along with usage samples.

See: Description

Package com.google.cloud.functions.v1 Description

The interfaces provided are listed below, along with usage samples.

======================= CloudFunctionsServiceClient =======================

Service Description: A service that application uses to manipulate triggers and functions.

Sample for CloudFunctionsServiceClient:


 try (CloudFunctionsServiceClient cloudFunctionsServiceClient =
     CloudFunctionsServiceClient.create()) {
   CloudFunctionName name = CloudFunctionName.of("[PROJECT]", "[LOCATION]", "[FUNCTION]");
   CloudFunction response = cloudFunctionsServiceClient.getFunction(name);
 }
 
Skip navigation links

Copyright © 2021 Google LLC. All rights reserved.