Send feedback Class GrpcOperationsCallableFactory (2.30.1) Stay organized with collections Save and categorize content based on your preferences.
Version 2.30.1 keyboard_arrow_down
public class GrpcOperationsCallableFactory implements GrpcStubCallableFactory
gRPC callable factory implementation for Google Long Running Operations API.
This class is for advanced usage.
Constructors GrpcOperationsCallableFactory()
public GrpcOperationsCallableFactory ()
Methods <RequestT,ResponseT,MetadataT>createOperationCallable(GrpcCallSettings<RequestT,Operation> grpcCallSettings, OperationCallSettings<RequestT,ResponseT,MetadataT> operationCallSettings, ClientContext clientContext, OperationsStub operationsStub)
public OperationCallable<RequestT , ResponseT , MetadataT > <RequestT , ResponseT , MetadataT>createOperationCallable ( GrpcCallSettings<RequestT , Operation > grpcCallSettings , OperationCallSettings<RequestT , ResponseT , MetadataT > operationCallSettings , ClientContext clientContext , OperationsStub operationsStub )
Creates a callable object that represents a long-running operation. Designed for use by generated code.
<RequestT,ResponseT,PagedListResponseT>createPagedCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> pagedCallSettings, ClientContext clientContext)
public UnaryCallable<RequestT , PagedListResponseT > <RequestT , ResponseT , PagedListResponseT>createPagedCallable ( GrpcCallSettings<RequestT , ResponseT > grpcCallSettings , PagedCallSettings<RequestT , ResponseT , PagedListResponseT > pagedCallSettings , ClientContext clientContext )
Create a paged callable object that represents a paged API method. Designed for use by generated code.
<RequestT,ResponseT>createBatchingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, BatchingCallSettings<RequestT,ResponseT> batchingCallSettings, ClientContext clientContext)
public UnaryCallable<RequestT , ResponseT > <RequestT , ResponseT>createBatchingCallable ( GrpcCallSettings<RequestT , ResponseT > grpcCallSettings , BatchingCallSettings<RequestT , ResponseT > batchingCallSettings , ClientContext clientContext )
Create a callable object that represents a batching API method. Designed for use by generated code.
<RequestT,ResponseT>createBidiCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, CallSettings<RequestT,ResponseT> CallSettings, ClientContext clientContext)
public BidiCallable<RequestT , ResponseT > <RequestT , ResponseT>createBidiCallable ( GrpcCallSettings<RequestT , ResponseT > grpcCallSettings , CallSettings<RequestT , ResponseT > CallSettings , ClientContext clientContext )
Create a bidirectional callable object with grpc-specific functionality. Designed for use by generated code.
<RequestT,ResponseT>createClientCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, CallSettings<RequestT,ResponseT> CallSettings, ClientContext clientContext)
public ClientCallable<RequestT , ResponseT > <RequestT , ResponseT>createClientCallable ( GrpcCallSettings<RequestT , ResponseT > grpcCallSettings , CallSettings<RequestT , ResponseT > CallSettings , ClientContext clientContext )
Create a client- callable object with grpc-specific functionality. Designed for use by generated code.
<RequestT,ResponseT>createServerCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, ServerCallSettings<RequestT,ResponseT> CallSettings, ClientContext clientContext)
public ServerCallable<RequestT , ResponseT > <RequestT , ResponseT>createServerCallable ( GrpcCallSettings<RequestT , ResponseT > grpcCallSettings , ServerCallSettings<RequestT , ResponseT > CallSettings , ClientContext clientContext )
Create a server- callable with grpc-specific functionality. Designed for use by generated code.
<RequestT,ResponseT>createUnaryCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, UnaryCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
public UnaryCallable<RequestT , ResponseT > <RequestT , ResponseT>createUnaryCallable ( GrpcCallSettings<RequestT , ResponseT > grpcCallSettings , UnaryCallSettings<RequestT , ResponseT > callSettings , ClientContext clientContext )
Create a callable object with grpc-specific functionality. Designed for use by generated code.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The webpage provides documentation for the `GrpcOperationsCallableFactory` class, which is part of the Google Cloud Client Libraries for Java."],["This class is an implementation of `GrpcStubCallableFactory` and is designed for advanced usage in working with the Google Long Running Operations API."],["The `GrpcOperationsCallableFactory` offers various methods to create different types of callable objects, such as unary, paged, batching, and various streaming callables."],["The page lists available versions of the documentation, ranging from version 2.63.1 down to version 2.7.1, with 2.63.1 being the latest."],["Each method available within the `GrpcOperationsCallableFactory` is described with its parameters, return types, and how to use it."]]],[]]