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 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.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.BuilderAppendRowsResponse.Builder. mergeFrom(AppendRowsResponse other)static AppendRowsResponse.BuilderAppendRowsResponse. newBuilder(AppendRowsResponse prototype)voidStreamConnection.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.
-