Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1437

Merged
merged 1 commit into from Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion admin/directory/v1/admin-api.json
Expand Up @@ -937,6 +937,11 @@
"location": "query",
"type": "string"
},
"orderBy": {
"description": "The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending \"desc\" to the order_by field. For instance, \"description desc\" will return the printers sorted by description in descending order.",
"location": "query",
"type": "string"
},
"orgUnitId": {
"description": "Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.",
"location": "query",
Expand Down Expand Up @@ -4402,7 +4407,7 @@
}
}
},
"revision": "20220201",
"revision": "20220208",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
16 changes: 16 additions & 0 deletions admin/directory/v1/admin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions alertcenter/v1beta1/alertcenter-api.json
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20211214",
"revision": "20220131",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountSuspensionDetails": {
Expand Down Expand Up @@ -804,7 +804,8 @@
"RESOLVED",
"FALSE_POSITIVE",
"PARTIALLY_RESOLVED",
"MERGED"
"MERGED",
"DOWNGRADED"
],
"enumDescriptions": [
"Status is unspecified.",
Expand All @@ -813,7 +814,8 @@
"The incident has been resolved.",
"Further assessment indicated no customer impact.",
"The incident has been partially resolved.",
"The incident was merged into a parent."
"The incident was merged into a parent.",
"The incident has lower impact than initially anticipated."
],
"type": "string"
}
Expand Down Expand Up @@ -1289,7 +1291,7 @@
"id": "MergeInfo",
"properties": {
"newAlertId": {
"description": "New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.",
"description": "Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.",
"type": "string"
},
"newIncidentTrackingId": {
Expand Down
4 changes: 3 additions & 1 deletion alertcenter/v1beta1/alertcenter-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions api-list.json
Expand Up @@ -554,6 +554,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/bare-metal",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "baremetalsolution:v2",
"name": "baremetalsolution",
"version": "v2",
"title": "Bare Metal Solution API",
"description": "Bare Metal Solution provides hardware to run specialized workloads with low latency on Google Cloud.",
"discoveryRestUrl": "https://baremetalsolution.googleapis.com/$discovery/rest?version=v2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/bare-metal",
"preferred": true
},
{
Expand Down Expand Up @@ -3892,21 +3907,6 @@
"documentationLink": "https://developers.google.com/android/work/play/custom-app-api/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "playintegrity:v1",
"name": "playintegrity",
"version": "v1",
"title": "Google Play Integrity API",
"description": "Play Integrity",
"discoveryRestUrl": "https://playintegrity.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developer.android.com/google/play/integrity",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "policyanalyzer:v1beta1",
Expand Down
167 changes: 166 additions & 1 deletion apigee/v1/apigee-api.json
Expand Up @@ -2896,6 +2896,129 @@
}
}
},
"endpointAttachments": {
"methods": {
"create": {
"description": "Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.",
"flatPath": "v1/organizations/{organizationsId}/endpointAttachments",
"httpMethod": "POST",
"id": "apigee.organizations.endpointAttachments.create",
"parameterOrder": [
"parent"
],
"parameters": {
"endpointAttachmentId": {
"description": "The ID to use for the endpoint attachment. ID must be a 1-20 characters string with lowercase letters and numbers and must start with a letter.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The Organization this EndpointAttachment will be created in.",
"location": "path",
"pattern": "^organizations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/endpointAttachments",
"request": {
"$ref": "GoogleCloudApigeeV1EndpointAttachment"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Deletes an endpoint attachment.",
"flatPath": "v1/organizations/{organizationsId}/endpointAttachments/{endpointAttachmentsId}",
"httpMethod": "DELETE",
"id": "apigee.organizations.endpointAttachments.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.",
"location": "path",
"pattern": "^organizations/[^/]+/endpointAttachments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Gets the specified EndpointAttachment.",
"flatPath": "v1/organizations/{organizationsId}/endpointAttachments/{endpointAttachmentsId}",
"httpMethod": "GET",
"id": "apigee.organizations.endpointAttachments.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.",
"location": "path",
"pattern": "^organizations/[^/]+/endpointAttachments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleCloudApigeeV1EndpointAttachment"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Lists the EndpointAttachments in the specified Organization.",
"flatPath": "v1/organizations/{organizationsId}/endpointAttachments",
"httpMethod": "GET",
"id": "apigee.organizations.endpointAttachments.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "Optional. Maximum number of Endpoint Attachments to return. If unspecified, at most 25 attachments will be returned.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. Page token, returned from a previous ListEndpointAttachments call, that you can use to retrieve the next page.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. Name of the Organization for which to list Endpoint Attachments in the format: `organizations/{organization}`.",
"location": "path",
"pattern": "^organizations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/endpointAttachments",
"response": {
"$ref": "GoogleCloudApigeeV1ListEndpointAttachmentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"envgroups": {
"methods": {
"create": {
Expand Down Expand Up @@ -7440,7 +7563,7 @@
}
}
},
"revision": "20220127",
"revision": "20220205",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -9476,6 +9599,30 @@
},
"type": "object"
},
"GoogleCloudApigeeV1EndpointAttachment": {
"description": "Apigee Endpoint Attachment.",
"id": "GoogleCloudApigeeV1EndpointAttachment",
"properties": {
"host": {
"description": "Output only. Host that can be used in either HTTP Target Endpoint directly, or as the host in Target Server.",
"readOnly": true,
"type": "string"
},
"location": {
"description": "Required. Location of the endpoint attachment.",
"type": "string"
},
"name": {
"description": "Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.",
"type": "string"
},
"serviceAttachment": {
"description": "Format: projects/*/regions/*/serviceAttachments/*",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1EntityMetadata": {
"description": "Metadata common to many entities in this API.",
"id": "GoogleCloudApigeeV1EntityMetadata",
Expand Down Expand Up @@ -10523,6 +10670,24 @@
},
"type": "object"
},
"GoogleCloudApigeeV1ListEndpointAttachmentsResponse": {
"description": "Response for ListEndpointAttachments method.",
"id": "GoogleCloudApigeeV1ListEndpointAttachmentsResponse",
"properties": {
"endpointAttachments": {
"description": "Endpoint Attachments in the specified organization.",
"items": {
"$ref": "GoogleCloudApigeeV1EndpointAttachment"
},
"type": "array"
},
"nextPageToken": {
"description": "Page token that you can include in a ListEndpointAttachments request to retrieve the next page. If omitted, no subsequent pages exist.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse": {
"description": "Response for ListEnvironmentGroupAttachments.",
"id": "GoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse",
Expand Down