Skip to content

Commit 9c6ceea

Browse files
Google APIscopybara-github
authored andcommitted
docs: A comment for message StreamMetastorePartitionsRequest is changed
docs: A comment for message `StreamMetastorePartitionsResponse` is changed docs: A comment for field `location_uri` in message `.google.cloud.bigquery.storage.v1alpha.StorageDescriptor` is changed PiperOrigin-RevId: 670602530
1 parent 4bf146f commit 9c6ceea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

google/cloud/bigquery/storage/v1alpha/bigquerystorage_v1alpha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authentication:
1616
1717
publishing:
1818
new_issue_uri: https://issuetracker.google.com/issues/new?component=187149&template=1162659
19-
documentation_uri: https://cloud.google.com/bigquery/docs
19+
documentation_uri: https://cloud.google.com/bigquery/docs/reference/storage/
2020
api_short_name: bigquerystorage
2121
github_label: 'api: bigquerystorage'
2222
doc_tag_prefix: bigquerystorage

google/cloud/bigquery/storage/v1alpha/metastore_partition.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ message ListMetastorePartitionsResponse {
227227
}
228228

229229
// The top-level message sent by the client to the
230-
// [Partitions.StreamMetastorePartitions]() method.
230+
// [Partitions.StreamMetastorePartitions][] method.
231231
// Follows the default gRPC streaming maximum size of 4 MB.
232232
message StreamMetastorePartitionsRequest {
233233
// Required. Reference to the table to where the partition to be added, in the
@@ -254,7 +254,7 @@ message StreamMetastorePartitionsRequest {
254254
}
255255

256256
// This is the response message sent by the server
257-
// to the client for the [Partitions.StreamMetastorePartitions]() method when
257+
// to the client for the [Partitions.StreamMetastorePartitions][] method when
258258
// the commit is successful. Server will close the stream after sending this
259259
// message.
260260
message StreamMetastorePartitionsResponse {

google/cloud/bigquery/storage/v1alpha/partition.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ message FieldSchema {
4242
// partition.
4343
message StorageDescriptor {
4444
// Optional. The physical location of the metastore partition
45-
// (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or
46-
// 'gs://spark-dataproc-data/pangea-data/*').
45+
// (e.g. `gs://spark-dataproc-data/pangea-data/case_sensitive/` or
46+
// `gs://spark-dataproc-data/pangea-data/*`).
4747
string location_uri = 1 [(google.api.field_behavior) = OPTIONAL];
4848

4949
// Optional. Specifies the fully qualified class name of the InputFormat

0 commit comments

Comments
 (0)