Uses of Class
com.google.cloud.bigquery.storage.v1beta2.AppendRowsRequest
-
Packages that use AppendRowsRequest Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta2.stub -
-
Uses of AppendRowsRequest in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return AppendRowsRequest Modifier and Type Method Description AppendRowsRequest
AppendRowsRequest.Builder. build()
AppendRowsRequest
AppendRowsRequest.Builder. buildPartial()
static AppendRowsRequest
AppendRowsRequest. getDefaultInstance()
AppendRowsRequest
AppendRowsRequest.Builder. getDefaultInstanceForType()
AppendRowsRequest
AppendRowsRequest. getDefaultInstanceForType()
static AppendRowsRequest
AppendRowsRequest. parseDelimitedFrom(InputStream input)
static AppendRowsRequest
AppendRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsRequest
AppendRowsRequest. parseFrom(byte[] data)
static AppendRowsRequest
AppendRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsRequest
AppendRowsRequest. parseFrom(com.google.protobuf.ByteString data)
static AppendRowsRequest
AppendRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsRequest
AppendRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AppendRowsRequest
AppendRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsRequest
AppendRowsRequest. parseFrom(InputStream input)
static AppendRowsRequest
AppendRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsRequest
AppendRowsRequest. parseFrom(ByteBuffer data)
static AppendRowsRequest
AppendRowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type AppendRowsRequest Modifier and Type Method Description default io.grpc.stub.StreamObserver<AppendRowsRequest>
BigQueryWriteGrpc.AsyncService. appendRows(io.grpc.stub.StreamObserver<AppendRowsResponse> responseObserver)
Appends data to the given stream.io.grpc.stub.StreamObserver<AppendRowsRequest>
BigQueryWriteGrpc.BigQueryWriteStub. appendRows(io.grpc.stub.StreamObserver<AppendRowsResponse> responseObserver)
Appends data to the given stream.com.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteClient. appendRowsCallable()
Appends data to the given stream.com.google.api.gax.rpc.StreamingCallSettings<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteSettings. appendRowsSettings()
Returns the object with the settings used for calls to appendRows.com.google.api.gax.rpc.StreamingCallSettings.Builder<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteSettings.Builder. appendRowsSettings()
Returns the builder for the settings used for calls to appendRows.static io.grpc.MethodDescriptor<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteGrpc. getAppendRowsMethod()
com.google.protobuf.Parser<AppendRowsRequest>
AppendRowsRequest. getParserForType()
static com.google.protobuf.Parser<AppendRowsRequest>
AppendRowsRequest. parser()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type AppendRowsRequest Modifier and Type Method Description AppendRowsRequest.Builder
AppendRowsRequest.Builder. mergeFrom(AppendRowsRequest other)
static AppendRowsRequest.Builder
AppendRowsRequest. newBuilder(AppendRowsRequest prototype)
void
StreamConnection. send(AppendRowsRequest request)
Sends a request to the bi-directional stream connection. -
Uses of AppendRowsRequest in com.google.cloud.bigquery.storage.v1beta2.stub
Methods in com.google.cloud.bigquery.storage.v1beta2.stub that return types with arguments of type AppendRowsRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteStub. appendRowsCallable()
com.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse>
GrpcBigQueryWriteStub. appendRowsCallable()
com.google.api.gax.rpc.StreamingCallSettings<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteStubSettings. appendRowsSettings()
Returns the object with the settings used for calls to appendRows.com.google.api.gax.rpc.StreamingCallSettings.Builder<AppendRowsRequest,AppendRowsResponse>
BigQueryWriteStubSettings.Builder. appendRowsSettings()
Returns the builder for the settings used for calls to appendRows.
-