File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
google/cloud/bigquery/storage/v1alpha Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ authentication:
1616
1717publishing :
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
Original file line number Diff line number Diff 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.
232232message 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.
260260message StreamMetastorePartitionsResponse {
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ message FieldSchema {
4242// partition.
4343message 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
You can’t perform that action at this time.
0 commit comments