Class GrpcConfigDeliveryCallableFactory (0.6.0)
public class GrpcConfigDeliveryCallableFactory implements GrpcStubCallableFactory
gRPC callable factory implementation for the ConfigDelivery service API.
This class is for advanced usage.
Constructors
GrpcConfigDeliveryCallableFactory()
public GrpcConfigDeliveryCallableFactory()
Methods
<RequestT,ResponseT,MetadataT>createOperationCallable(GrpcCallSettings<RequestT,Operation> grpcCallSettings, OperationCallSettings<RequestT,ResponseT,MetadataT> callSettings, ClientContext clientContext, OperationsStub operationsStub)
public OperationCallable<RequestT,ResponseT,MetadataT> <RequestT,ResponseT,MetadataT>createOperationCallable(GrpcCallSettings<RequestT,Operation> grpcCallSettings, OperationCallSettings<RequestT,ResponseT,MetadataT> callSettings, ClientContext clientContext, OperationsStub operationsStub)
<RequestT,ResponseT,PagedListResponseT>createPagedCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> callSettings, ClientContext clientContext)
public UnaryCallable<RequestT,PagedListResponseT> <RequestT,ResponseT,PagedListResponseT>createPagedCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, PagedCallSettings<RequestT,ResponseT,PagedListResponseT> callSettings, ClientContext clientContext)
Returns |
Type |
Description |
UnaryCallable<RequestT,PagedListResponseT> |
|
<RequestT,ResponseT>createBatchingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, BatchingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
public UnaryCallable<RequestT,ResponseT> <RequestT,ResponseT>createBatchingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, BatchingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
<RequestT,ResponseT>createBidiStreamingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, StreamingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
public BidiStreamingCallable<RequestT,ResponseT> <RequestT,ResponseT>createBidiStreamingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, StreamingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
<RequestT,ResponseT>createClientStreamingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, StreamingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
public ClientStreamingCallable<RequestT,ResponseT> <RequestT,ResponseT>createClientStreamingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, StreamingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
<RequestT,ResponseT>createServerStreamingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, ServerStreamingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
public ServerStreamingCallable<RequestT,ResponseT> <RequestT,ResponseT>createServerStreamingCallable(GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, ServerStreamingCallSettings<RequestT,ResponseT> callSettings, ClientContext clientContext)
<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)
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-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Class GrpcConfigDeliveryCallableFactory (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1beta.stub.GrpcConfigDeliveryCallableFactory)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1beta.stub.GrpcConfigDeliveryCallableFactory)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1beta.stub.GrpcConfigDeliveryCallableFactory)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1beta.stub.GrpcConfigDeliveryCallableFactory) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \n\n public class GrpcConfigDeliveryCallableFactory implements GrpcStubCallableFactory\n\ngRPC callable factory implementation for the ConfigDelivery service API.\n\nThis class is for advanced usage. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e GrpcConfigDeliveryCallableFactory \n\nImplements\n----------\n\n[GrpcStubCallableFactory](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.grpc.GrpcStubCallableFactory.html) \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nConstructors\n------------\n\n### GrpcConfigDeliveryCallableFactory()\n\n public GrpcConfigDeliveryCallableFactory()\n\nMethods\n-------\n\n### \\\u003cRequestT,ResponseT,MetadataT\\\u003ecreateOperationCallable(GrpcCallSettings\\\u003cRequestT,Operation\\\u003e grpcCallSettings, OperationCallSettings\\\u003cRequestT,ResponseT,MetadataT\\\u003e callSettings, ClientContext clientContext, OperationsStub operationsStub)\n\n public OperationCallable\u003cRequestT,ResponseT,MetadataT\u003e \u003cRequestT,ResponseT,MetadataT\u003ecreateOperationCallable(GrpcCallSettings\u003cRequestT,Operation\u003e grpcCallSettings, OperationCallSettings\u003cRequestT,ResponseT,MetadataT\u003e callSettings, ClientContext clientContext, OperationsStub operationsStub)\n\n### \\\u003cRequestT,ResponseT,PagedListResponseT\\\u003ecreatePagedCallable(GrpcCallSettings\\\u003cRequestT,ResponseT\\\u003e grpcCallSettings, PagedCallSettings\\\u003cRequestT,ResponseT,PagedListResponseT\\\u003e callSettings, ClientContext clientContext)\n\n public UnaryCallable\u003cRequestT,PagedListResponseT\u003e \u003cRequestT,ResponseT,PagedListResponseT\u003ecreatePagedCallable(GrpcCallSettings\u003cRequestT,ResponseT\u003e grpcCallSettings, PagedCallSettings\u003cRequestT,ResponseT,PagedListResponseT\u003e callSettings, ClientContext clientContext)\n\n### \\\u003cRequestT,ResponseT\\\u003ecreateBatchingCallable(GrpcCallSettings\\\u003cRequestT,ResponseT\\\u003e grpcCallSettings, BatchingCallSettings\\\u003cRequestT,ResponseT\\\u003e callSettings, ClientContext clientContext)\n\n public UnaryCallable\u003cRequestT,ResponseT\u003e \u003cRequestT,ResponseT\u003ecreateBatchingCallable(GrpcCallSettings\u003cRequestT,ResponseT\u003e grpcCallSettings, BatchingCallSettings\u003cRequestT,ResponseT\u003e callSettings, ClientContext clientContext)\n\n### \\\u003cRequestT,ResponseT\\\u003ecreateBidiStreamingCallable(GrpcCallSettings\\\u003cRequestT,ResponseT\\\u003e grpcCallSettings, StreamingCallSettings\\\u003cRequestT,ResponseT\\\u003e callSettings, ClientContext clientContext)\n\n public BidiStreamingCallable\u003cRequestT,ResponseT\u003e \u003cRequestT,ResponseT\u003ecreateBidiStreamingCallable(GrpcCallSettings\u003cRequestT,ResponseT\u003e grpcCallSettings, StreamingCallSettings\u003cRequestT,ResponseT\u003e callSettings, ClientContext clientContext)\n\n### \\\u003cRequestT,ResponseT\\\u003ecreateClientStreamingCallable(GrpcCallSettings\\\u003cRequestT,ResponseT\\\u003e grpcCallSettings, StreamingCallSettings\\\u003cRequestT,ResponseT\\\u003e callSettings, ClientContext clientContext)\n\n public ClientStreamingCallable\u003cRequestT,ResponseT\u003e \u003cRequestT,ResponseT\u003ecreateClientStreamingCallable(GrpcCallSettings\u003cRequestT,ResponseT\u003e grpcCallSettings, StreamingCallSettings\u003cRequestT,ResponseT\u003e callSettings, ClientContext clientContext)\n\n### \\\u003cRequestT,ResponseT\\\u003ecreateServerStreamingCallable(GrpcCallSettings\\\u003cRequestT,ResponseT\\\u003e grpcCallSettings, ServerStreamingCallSettings\\\u003cRequestT,ResponseT\\\u003e callSettings, ClientContext clientContext)\n\n public ServerStreamingCallable\u003cRequestT,ResponseT\u003e \u003cRequestT,ResponseT\u003ecreateServerStreamingCallable(GrpcCallSettings\u003cRequestT,ResponseT\u003e grpcCallSettings, ServerStreamingCallSettings\u003cRequestT,ResponseT\u003e callSettings, ClientContext clientContext)\n\n### \\\u003cRequestT,ResponseT\\\u003ecreateUnaryCallable(GrpcCallSettings\\\u003cRequestT,ResponseT\\\u003e grpcCallSettings, UnaryCallSettings\\\u003cRequestT,ResponseT\\\u003e callSettings, ClientContext clientContext)\n\n public UnaryCallable\u003cRequestT,ResponseT\u003e \u003cRequestT,ResponseT\u003ecreateUnaryCallable(GrpcCallSettings\u003cRequestT,ResponseT\u003e grpcCallSettings, UnaryCallSettings\u003cRequestT,ResponseT\u003e callSettings, ClientContext clientContext)"]]