Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 9, 2024
1 parent 887c564 commit a784ae0
Show file tree
Hide file tree
Showing 30 changed files with 530 additions and 132 deletions.
23 changes: 22 additions & 1 deletion admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240429",
"revision": "20240507",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -5688,6 +5688,14 @@
"readOnly": true,
"type": "string"
},
"fanInfo": {
"description": "Output only. Fan information for the device.",
"items": {
"$ref": "FanInfo"
},
"readOnly": true,
"type": "array"
},
"firmwareVersion": {
"description": "The Chrome device's firmware version.",
"type": "string"
Expand Down Expand Up @@ -6432,6 +6440,19 @@
},
"type": "object"
},
"FanInfo": {
"description": "Information about the device's fan.",
"id": "FanInfo",
"properties": {
"speedRpm": {
"description": "Output only. Fan speed in RPM.",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"Feature": {
"description": "JSON template for Feature object in Directory API.",
"id": "Feature",
Expand Down
24 changes: 24 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.

9 changes: 8 additions & 1 deletion apigee/v1/apigee-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -10045,7 +10045,7 @@
}
}
},
"revision": "20240419",
"revision": "20240507",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -16738,6 +16738,13 @@
},
"type": "array"
},
"httpMethods": {
"description": "Optional. Act only on particular HTTP methods. E.g. A read-only API can block POST/PUT/DELETE methods. Accepted values are: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE and PATCH.",
"items": {
"type": "string"
},
"type": "array"
},
"ipAddressRanges": {
"description": "Optional. A list of IP addresses. This could be either IPv4 or IPv6. Limited to 100 per action.",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions apigee/v1/apigee-gen.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. An optional query string to sort auction packages using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Requested page size. The server may return fewer results than requested. Max allowed page size is 500.",
"format": "int32",
Expand Down Expand Up @@ -169,7 +174,7 @@
"type": "string"
},
"orderBy": {
"description": "An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc'",
"description": "An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -247,6 +252,11 @@
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. An optional query string to sort auction packages using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Requested page size. The server may return fewer results than requested. Max allowed page size is 500.",
"format": "int32",
Expand Down Expand Up @@ -822,7 +832,7 @@
"type": "string"
},
"orderBy": {
"description": "An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc'",
"description": "An optional query string to sort finalized deals using the [Cloud API sorting syntax](https://cloud.google.com/apis/design/design_patterns#sorting_order). If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1357,7 +1367,7 @@
}
}
},
"revision": "20240418",
"revision": "20240508",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -2383,13 +2393,22 @@
"type": "object"
},
"MarketplaceTargeting": {
"description": "Targeting represents different criteria that can be used to target inventory. For example, they can choose to target inventory only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise.",
"description": "Targeting represents different criteria that can be used to target deals or auction packages. For example, they can choose to target inventory only if the user is in the US. Multiple types of targeting are always applied as a logical AND, unless noted otherwise.",
"id": "MarketplaceTargeting",
"properties": {
"daypartTargeting": {
"$ref": "DayPartTargeting",
"description": "Daypart targeting information."
},
"excludedSensitiveCategoryIds": {
"description": "Output only. The sensitive content category label IDs excluded. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.",
"items": {
"format": "int64",
"type": "string"
},
"readOnly": true,
"type": "array"
},
"geoTargeting": {
"$ref": "CriteriaTargeting",
"description": "Output only. Geo criteria IDs to be included/excluded.",
Expand Down Expand Up @@ -2419,6 +2438,11 @@
"$ref": "CriteriaTargeting",
"description": "Buyer user list targeting information. User lists can be uploaded using https://developers.google.com/authorized-buyers/rtb/bulk-uploader."
},
"verticalTargeting": {
"$ref": "CriteriaTargeting",
"description": "Output only. The verticals included or excluded as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals",
"readOnly": true
},
"videoTargeting": {
"$ref": "VideoTargeting",
"description": "Output only. Video targeting information.",
Expand Down
39 changes: 34 additions & 5 deletions authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

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

12 changes: 6 additions & 6 deletions chat/v1/chat-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "Import spaces, messages, and memberships into Google Chat."
},
"https://www.googleapis.com/auth/chat.memberships": {
"description": "View, add, and remove members from conversations in Google Chat"
"description": "View, add, update, and remove members from conversations in Google Chat"
},
"https://www.googleapis.com/auth/chat.memberships.app": {
"description": "Add and remove itself from conversations in Google Chat"
Expand Down Expand Up @@ -595,7 +595,7 @@
]
},
"patch": {
"description": "Updates a membership. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"description": "Updates a membership. For an example, see [Update a user's membership in a space](https://developers.google.com/workspace/chat/update-members). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"flatPath": "v1/spaces/{spacesId}/members/{membersId}",
"httpMethod": "PATCH",
"id": "chat.spaces.members.patch",
Expand Down Expand Up @@ -1119,7 +1119,7 @@
"spaces": {
"methods": {
"getSpaceReadState": {
"description": "Returns details about a user's read state within a space, used to identify read and unread messages. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"description": "Returns details about a user's read state within a space, used to identify read and unread messages. For an example, see [Get details about a user's space read state](https://developers.google.com/workspace/chat/get-space-read-state). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"flatPath": "v1/users/{usersId}/spaces/{spacesId}/spaceReadState",
"httpMethod": "GET",
"id": "chat.users.spaces.getSpaceReadState",
Expand All @@ -1145,7 +1145,7 @@
]
},
"updateSpaceReadState": {
"description": "Updates a user's read state within a space, used to identify read and unread messages. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"description": "Updates a user's read state within a space, used to identify read and unread messages. For an example, see [Update a user's space read state](https://developers.google.com/workspace/chat/update-space-read-state). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"flatPath": "v1/users/{usersId}/spaces/{spacesId}/spaceReadState",
"httpMethod": "PATCH",
"id": "chat.users.spaces.updateSpaceReadState",
Expand Down Expand Up @@ -1183,7 +1183,7 @@
"threads": {
"methods": {
"getThreadReadState": {
"description": "Returns details about a user's read state within a thread, used to identify read and unread messages. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"description": "Returns details about a user's read state within a thread, used to identify read and unread messages. For an example, see [Get details about a user's thread read state](https://developers.google.com/workspace/chat/get-thread-read-state). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).",
"flatPath": "v1/users/{usersId}/spaces/{spacesId}/threads/{threadsId}/threadReadState",
"httpMethod": "GET",
"id": "chat.users.spaces.threads.getThreadReadState",
Expand Down Expand Up @@ -1215,7 +1215,7 @@
}
}
},
"revision": "20240423",
"revision": "20240507",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"AccessoryWidget": {
Expand Down

0 comments on commit a784ae0

Please sign in to comment.