Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.ReadSession
-
Packages that use Storage.ReadSession Package Description com.google.cloud.bigquery.storage.v1beta1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta1.stub -
-
Uses of Storage.ReadSession in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.ReadSession Modifier and Type Method Description Storage.ReadSession
Storage.ReadSession.Builder. build()
Storage.ReadSession
Storage.ReadSession.Builder. buildPartial()
Storage.ReadSession
BaseBigQueryStorageClient. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.Storage.ReadSession
BaseBigQueryStorageClient. createReadSession(TableReferenceProto.TableReference tableReference, ProjectName parent, int requestedStreams)
Creates a new read session.Storage.ReadSession
BaseBigQueryStorageClient. createReadSession(TableReferenceProto.TableReference tableReference, String parent, int requestedStreams)
Creates a new read session.Storage.ReadSession
BigQueryStorageClient. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.Storage.ReadSession
BigQueryStorageClient. createReadSession(TableReferenceProto.TableReference tableReference, String parent, int requestedStreams)
Creates a new read session.Storage.ReadSession
BigQueryStorageGrpc.BigQueryStorageBlockingStub. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.static Storage.ReadSession
Storage.ReadSession. getDefaultInstance()
Storage.ReadSession
Storage.ReadSession.Builder. getDefaultInstanceForType()
Storage.ReadSession
Storage.ReadSession. getDefaultInstanceForType()
Storage.ReadSession
Storage.BatchCreateReadSessionStreamsRequest.Builder. getSession()
Required.Storage.ReadSession
Storage.BatchCreateReadSessionStreamsRequest. getSession()
Required.Storage.ReadSession
Storage.BatchCreateReadSessionStreamsRequestOrBuilder. getSession()
Required.static Storage.ReadSession
Storage.ReadSession. parseDelimitedFrom(InputStream input)
static Storage.ReadSession
Storage.ReadSession. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadSession
Storage.ReadSession. parseFrom(byte[] data)
static Storage.ReadSession
Storage.ReadSession. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadSession
Storage.ReadSession. parseFrom(com.google.protobuf.ByteString data)
static Storage.ReadSession
Storage.ReadSession. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadSession
Storage.ReadSession. parseFrom(com.google.protobuf.CodedInputStream input)
static Storage.ReadSession
Storage.ReadSession. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadSession
Storage.ReadSession. parseFrom(InputStream input)
static Storage.ReadSession
Storage.ReadSession. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.ReadSession
Storage.ReadSession. parseFrom(ByteBuffer data)
static Storage.ReadSession
Storage.ReadSession. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta1 that return types with arguments of type Storage.ReadSession Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Storage.ReadSession>
BigQueryStorageGrpc.BigQueryStorageFutureStub. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.com.google.api.gax.rpc.UnaryCallable<Storage.CreateReadSessionRequest,Storage.ReadSession>
BaseBigQueryStorageClient. createReadSessionCallable()
Creates a new read session.com.google.api.gax.rpc.UnaryCallable<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageClient. createReadSessionCallable()
Creates a new read session.com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.CreateReadSessionRequest,Storage.ReadSession>
BaseBigQueryStorageSettings.Builder. createReadSessionSettings()
Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<Storage.CreateReadSessionRequest,Storage.ReadSession>
BaseBigQueryStorageSettings. createReadSessionSettings()
Returns the object with the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageSettings.Builder. createReadSessionSettings()
Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageSettings. createReadSessionSettings()
Returns the object with the settings used for calls to createReadSession.static io.grpc.MethodDescriptor<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageGrpc. getCreateReadSessionMethod()
com.google.protobuf.Parser<Storage.ReadSession>
Storage.ReadSession. getParserForType()
static com.google.protobuf.Parser<Storage.ReadSession>
Storage.ReadSession. parser()
Method parameters in com.google.cloud.bigquery.storage.v1beta1 with type arguments of type Storage.ReadSession Modifier and Type Method Description default void
BigQueryStorageGrpc.AsyncService. createReadSession(Storage.CreateReadSessionRequest request, io.grpc.stub.StreamObserver<Storage.ReadSession> responseObserver)
Creates a new read session.void
BigQueryStorageGrpc.BigQueryStorageStub. createReadSession(Storage.CreateReadSessionRequest request, io.grpc.stub.StreamObserver<Storage.ReadSession> responseObserver)
Creates a new read session. -
Uses of Storage.ReadSession in com.google.cloud.bigquery.storage.v1beta1.stub
Methods in com.google.cloud.bigquery.storage.v1beta1.stub that return types with arguments of type Storage.ReadSession Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageStub. createReadSessionCallable()
com.google.api.gax.rpc.UnaryCallable<Storage.CreateReadSessionRequest,Storage.ReadSession>
EnhancedBigQueryStorageStub. createReadSessionCallable()
com.google.api.gax.rpc.UnaryCallable<Storage.CreateReadSessionRequest,Storage.ReadSession>
GrpcBigQueryStorageStub. createReadSessionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageStubSettings.Builder. createReadSessionSettings()
Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<Storage.CreateReadSessionRequest,Storage.ReadSession>
BigQueryStorageStubSettings. createReadSessionSettings()
Returns the object with the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings.Builder<Storage.CreateReadSessionRequest,Storage.ReadSession>
EnhancedBigQueryStorageStubSettings.Builder. createReadSessionSettings()
Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<Storage.CreateReadSessionRequest,Storage.ReadSession>
EnhancedBigQueryStorageStubSettings. createReadSessionSettings()
Returns the object with the settings used for calls to createReadSession.
-