Uses of Class
com.google.cloud.functions.v1.CallFunctionRequest
-
Packages that use CallFunctionRequest Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of CallFunctionRequest in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CallFunctionRequest Modifier and Type Method Description CallFunctionRequest
CallFunctionRequest.Builder. build()
CallFunctionRequest
CallFunctionRequest.Builder. buildPartial()
static CallFunctionRequest
CallFunctionRequest. getDefaultInstance()
CallFunctionRequest
CallFunctionRequest.Builder. getDefaultInstanceForType()
CallFunctionRequest
CallFunctionRequest. getDefaultInstanceForType()
static CallFunctionRequest
CallFunctionRequest. parseDelimitedFrom(InputStream input)
static CallFunctionRequest
CallFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionRequest
CallFunctionRequest. parseFrom(byte[] data)
static CallFunctionRequest
CallFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionRequest
CallFunctionRequest. parseFrom(com.google.protobuf.ByteString data)
static CallFunctionRequest
CallFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionRequest
CallFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CallFunctionRequest
CallFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionRequest
CallFunctionRequest. parseFrom(InputStream input)
static CallFunctionRequest
CallFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionRequest
CallFunctionRequest. parseFrom(ByteBuffer data)
static CallFunctionRequest
CallFunctionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.functions.v1 that return types with arguments of type CallFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceClient. callFunctionCallable()
Synchronously invokes a deployed Cloud Function.com.google.api.gax.rpc.UnaryCallSettings.Builder<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceSettings.Builder. callFunctionSettings()
Returns the builder for the settings used for calls to callFunction.com.google.api.gax.rpc.UnaryCallSettings<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceSettings. callFunctionSettings()
Returns the object with the settings used for calls to callFunction.static io.grpc.MethodDescriptor<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceGrpc. getCallFunctionMethod()
com.google.protobuf.Parser<CallFunctionRequest>
CallFunctionRequest. getParserForType()
static com.google.protobuf.Parser<CallFunctionRequest>
CallFunctionRequest. parser()
Methods in com.google.cloud.functions.v1 with parameters of type CallFunctionRequest Modifier and Type Method Description CallFunctionResponse
CloudFunctionsServiceClient. callFunction(CallFunctionRequest request)
Synchronously invokes a deployed Cloud Function.default void
CloudFunctionsServiceGrpc.AsyncService. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)
Synchronously invokes a deployed Cloud Function.CallFunctionResponse
CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. callFunction(CallFunctionRequest request)
Synchronously invokes a deployed Cloud Function.com.google.common.util.concurrent.ListenableFuture<CallFunctionResponse>
CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub. callFunction(CallFunctionRequest request)
Synchronously invokes a deployed Cloud Function.void
CloudFunctionsServiceGrpc.CloudFunctionsServiceStub. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)
Synchronously invokes a deployed Cloud Function.CallFunctionRequest.Builder
CallFunctionRequest.Builder. mergeFrom(CallFunctionRequest other)
static CallFunctionRequest.Builder
CallFunctionRequest. newBuilder(CallFunctionRequest prototype)
-
Uses of CallFunctionRequest in com.google.cloud.functions.v1.stub
Methods in com.google.cloud.functions.v1.stub that return types with arguments of type CallFunctionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceStub. callFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<CallFunctionRequest,CallFunctionResponse>
GrpcCloudFunctionsServiceStub. callFunctionCallable()
com.google.api.gax.rpc.UnaryCallable<CallFunctionRequest,CallFunctionResponse>
HttpJsonCloudFunctionsServiceStub. callFunctionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceStubSettings.Builder. callFunctionSettings()
Returns the builder for the settings used for calls to callFunction.com.google.api.gax.rpc.UnaryCallSettings<CallFunctionRequest,CallFunctionResponse>
CloudFunctionsServiceStubSettings. callFunctionSettings()
Returns the object with the settings used for calls to callFunction.
-