Uses of Class
com.google.cloud.bigquery.storage.v1.ReadSession
-
Packages that use ReadSession Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1.stub -
-
Uses of ReadSession in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return ReadSession Modifier and Type Method Description ReadSessionReadSession.Builder. build()ReadSessionReadSession.Builder. buildPartial()ReadSessionBaseBigQueryReadClient. createReadSession(CreateReadSessionRequest request)Creates a new read session.ReadSessionBaseBigQueryReadClient. createReadSession(ProjectName parent, ReadSession readSession, int maxStreamCount)Creates a new read session.ReadSessionBaseBigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)Creates a new read session.ReadSessionBigQueryReadClient. createReadSession(CreateReadSessionRequest request)Creates a new read session.ReadSessionBigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)Creates a new read session.ReadSessionBigQueryReadGrpc.BigQueryReadBlockingStub. createReadSession(CreateReadSessionRequest request)Creates a new read session.static ReadSessionReadSession. getDefaultInstance()ReadSessionReadSession.Builder. getDefaultInstanceForType()ReadSessionReadSession. getDefaultInstanceForType()ReadSessionCreateReadSessionRequest.Builder. getReadSession()Required.ReadSessionCreateReadSessionRequest. getReadSession()Required.ReadSessionCreateReadSessionRequestOrBuilder. getReadSession()Required.static ReadSessionReadSession. parseDelimitedFrom(InputStream input)static ReadSessionReadSession. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadSessionReadSession. parseFrom(byte[] data)static ReadSessionReadSession. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadSessionReadSession. parseFrom(com.google.protobuf.ByteString data)static ReadSessionReadSession. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadSessionReadSession. parseFrom(com.google.protobuf.CodedInputStream input)static ReadSessionReadSession. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadSessionReadSession. parseFrom(InputStream input)static ReadSessionReadSession. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadSessionReadSession. parseFrom(ByteBuffer data)static ReadSessionReadSession. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.storage.v1 that return types with arguments of type ReadSession Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ReadSession>BigQueryReadGrpc.BigQueryReadFutureStub. createReadSession(CreateReadSessionRequest request)Creates a new read session.com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession>BaseBigQueryReadClient. createReadSessionCallable()Creates a new read session.com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession>BigQueryReadClient. createReadSessionCallable()Creates a new read session.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReadSessionRequest,ReadSession>BaseBigQueryReadSettings.Builder. createReadSessionSettings()Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<CreateReadSessionRequest,ReadSession>BaseBigQueryReadSettings. createReadSessionSettings()Returns the object with the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReadSessionRequest,ReadSession>BigQueryReadSettings.Builder. createReadSessionSettings()Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<CreateReadSessionRequest,ReadSession>BigQueryReadSettings. createReadSessionSettings()Returns the object with the settings used for calls to createReadSession.static io.grpc.MethodDescriptor<CreateReadSessionRequest,ReadSession>BigQueryReadGrpc. getCreateReadSessionMethod()com.google.protobuf.Parser<ReadSession>ReadSession. getParserForType()static com.google.protobuf.Parser<ReadSession>ReadSession. parser()Methods in com.google.cloud.bigquery.storage.v1 with parameters of type ReadSession Modifier and Type Method Description ReadSessionBaseBigQueryReadClient. createReadSession(ProjectName parent, ReadSession readSession, int maxStreamCount)Creates a new read session.ReadSessionBaseBigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)Creates a new read session.ReadSessionBigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)Creates a new read session.ReadSession.BuilderReadSession.Builder. mergeFrom(ReadSession other)CreateReadSessionRequest.BuilderCreateReadSessionRequest.Builder. mergeReadSession(ReadSession value)Required.static ReadSession.BuilderReadSession. newBuilder(ReadSession prototype)CreateReadSessionRequest.BuilderCreateReadSessionRequest.Builder. setReadSession(ReadSession value)Required.Method parameters in com.google.cloud.bigquery.storage.v1 with type arguments of type ReadSession Modifier and Type Method Description default voidBigQueryReadGrpc.AsyncService. createReadSession(CreateReadSessionRequest request, io.grpc.stub.StreamObserver<ReadSession> responseObserver)Creates a new read session.voidBigQueryReadGrpc.BigQueryReadStub. createReadSession(CreateReadSessionRequest request, io.grpc.stub.StreamObserver<ReadSession> responseObserver)Creates a new read session. -
Uses of ReadSession in com.google.cloud.bigquery.storage.v1.stub
Methods in com.google.cloud.bigquery.storage.v1.stub that return types with arguments of type ReadSession Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession>BigQueryReadStub. createReadSessionCallable()com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession>EnhancedBigQueryReadStub. createReadSessionCallable()com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession>GrpcBigQueryReadStub. createReadSessionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReadSessionRequest,ReadSession>BigQueryReadStubSettings.Builder. createReadSessionSettings()Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<CreateReadSessionRequest,ReadSession>BigQueryReadStubSettings. createReadSessionSettings()Returns the object with the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReadSessionRequest,ReadSession>EnhancedBigQueryReadStubSettings.Builder. createReadSessionSettings()Returns the builder for the settings used for calls to createReadSession.com.google.api.gax.rpc.UnaryCallSettings<CreateReadSessionRequest,ReadSession>EnhancedBigQueryReadStubSettings. createReadSessionSettings()Returns the object with the settings used for calls to createReadSession.
-