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