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 CallFunctionResponse
CallFunctionResponse.Builder. build()
CallFunctionResponse
CallFunctionResponse.Builder. buildPartial()
CallFunctionResponse
CloudFunctionsServiceClient. callFunction(CallFunctionRequest request)
Synchronously invokes a deployed Cloud Function.CallFunctionResponse
CloudFunctionsServiceClient. callFunction(CloudFunctionName name, String data)
Synchronously invokes a deployed Cloud Function.CallFunctionResponse
CloudFunctionsServiceClient. callFunction(String name, String data)
Synchronously invokes a deployed Cloud Function.CallFunctionResponse
CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub. callFunction(CallFunctionRequest request)
Synchronously invokes a deployed Cloud Function.static CallFunctionResponse
CallFunctionResponse. getDefaultInstance()
CallFunctionResponse
CallFunctionResponse.Builder. getDefaultInstanceForType()
CallFunctionResponse
CallFunctionResponse. getDefaultInstanceForType()
static CallFunctionResponse
CallFunctionResponse. parseDelimitedFrom(InputStream input)
static CallFunctionResponse
CallFunctionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionResponse
CallFunctionResponse. parseFrom(byte[] data)
static CallFunctionResponse
CallFunctionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionResponse
CallFunctionResponse. parseFrom(com.google.protobuf.ByteString data)
static CallFunctionResponse
CallFunctionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionResponse
CallFunctionResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CallFunctionResponse
CallFunctionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionResponse
CallFunctionResponse. parseFrom(InputStream input)
static CallFunctionResponse
CallFunctionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CallFunctionResponse
CallFunctionResponse. parseFrom(ByteBuffer data)
static CallFunctionResponse
CallFunctionResponse. 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.Builder
CallFunctionResponse.Builder. mergeFrom(CallFunctionResponse other)
static CallFunctionResponse.Builder
CallFunctionResponse. newBuilder(CallFunctionResponse prototype)
Method parameters in com.google.cloud.functions.v1 with type arguments of type CallFunctionResponse Modifier and Type Method Description default void
CloudFunctionsServiceGrpc.AsyncService. callFunction(CallFunctionRequest request, io.grpc.stub.StreamObserver<CallFunctionResponse> responseObserver)
Synchronously invokes a deployed Cloud Function.void
CloudFunctionsServiceGrpc.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.
-