| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 54236ee commit fe06a49
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,6 +77,10 @@ service Bigtable { | |||
| 77 | 77 | post: "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:readRows" | |
| 78 | 78 | body: "*" | |
| 79 | 79 | } | |
| 80 | + additional_bindings { | ||
| 81 | + post: "/v2/{materialized_view_name=projects/*/instances/*/materializedViews/*}:readRows" | ||
| 82 | + body: "*" | ||
| 83 | + } | ||
| 80 | 84 | }; | |
| 81 | 85 | option (google.api.routing) = { | |
| 82 | 86 | routing_parameters { | |
@@ -88,6 +92,10 @@ service Bigtable { | |||
| 88 | 92 | field: "authorized_view_name" | |
| 89 | 93 | path_template: "{table_name=projects/*/instances/*/tables/*}/**" | |
| 90 | 94 | } | |
| 95 | + routing_parameters { | ||
| 96 | + field: "materialized_view_name" | ||
| 97 | + path_template: "{name=projects/*/instances/*}/**" | ||
| 98 | + } | ||
| 91 | 99 | }; | |
| 92 | 100 | option (google.api.method_signature) = "table_name"; | |
| 93 | 101 | option (google.api.method_signature) = "table_name,app_profile_id"; | |
@@ -104,6 +112,9 @@ service Bigtable { | |||
| 104 | 112 | additional_bindings { | |
| 105 | 113 | get: "/v2/{authorized_view_name=projects/*/instances/*/tables/*/authorizedViews/*}:sampleRowKeys" | |
| 106 | 114 | } | |
| 115 | + additional_bindings { | ||
| 116 | + get: "/v2/{materialized_view_name=projects/*/instances/*/materializedViews/*}:sampleRowKeys" | ||
| 117 | + } | ||
| 107 | 118 | }; | |
| 108 | 119 | option (google.api.routing) = { | |
| 109 | 120 | routing_parameters { | |
@@ -115,6 +126,10 @@ service Bigtable { | |||
| 115 | 126 | field: "authorized_view_name" | |
| 116 | 127 | path_template: "{table_name=projects/*/instances/*/tables/*}/**" | |
| 117 | 128 | } | |
| 129 | + routing_parameters { | ||
| 130 | + field: "materialized_view_name" | ||
| 131 | + path_template: "{name=projects/*/instances/*}/**" | ||
| 132 | + } | ||
| 118 | 133 | }; | |
| 119 | 134 | option (google.api.method_signature) = "table_name"; | |
| 120 | 135 | option (google.api.method_signature) = "table_name,app_profile_id"; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments