Uses of Class
com.google.cloud.bigquery.storage.v1.AppendRowsResponse
-
Packages that use AppendRowsResponse Package Description com.google.cloud.bigquery.storage.v1 A client to BigQuery Storage APIcom.google.cloud.bigquery.storage.v1.stub -
-
Uses of AppendRowsResponse in com.google.cloud.bigquery.storage.v1
Methods in com.google.cloud.bigquery.storage.v1 that return AppendRowsResponse Modifier and Type Method Description AppendRowsResponseAppendRowsResponse.Builder. build()AppendRowsResponseAppendRowsResponse.Builder. buildPartial()static AppendRowsResponseAppendRowsResponse. getDefaultInstance()AppendRowsResponseAppendRowsResponse.Builder. getDefaultInstanceForType()AppendRowsResponseAppendRowsResponse. getDefaultInstanceForType()static AppendRowsResponseAppendRowsResponse. parseDelimitedFrom(InputStream input)static AppendRowsResponseAppendRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppendRowsResponseAppendRowsResponse. parseFrom(byte[] data)static AppendRowsResponseAppendRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppendRowsResponseAppendRowsResponse. parseFrom(com.google.protobuf.ByteString data)static AppendRowsResponseAppendRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppendRowsResponseAppendRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static AppendRowsResponseAppendRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppendRowsResponseAppendRowsResponse. parseFrom(InputStream input)static AppendRowsResponseAppendRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AppendRowsResponseAppendRowsResponse. parseFrom(ByteBuffer data)static AppendRowsResponseAppendRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.storage.v1 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 at current end of stream.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 at the specified offset.com.google.api.core.ApiFuture<AppendRowsResponse>SchemaAwareStreamWriter. append(Iterable<T> items)Writes a collection that contains objects to the BigQuery table by first converting the data to Protobuf messages, then using StreamWriter's append() to write the data at current end of stream.com.google.api.core.ApiFuture<AppendRowsResponse>SchemaAwareStreamWriter. append(Iterable<T> items, long offset)Writes a collection that contains objects to the BigQuery table by first converting the data to Protobuf messages, then using StreamWriter's append() to write the data at the specified offset.com.google.api.core.ApiFuture<AppendRowsResponse>StreamWriter. append(ProtoRows rows)Schedules the writing of rows at the end of current stream.com.google.api.core.ApiFuture<AppendRowsResponse>StreamWriter. append(ProtoRows rows, long offset)Schedules the writing of rows at given offset.com.google.api.core.ApiFuture<AppendRowsResponse>StreamWriter.SingleConnectionOrConnectionPool. append(StreamWriter streamWriter, ProtoRows protoRows, long offset)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.v1 with parameters of type AppendRowsResponse Modifier and Type Method Description AppendRowsResponse.BuilderAppendRowsResponse.Builder. mergeFrom(AppendRowsResponse other)static AppendRowsResponse.BuilderAppendRowsResponse. newBuilder(AppendRowsResponse prototype)Method parameters in com.google.cloud.bigquery.storage.v1 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.v1.stub
Methods in com.google.cloud.bigquery.storage.v1.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.
-