Skip to content

Commit aa775b4

Browse files
feat(all): auto-regenerate discovery clients (#1696)
1 parent faa845a commit aa775b4

22 files changed

+66214
-1251
lines changed

analyticshub/v1beta1/analyticshub-api.json

Lines changed: 1 addition & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -160,76 +160,6 @@
160160
"projects": {
161161
"resources": {
162162
"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-
},
233163
"resources": {
234164
"dataExchanges": {
235165
"methods": {
@@ -765,7 +695,7 @@
765695
}
766696
}
767697
},
768-
"revision": "20220902",
698+
"revision": "20220909",
769699
"rootUrl": "https://analyticshub.googleapis.com/",
770700
"schemas": {
771701
"AuditConfig": {
@@ -1036,24 +966,6 @@
1036966
},
1037967
"type": "object"
1038968
},
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-
},
1057969
"ListOrgDataExchangesResponse": {
1058970
"description": "Message for response to listing data exchanges in an organization and location.",
1059971
"id": "ListOrgDataExchangesResponse",
@@ -1185,40 +1097,6 @@
11851097
},
11861098
"type": "object"
11871099
},
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-
},
12221100
"OperationMetadata": {
12231101
"description": "Represents the metadata of the long-running operation.",
12241102
"id": "OperationMetadata",

0 commit comments

Comments
 (0)