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 ReadSession
ReadSession.Builder. build()
ReadSession
ReadSession.Builder. buildPartial()
ReadSession
BaseBigQueryReadClient. createReadSession(CreateReadSessionRequest request)
Creates a new read session.ReadSession
BaseBigQueryReadClient. createReadSession(ProjectName parent, ReadSession readSession, int maxStreamCount)
Creates a new read session.ReadSession
BaseBigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)
Creates a new read session.ReadSession
BigQueryReadClient. createReadSession(CreateReadSessionRequest request)
Creates a new read session.ReadSession
BigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)
Creates a new read session.ReadSession
BigQueryReadGrpc.BigQueryReadBlockingStub. createReadSession(CreateReadSessionRequest request)
Creates a new read session.static ReadSession
ReadSession. getDefaultInstance()
ReadSession
ReadSession.Builder. getDefaultInstanceForType()
ReadSession
ReadSession. getDefaultInstanceForType()
ReadSession
CreateReadSessionRequest.Builder. getReadSession()
Required.ReadSession
CreateReadSessionRequest. getReadSession()
Required.ReadSession
CreateReadSessionRequestOrBuilder. getReadSession()
Required.static ReadSession
ReadSession. parseDelimitedFrom(InputStream input)
static ReadSession
ReadSession. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadSession
ReadSession. parseFrom(byte[] data)
static ReadSession
ReadSession. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadSession
ReadSession. parseFrom(com.google.protobuf.ByteString data)
static ReadSession
ReadSession. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadSession
ReadSession. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadSession
ReadSession. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadSession
ReadSession. parseFrom(InputStream input)
static ReadSession
ReadSession. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadSession
ReadSession. parseFrom(ByteBuffer data)
static ReadSession
ReadSession. 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 ReadSession
BaseBigQueryReadClient. createReadSession(ProjectName parent, ReadSession readSession, int maxStreamCount)
Creates a new read session.ReadSession
BaseBigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)
Creates a new read session.ReadSession
BigQueryReadClient. createReadSession(String parent, ReadSession readSession, int maxStreamCount)
Creates a new read session.ReadSession.Builder
ReadSession.Builder. mergeFrom(ReadSession other)
CreateReadSessionRequest.Builder
CreateReadSessionRequest.Builder. mergeReadSession(ReadSession value)
Required.static ReadSession.Builder
ReadSession. newBuilder(ReadSession prototype)
CreateReadSessionRequest.Builder
CreateReadSessionRequest.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 void
BigQueryReadGrpc.AsyncService. createReadSession(CreateReadSessionRequest request, io.grpc.stub.StreamObserver<ReadSession> responseObserver)
Creates a new read session.void
BigQueryReadGrpc.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.
-