proto_docs/google/cloud/bigquery/storage/v1/storage.rb in google-cloud-bigquery-storage-v1-0.9.2 vs proto_docs/google/cloud/bigquery/storage/v1/storage.rb in google-cloud-bigquery-storage-v1-0.10.0
- old
+ new
@@ -187,14 +187,16 @@
# needs to be specified as part of the first request on the gRPC connection.
# If provided for subsequent requests, it must match the value of the first
# request.
#
# For explicitly created write streams, the format is:
- # `projects/{project}/datasets/{dataset}/tables/{table}/streams/{id}`
#
+ # * `projects/{project}/datasets/{dataset}/tables/{table}/streams/{id}`
+ #
# For the special default stream, the format is:
- # `projects/{project}/datasets/{dataset}/tables/{table}/_default`.
+ #
+ # * `projects/{project}/datasets/{dataset}/tables/{table}/streams/_default`.
# @!attribute [rw] offset
# @return [::Google::Protobuf::Int64Value]
# If present, the write is only performed if the next append offset is same
# as the provided value. If not present, the write is performed at the
# current end of stream. Specifying a value for this field is not allowed
@@ -401,9 +403,15 @@
STREAM_FINALIZED = 6
# There is a schema mismatch and it is caused by user schema has extra
# field than bigquery schema.
SCHEMA_MISMATCH_EXTRA_FIELDS = 7
+
+ # Offset already exists.
+ OFFSET_ALREADY_EXISTS = 8
+
+ # Offset out of range.
+ OFFSET_OUT_OF_RANGE = 9
end
end
end
end
end