Class GrpcBigQueryWriteCallableFactory

java.lang.Object
com.google.cloud.bigquery.storage.v1beta2.stub.GrpcBigQueryWriteCallableFactory
All Implemented Interfaces:
com.google.api.gax.grpc.GrpcStubCallableFactory

@BetaApi @Deprecated @Generated("by gapic-generator-java") public class GrpcBigQueryWriteCallableFactory extends Object implements com.google.api.gax.grpc.GrpcStubCallableFactory
Deprecated.
This class is deprecated and will be removed in the next major version update.
gRPC callable factory implementation for the BigQueryWrite service API.

This class is for advanced usage.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <RequestT, ResponseT>
    com.google.api.gax.rpc.UnaryCallable<RequestT,ResponseT>
    createBatchingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.BatchingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
    Deprecated.
     
    <RequestT, ResponseT>
    com.google.api.gax.rpc.BidiStreamingCallable<RequestT,ResponseT>
    createBidiStreamingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.StreamingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
    Deprecated.
     
    <RequestT, ResponseT>
    com.google.api.gax.rpc.ClientStreamingCallable<RequestT,ResponseT>
    createClientStreamingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.StreamingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
    Deprecated.
     
    <RequestT, ResponseT, MetadataT>
    com.google.api.gax.rpc.OperationCallable<RequestT,ResponseT,MetadataT>
    createOperationCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,com.google.longrunning.Operation> grpcCallSettings, com.google.api.gax.rpc.OperationCallSettings<RequestT,ResponseT,MetadataT> callSettings, com.google.api.gax.rpc.ClientContext clientContext, com.google.longrunning.stub.OperationsStub operationsStub)
    Deprecated.
     
    <RequestT, ResponseT, PagedListResponseT>
    com.google.api.gax.rpc.UnaryCallable<RequestT,PagedListResponseT>
    createPagedCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.PagedCallSettings<RequestT,ResponseT,PagedListResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
    Deprecated.
     
    <RequestT, ResponseT>
    com.google.api.gax.rpc.ServerStreamingCallable<RequestT,ResponseT>
    createServerStreamingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.ServerStreamingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
    Deprecated.
     
    <RequestT, ResponseT>
    com.google.api.gax.rpc.UnaryCallable<RequestT,ResponseT>
    createUnaryCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.UnaryCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GrpcBigQueryWriteCallableFactory

      public GrpcBigQueryWriteCallableFactory()
      Deprecated.
  • Method Details

    • createUnaryCallable

      public <RequestT, ResponseT> com.google.api.gax.rpc.UnaryCallable<RequestT,ResponseT> createUnaryCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.UnaryCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
      Deprecated.
      Specified by:
      createUnaryCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory
    • createPagedCallable

      public <RequestT, ResponseT, PagedListResponseT> com.google.api.gax.rpc.UnaryCallable<RequestT,PagedListResponseT> createPagedCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.PagedCallSettings<RequestT,ResponseT,PagedListResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
      Deprecated.
      Specified by:
      createPagedCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory
    • createBatchingCallable

      public <RequestT, ResponseT> com.google.api.gax.rpc.UnaryCallable<RequestT,ResponseT> createBatchingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.BatchingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
      Deprecated.
      Specified by:
      createBatchingCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory
    • createOperationCallable

      public <RequestT, ResponseT, MetadataT> com.google.api.gax.rpc.OperationCallable<RequestT,ResponseT,MetadataT> createOperationCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,com.google.longrunning.Operation> grpcCallSettings, com.google.api.gax.rpc.OperationCallSettings<RequestT,ResponseT,MetadataT> callSettings, com.google.api.gax.rpc.ClientContext clientContext, com.google.longrunning.stub.OperationsStub operationsStub)
      Deprecated.
      Specified by:
      createOperationCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory
    • createBidiStreamingCallable

      public <RequestT, ResponseT> com.google.api.gax.rpc.BidiStreamingCallable<RequestT,ResponseT> createBidiStreamingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.StreamingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
      Deprecated.
      Specified by:
      createBidiStreamingCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory
    • createServerStreamingCallable

      public <RequestT, ResponseT> com.google.api.gax.rpc.ServerStreamingCallable<RequestT,ResponseT> createServerStreamingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.ServerStreamingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
      Deprecated.
      Specified by:
      createServerStreamingCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory
    • createClientStreamingCallable

      public <RequestT, ResponseT> com.google.api.gax.rpc.ClientStreamingCallable<RequestT,ResponseT> createClientStreamingCallable(com.google.api.gax.grpc.GrpcCallSettings<RequestT,ResponseT> grpcCallSettings, com.google.api.gax.rpc.StreamingCallSettings<RequestT,ResponseT> callSettings, com.google.api.gax.rpc.ClientContext clientContext)
      Deprecated.
      Specified by:
      createClientStreamingCallable in interface com.google.api.gax.grpc.GrpcStubCallableFactory