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 CallFunctionRequestCallFunctionRequest.Builder. build()CallFunctionRequestCallFunctionRequest.Builder. buildPartial()static CallFunctionRequestCallFunctionRequest. getDefaultInstance()CallFunctionRequestCallFunctionRequest.Builder. getDefaultInstanceForType()CallFunctionRequestCallFunctionRequest. getDefaultInstanceForType()static CallFunctionRequestCallFunctionRequest. parseDelimitedFrom(InputStream input)static CallFunctionRequestCallFunctionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionRequestCallFunctionRequest. parseFrom(byte[] data)static CallFunctionRequestCallFunctionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionRequestCallFunctionRequest. parseFrom(com.google.protobuf.ByteString data)static CallFunctionRequestCallFunctionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionRequestCallFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CallFunctionRequestCallFunctionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionRequestCallFunctionRequest. parseFrom(InputStream input)static CallFunctionRequestCallFunctionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionRequestCallFunctionRequest. parseFrom(ByteBuffer data)static CallFunctionRequestCallFunctionRequest. 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 CallFunctionResponseCloudFunctionsServiceClient. callFunction(CallFunctionRequest request)Synchronously invokes a deployed Cloud Function.default voidCloudFunctionsServiceGrpc.AsyncService. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)Synchronously invokes a deployed Cloud Function.CallFunctionResponseCloudFunctionsServiceGrpc.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.voidCloudFunctionsServiceGrpc.CloudFunctionsServiceStub. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)Synchronously invokes a deployed Cloud Function.CallFunctionRequest.BuilderCallFunctionRequest.Builder. mergeFrom(CallFunctionRequest other)static CallFunctionRequest.BuilderCallFunctionRequest. 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.
-