|
160 | 160 | "projects": { |
161 | 161 | "resources": { |
162 | 162 | "locations": { |
163 | | - "methods": { |
164 | | - "get": { |
165 | | - "description": "Gets information about a location.", |
166 | | - "flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}", |
167 | | - "httpMethod": "GET", |
168 | | - "id": "analyticshub.projects.locations.get", |
169 | | - "parameterOrder": [ |
170 | | - "name" |
171 | | - ], |
172 | | - "parameters": { |
173 | | - "name": { |
174 | | - "description": "Resource name for the location.", |
175 | | - "location": "path", |
176 | | - "pattern": "^projects/[^/]+/locations/[^/]+$", |
177 | | - "required": true, |
178 | | - "type": "string" |
179 | | - } |
180 | | - }, |
181 | | - "path": "v1beta1/{+name}", |
182 | | - "response": { |
183 | | - "$ref": "Location" |
184 | | - }, |
185 | | - "scopes": [ |
186 | | - "https://www.googleapis.com/auth/bigquery", |
187 | | - "https://www.googleapis.com/auth/cloud-platform" |
188 | | - ] |
189 | | - }, |
190 | | - "list": { |
191 | | - "description": "Lists information about the supported locations for this service.", |
192 | | - "flatPath": "v1beta1/projects/{projectsId}/locations", |
193 | | - "httpMethod": "GET", |
194 | | - "id": "analyticshub.projects.locations.list", |
195 | | - "parameterOrder": [ |
196 | | - "name" |
197 | | - ], |
198 | | - "parameters": { |
199 | | - "filter": { |
200 | | - "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).", |
201 | | - "location": "query", |
202 | | - "type": "string" |
203 | | - }, |
204 | | - "name": { |
205 | | - "description": "The resource that owns the locations collection, if applicable.", |
206 | | - "location": "path", |
207 | | - "pattern": "^projects/[^/]+$", |
208 | | - "required": true, |
209 | | - "type": "string" |
210 | | - }, |
211 | | - "pageSize": { |
212 | | - "description": "The maximum number of results to return. If not set, the service selects a default.", |
213 | | - "format": "int32", |
214 | | - "location": "query", |
215 | | - "type": "integer" |
216 | | - }, |
217 | | - "pageToken": { |
218 | | - "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.", |
219 | | - "location": "query", |
220 | | - "type": "string" |
221 | | - } |
222 | | - }, |
223 | | - "path": "v1beta1/{+name}/locations", |
224 | | - "response": { |
225 | | - "$ref": "ListLocationsResponse" |
226 | | - }, |
227 | | - "scopes": [ |
228 | | - "https://www.googleapis.com/auth/bigquery", |
229 | | - "https://www.googleapis.com/auth/cloud-platform" |
230 | | - ] |
231 | | - } |
232 | | - }, |
233 | 163 | "resources": { |
234 | 164 | "dataExchanges": { |
235 | 165 | "methods": { |
|
765 | 695 | } |
766 | 696 | } |
767 | 697 | }, |
768 | | - "revision": "20220902", |
| 698 | + "revision": "20220909", |
769 | 699 | "rootUrl": "https://analyticshub.googleapis.com/", |
770 | 700 | "schemas": { |
771 | 701 | "AuditConfig": { |
|
1036 | 966 | }, |
1037 | 967 | "type": "object" |
1038 | 968 | }, |
1039 | | - "ListLocationsResponse": { |
1040 | | - "description": "The response message for Locations.ListLocations.", |
1041 | | - "id": "ListLocationsResponse", |
1042 | | - "properties": { |
1043 | | - "locations": { |
1044 | | - "description": "A list of locations that matches the specified filter in the request.", |
1045 | | - "items": { |
1046 | | - "$ref": "Location" |
1047 | | - }, |
1048 | | - "type": "array" |
1049 | | - }, |
1050 | | - "nextPageToken": { |
1051 | | - "description": "The standard List next-page token.", |
1052 | | - "type": "string" |
1053 | | - } |
1054 | | - }, |
1055 | | - "type": "object" |
1056 | | - }, |
1057 | 969 | "ListOrgDataExchangesResponse": { |
1058 | 970 | "description": "Message for response to listing data exchanges in an organization and location.", |
1059 | 971 | "id": "ListOrgDataExchangesResponse", |
|
1185 | 1097 | }, |
1186 | 1098 | "type": "object" |
1187 | 1099 | }, |
1188 | | - "Location": { |
1189 | | - "description": "A resource that represents Google Cloud Platform location.", |
1190 | | - "id": "Location", |
1191 | | - "properties": { |
1192 | | - "displayName": { |
1193 | | - "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".", |
1194 | | - "type": "string" |
1195 | | - }, |
1196 | | - "labels": { |
1197 | | - "additionalProperties": { |
1198 | | - "type": "string" |
1199 | | - }, |
1200 | | - "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}", |
1201 | | - "type": "object" |
1202 | | - }, |
1203 | | - "locationId": { |
1204 | | - "description": "The canonical id for this location. For example: `\"us-east1\"`.", |
1205 | | - "type": "string" |
1206 | | - }, |
1207 | | - "metadata": { |
1208 | | - "additionalProperties": { |
1209 | | - "description": "Properties of the object. Contains field @type with type URL.", |
1210 | | - "type": "any" |
1211 | | - }, |
1212 | | - "description": "Service-specific metadata. For example the available capacity at the given location.", |
1213 | | - "type": "object" |
1214 | | - }, |
1215 | | - "name": { |
1216 | | - "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`", |
1217 | | - "type": "string" |
1218 | | - } |
1219 | | - }, |
1220 | | - "type": "object" |
1221 | | - }, |
1222 | 1100 | "OperationMetadata": { |
1223 | 1101 | "description": "Represents the metadata of the long-running operation.", |
1224 | 1102 | "id": "OperationMetadata", |
|
0 commit comments