Uses of Class
com.google.cloud.bigquery.storage.v1beta1.Storage.CreateReadSessionRequest
-
Packages that use Storage.CreateReadSessionRequest Package Description com.google.cloud.bigquery.storage.v1beta1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta1.stub -
-
Uses of Storage.CreateReadSessionRequest in com.google.cloud.bigquery.storage.v1beta1
Methods in com.google.cloud.bigquery.storage.v1beta1 that return Storage.CreateReadSessionRequest Modifier and Type Method Description Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest.Builder. build()
Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest.Builder. buildPartial()
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. getDefaultInstance()
Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest.Builder. getDefaultInstanceForType()
Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. getDefaultInstanceForType()
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseDelimitedFrom(InputStream input)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(byte[] data)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(com.google.protobuf.ByteString data)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(InputStream input)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(ByteBuffer data)
static Storage.CreateReadSessionRequest
Storage.CreateReadSessionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta1 that return types with arguments of type Storage.CreateReadSessionRequest Modifier and Type Method Description 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.CreateReadSessionRequest>
Storage.CreateReadSessionRequest. getParserForType()
static com.google.protobuf.Parser<Storage.CreateReadSessionRequest>
Storage.CreateReadSessionRequest. parser()
Methods in com.google.cloud.bigquery.storage.v1beta1 with parameters of type Storage.CreateReadSessionRequest Modifier and Type Method Description Storage.ReadSession
BaseBigQueryStorageClient. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.Storage.ReadSession
BigQueryStorageClient. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.default void
BigQueryStorageGrpc.AsyncService. createReadSession(Storage.CreateReadSessionRequest request, io.grpc.stub.StreamObserver<Storage.ReadSession> responseObserver)
Creates a new read session.Storage.ReadSession
BigQueryStorageGrpc.BigQueryStorageBlockingStub. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.com.google.common.util.concurrent.ListenableFuture<Storage.ReadSession>
BigQueryStorageGrpc.BigQueryStorageFutureStub. createReadSession(Storage.CreateReadSessionRequest request)
Creates a new read session.void
BigQueryStorageGrpc.BigQueryStorageStub. createReadSession(Storage.CreateReadSessionRequest request, io.grpc.stub.StreamObserver<Storage.ReadSession> responseObserver)
Creates a new read session.Storage.CreateReadSessionRequest.Builder
Storage.CreateReadSessionRequest.Builder. mergeFrom(Storage.CreateReadSessionRequest other)
static Storage.CreateReadSessionRequest.Builder
Storage.CreateReadSessionRequest. newBuilder(Storage.CreateReadSessionRequest prototype)
-
Uses of Storage.CreateReadSessionRequest 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.CreateReadSessionRequest 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.
-