Uses of Class
com.google.cloud.bigquery.storage.v1beta2.AppendRowsResponse
-
Packages that use AppendRowsResponse Package Description com.google.cloud.bigquery.storage.v1beta2 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1beta2.stub -
-
Uses of AppendRowsResponse in com.google.cloud.bigquery.storage.v1beta2
Methods in com.google.cloud.bigquery.storage.v1beta2 that return AppendRowsResponse Modifier and Type Method Description AppendRowsResponse
AppendRowsResponse.Builder. build()
AppendRowsResponse
AppendRowsResponse.Builder. buildPartial()
static AppendRowsResponse
AppendRowsResponse. getDefaultInstance()
AppendRowsResponse
AppendRowsResponse.Builder. getDefaultInstanceForType()
AppendRowsResponse
AppendRowsResponse. getDefaultInstanceForType()
static AppendRowsResponse
AppendRowsResponse. parseDelimitedFrom(InputStream input)
static AppendRowsResponse
AppendRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsResponse
AppendRowsResponse. parseFrom(byte[] data)
static AppendRowsResponse
AppendRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsResponse
AppendRowsResponse. parseFrom(com.google.protobuf.ByteString data)
static AppendRowsResponse
AppendRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsResponse
AppendRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AppendRowsResponse
AppendRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsResponse
AppendRowsResponse. parseFrom(InputStream input)
static AppendRowsResponse
AppendRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AppendRowsResponse
AppendRowsResponse. parseFrom(ByteBuffer data)
static AppendRowsResponse
AppendRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.storage.v1beta2 that return types with arguments of type AppendRowsResponse Modifier and Type Method Description com.google.api.core.ApiFuture<AppendRowsResponse>
JsonStreamWriter. append(org.json.JSONArray jsonArr)
Writes a JSONArray that contains JSONObjects to the BigQuery table by first converting the JSON data to protobuf messages, then using StreamWriter's append() to write the data.com.google.api.core.ApiFuture<AppendRowsResponse>
JsonStreamWriter. append(org.json.JSONArray jsonArr, long offset)
Writes a JSONArray that contains JSONObjects to the BigQuery table by first converting the JSON data to protobuf messages, then using StreamWriter's append() to write the data.com.google.api.core.ApiFuture<AppendRowsResponse>
StreamWriterV2. append(ProtoRows rows, long offset)
Schedules the writing of a message.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<AppendRowsResponse>
AppendRowsResponse. getParserForType()
static com.google.protobuf.Parser<AppendRowsResponse>
AppendRowsResponse. parser()
Methods in com.google.cloud.bigquery.storage.v1beta2 with parameters of type AppendRowsResponse Modifier and Type Method Description AppendRowsResponse.Builder
AppendRowsResponse.Builder. mergeFrom(AppendRowsResponse other)
static AppendRowsResponse.Builder
AppendRowsResponse. newBuilder(AppendRowsResponse prototype)
void
StreamConnection.RequestCallback. run(AppendRowsResponse response)
Method parameters in com.google.cloud.bigquery.storage.v1beta2 with type arguments of type AppendRowsResponse 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. -
Uses of AppendRowsResponse in com.google.cloud.bigquery.storage.v1beta2.stub
Methods in com.google.cloud.bigquery.storage.v1beta2.stub that return types with arguments of type AppendRowsResponse 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.
-