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 CreateReadSessionRequestCreateReadSessionRequest.Builder. build()CreateReadSessionRequestCreateReadSessionRequest.Builder. buildPartial()static CreateReadSessionRequestCreateReadSessionRequest. getDefaultInstance()CreateReadSessionRequestCreateReadSessionRequest.Builder. getDefaultInstanceForType()CreateReadSessionRequestCreateReadSessionRequest. getDefaultInstanceForType()static CreateReadSessionRequestCreateReadSessionRequest. parseDelimitedFrom(InputStream input)static CreateReadSessionRequestCreateReadSessionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(byte[] data)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(com.google.protobuf.ByteString data)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(InputStream input)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReadSessionRequestCreateReadSessionRequest. parseFrom(ByteBuffer data)static CreateReadSessionRequestCreateReadSessionRequest. 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 ReadSessionBaseBigQueryReadClient. createReadSession(CreateReadSessionRequest request)Creates a new read session.ReadSessionBigQueryReadClient. createReadSession(CreateReadSessionRequest request)Creates a new read session.default voidBigQueryReadGrpc.AsyncService. createReadSession(CreateReadSessionRequest request, io.grpc.stub.StreamObserver<ReadSession> responseObserver)Creates a new read session.ReadSessionBigQueryReadGrpc.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.voidBigQueryReadGrpc.BigQueryReadStub. createReadSession(CreateReadSessionRequest request, io.grpc.stub.StreamObserver<ReadSession> responseObserver)Creates a new read session.CreateReadSessionRequest.BuilderCreateReadSessionRequest.Builder. mergeFrom(CreateReadSessionRequest other)static CreateReadSessionRequest.BuilderCreateReadSessionRequest. 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.
-