Uses of Class
com.google.cloud.functions.v1.CallFunctionResponse
-
Packages that use CallFunctionResponse Package Description com.google.cloud.functions.v1 A client to Cloud Functions APIcom.google.cloud.functions.v1.stub -
-
Uses of CallFunctionResponse in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CallFunctionResponse Modifier and Type Method Description CallFunctionResponseCallFunctionResponse.Builder. build()CallFunctionResponseCallFunctionResponse.Builder. buildPartial()CallFunctionResponseCloudFunctionsServiceClient. callFunction(CallFunctionRequest request)Synchronously invokes a deployed Cloud Function.CallFunctionResponseCloudFunctionsServiceClient. callFunction(CloudFunctionName name, String data)Synchronously invokes a deployed Cloud Function.CallFunctionResponseCloudFunctionsServiceClient. callFunction(String name, String data)Synchronously invokes a deployed Cloud Function.CallFunctionResponseCloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. callFunction(CallFunctionRequest request)Synchronously invokes a deployed Cloud Function.static CallFunctionResponseCallFunctionResponse. getDefaultInstance()CallFunctionResponseCallFunctionResponse.Builder. getDefaultInstanceForType()CallFunctionResponseCallFunctionResponse. getDefaultInstanceForType()static CallFunctionResponseCallFunctionResponse. parseDelimitedFrom(InputStream input)static CallFunctionResponseCallFunctionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionResponseCallFunctionResponse. parseFrom(byte[] data)static CallFunctionResponseCallFunctionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionResponseCallFunctionResponse. parseFrom(com.google.protobuf.ByteString data)static CallFunctionResponseCallFunctionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionResponseCallFunctionResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CallFunctionResponseCallFunctionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionResponseCallFunctionResponse. parseFrom(InputStream input)static CallFunctionResponseCallFunctionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CallFunctionResponseCallFunctionResponse. parseFrom(ByteBuffer data)static CallFunctionResponseCallFunctionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.functions.v1 that return types with arguments of type CallFunctionResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CallFunctionResponse>CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub. callFunction(CallFunctionRequest request)Synchronously invokes a deployed Cloud Function.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<CallFunctionResponse>CallFunctionResponse. getParserForType()static com.google.protobuf.Parser<CallFunctionResponse>CallFunctionResponse. parser()Methods in com.google.cloud.functions.v1 with parameters of type CallFunctionResponse Modifier and Type Method Description CallFunctionResponse.BuilderCallFunctionResponse.Builder. mergeFrom(CallFunctionResponse other)static CallFunctionResponse.BuilderCallFunctionResponse. newBuilder(CallFunctionResponse prototype)Method parameters in com.google.cloud.functions.v1 with type arguments of type CallFunctionResponse Modifier and Type Method Description default voidCloudFunctionsServiceGrpc.AsyncService. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)Synchronously invokes a deployed Cloud Function.voidCloudFunctionsServiceGrpc.CloudFunctionsServiceStub. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)Synchronously invokes a deployed Cloud Function. -
Uses of CallFunctionResponse in com.google.cloud.functions.v1.stub
Methods in com.google.cloud.functions.v1.stub that return types with arguments of type CallFunctionResponse 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.
-