Package com.google.cloud.functions.v1
Class CloudFunctionsServiceGrpc
- java.lang.Object
-
- com.google.cloud.functions.v1.CloudFunctionsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/functions/v1/functions.proto") public final class CloudFunctionsServiceGrpc extends Object
A service that application uses to manipulate triggers and functions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CloudFunctionsServiceGrpc.AsyncService
A service that application uses to manipulate triggers and functions.static class
CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CloudFunctionsService.static class
CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CloudFunctionsService.static class
CloudFunctionsServiceGrpc.CloudFunctionsServiceImplBase
Base class for the server implementation of the service CloudFunctionsService.static class
CloudFunctionsServiceGrpc.CloudFunctionsServiceStub
A stub to allow clients to do asynchronous rpc calls to service CloudFunctionsService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(CloudFunctionsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CallFunctionRequest,CallFunctionResponse>
getCallFunctionMethod()
static io.grpc.MethodDescriptor<CreateFunctionRequest,com.google.longrunning.Operation>
getCreateFunctionMethod()
static io.grpc.MethodDescriptor<DeleteFunctionRequest,com.google.longrunning.Operation>
getDeleteFunctionMethod()
static io.grpc.MethodDescriptor<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>
getGenerateDownloadUrlMethod()
static io.grpc.MethodDescriptor<GenerateUploadUrlRequest,GenerateUploadUrlResponse>
getGenerateUploadUrlMethod()
static io.grpc.MethodDescriptor<GetFunctionRequest,CloudFunction>
getGetFunctionMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<ListFunctionsRequest,ListFunctionsResponse>
getListFunctionsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
getSetIamPolicyMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
getTestIamPermissionsMethod()
static io.grpc.MethodDescriptor<UpdateFunctionRequest,com.google.longrunning.Operation>
getUpdateFunctionMethod()
static CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudFunctionsServiceGrpc.CloudFunctionsServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListFunctionsMethod
public static io.grpc.MethodDescriptor<ListFunctionsRequest,ListFunctionsResponse> getListFunctionsMethod()
-
getGetFunctionMethod
public static io.grpc.MethodDescriptor<GetFunctionRequest,CloudFunction> getGetFunctionMethod()
-
getCreateFunctionMethod
public static io.grpc.MethodDescriptor<CreateFunctionRequest,com.google.longrunning.Operation> getCreateFunctionMethod()
-
getUpdateFunctionMethod
public static io.grpc.MethodDescriptor<UpdateFunctionRequest,com.google.longrunning.Operation> getUpdateFunctionMethod()
-
getDeleteFunctionMethod
public static io.grpc.MethodDescriptor<DeleteFunctionRequest,com.google.longrunning.Operation> getDeleteFunctionMethod()
-
getCallFunctionMethod
public static io.grpc.MethodDescriptor<CallFunctionRequest,CallFunctionResponse> getCallFunctionMethod()
-
getGenerateUploadUrlMethod
public static io.grpc.MethodDescriptor<GenerateUploadUrlRequest,GenerateUploadUrlResponse> getGenerateUploadUrlMethod()
-
getGenerateDownloadUrlMethod
public static io.grpc.MethodDescriptor<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse> getGenerateDownloadUrlMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static CloudFunctionsServiceGrpc.CloudFunctionsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudFunctionsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-