Uses of Class
com.google.cloud.functions.v1.stub.CloudFunctionsServiceStub
-
Packages that use CloudFunctionsServiceStub Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of CloudFunctionsServiceStub in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CloudFunctionsServiceStub Modifier and Type Method Description CloudFunctionsServiceStub
CloudFunctionsServiceClient. getStub()
Methods in com.google.cloud.functions.v1 with parameters of type CloudFunctionsServiceStub Modifier and Type Method Description static CloudFunctionsServiceClient
CloudFunctionsServiceClient. create(CloudFunctionsServiceStub stub)
Constructs an instance of CloudFunctionsServiceClient, using the given stub for making calls.Constructors in com.google.cloud.functions.v1 with parameters of type CloudFunctionsServiceStub Constructor Description CloudFunctionsServiceClient(CloudFunctionsServiceStub stub)
-
Uses of CloudFunctionsServiceStub in com.google.cloud.functions.v1.stub
Subclasses of CloudFunctionsServiceStub in com.google.cloud.functions.v1.stub Modifier and Type Class Description class
GrpcCloudFunctionsServiceStub
gRPC stub implementation for the CloudFunctionsService service API.class
HttpJsonCloudFunctionsServiceStub
REST stub implementation for the CloudFunctionsService service API.Methods in com.google.cloud.functions.v1.stub that return CloudFunctionsServiceStub Modifier and Type Method Description CloudFunctionsServiceStub
CloudFunctionsServiceStubSettings. createStub()
-