File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ message LogicalView {
471471
472472 // Identifier. The unique name of the logical view.
473473 // Format:
474- // `projects/{project}/instances/{instance}/logicalViews/{logical_view}
474+ // `projects/{project}/instances/{instance}/logicalViews/{logical_view}`
475475 string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
476476
477477 // Required. The logical view's select query.
@@ -495,7 +495,7 @@ message MaterializedView {
495495
496496 // Identifier. The unique name of the materialized view.
497497 // Format:
498- // `projects/{project}/instances/{instance}/materializedViews/{materialized_view}
498+ // `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`
499499 string name = 1 [(google.api.field_behavior ) = IDENTIFIER ];
500500
501501 // Required. Immutable. The materialized view's select query.
You can’t perform that action at this time.
0 commit comments