Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 19, 2024
1 parent f662ab7 commit 9622a0d
Show file tree
Hide file tree
Showing 39 changed files with 4,719 additions and 362 deletions.
22 changes: 21 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -4731,7 +4731,7 @@
}
}
},
"revision": "20240417",
"revision": "20240418",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7486,6 +7486,12 @@
},
"type": "object"
},
"OtherRecurringProduct": {
"description": "Details of a recurring external transaction product which doesn't belong to any other more specific category.",
"id": "OtherRecurringProduct",
"properties": {},
"type": "object"
},
"OtherRegionsBasePlanConfig": {
"description": "Pricing information for any new locations Play may launch in.",
"id": "OtherRegionsBasePlanConfig",
Expand Down Expand Up @@ -7524,6 +7530,10 @@
"$ref": "OtherRegionsSubscriptionOfferPhasePrices",
"description": "The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for any new locations Play may launch in."
},
"free": {
"$ref": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
"description": "Set to specify this offer is free to obtain."
},
"otherRegionsPrices": {
"$ref": "OtherRegionsSubscriptionOfferPhasePrices",
"description": "The absolute price the user pays for this offer phase. The price must not be smaller than the minimum price allowed for any new locations Play may launch in."
Expand All @@ -7536,6 +7546,12 @@
},
"type": "object"
},
"OtherRegionsSubscriptionOfferPhaseFreePriceOverride": {
"description": "Represents the free price override configuration for any new locations Play may launch for a single offer phase.",
"id": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
"properties": {},
"type": "object"
},
"OtherRegionsSubscriptionOfferPhasePrices": {
"description": "Pricing information for any new locations Play may launch in.",
"id": "OtherRegionsSubscriptionOfferPhasePrices",
Expand Down Expand Up @@ -7766,6 +7782,10 @@
"Alternative billing only, where users may only use developer-manager billing."
],
"type": "string"
},
"otherRecurringProduct": {
"$ref": "OtherRecurringProduct",
"description": "Details of a recurring external transaction product which doesn't belong to any other specific category."
}
},
"type": "object"
Expand Down
18 changes: 18 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

7 changes: 4 additions & 3 deletions appengine/v1/appengine-api.json
Expand Up @@ -1718,7 +1718,7 @@
}
}
},
"revision": "20240226",
"revision": "20240415",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -3290,8 +3290,9 @@
"type": "string"
},
"phase": {
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
"enum": [
"UNKNOWN",
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
"BEFORE_RESOURCE_HANDLING",
"AFTER_RESOURCE_HANDLING"
],
Expand All @@ -3308,7 +3309,7 @@
},
"state": {
"$ref": "ContainerState",
"description": "The state of the project that led to this event."
"description": "The state of the organization that led to this event."
}
},
"type": "object"
Expand Down
8 changes: 6 additions & 2 deletions appengine/v1/appengine-gen.go

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

7 changes: 4 additions & 3 deletions appengine/v1alpha/appengine-api.json
Expand Up @@ -946,7 +946,7 @@
}
}
},
"revision": "20240226",
"revision": "20240415",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"AuthorizedCertificate": {
Expand Down Expand Up @@ -1498,8 +1498,9 @@
"type": "string"
},
"phase": {
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
"enum": [
"UNKNOWN",
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
"BEFORE_RESOURCE_HANDLING",
"AFTER_RESOURCE_HANDLING"
],
Expand All @@ -1516,7 +1517,7 @@
},
"state": {
"$ref": "ContainerState",
"description": "The state of the project that led to this event."
"description": "The state of the organization that led to this event."
}
},
"type": "object"
Expand Down
8 changes: 6 additions & 2 deletions appengine/v1alpha/appengine-gen.go

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

7 changes: 4 additions & 3 deletions appengine/v1beta/appengine-api.json
Expand Up @@ -1918,7 +1918,7 @@
}
}
},
"revision": "20240226",
"revision": "20240415",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -3541,8 +3541,9 @@
"type": "string"
},
"phase": {
"description": "Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required",
"enum": [
"UNKNOWN",
"CONTAINER_EVENT_PHASE_UNSPECIFIED",
"BEFORE_RESOURCE_HANDLING",
"AFTER_RESOURCE_HANDLING"
],
Expand All @@ -3559,7 +3560,7 @@
},
"state": {
"$ref": "ContainerState",
"description": "The state of the project that led to this event."
"description": "The state of the organization that led to this event."
}
},
"type": "object"
Expand Down
8 changes: 6 additions & 2 deletions appengine/v1beta/appengine-gen.go

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

Expand Up @@ -107,6 +107,51 @@
"resources": {
"bidders": {
"resources": {
"auctionPackages": {
"methods": {
"list": {
"description": "List the auction packages. Buyers can use the URL path \"/v1/buyers/{accountId}/auctionPackages\" to list auction packages for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/auctionPackages\" to list auction packages for the bidder, its media planners, its buyers, and all their clients.",
"flatPath": "v1/bidders/{biddersId}/auctionPackages",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.bidders.auctionPackages.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
"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",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "The page token as returned. ListAuctionPackagesResponse.nextPageToken",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`.",
"location": "path",
"pattern": "^bidders/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/auctionPackages",
"response": {
"$ref": "ListAuctionPackagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/authorized-buyers-marketplace"
]
}
}
},
"finalizedDeals": {
"methods": {
"list": {
Expand Down Expand Up @@ -189,7 +234,7 @@
]
},
"list": {
"description": "List the auction packages subscribed by a buyer and its clients.",
"description": "List the auction packages. Buyers can use the URL path \"/v1/buyers/{accountId}/auctionPackages\" to list auction packages for the current buyer and its clients. Bidders can use the URL path \"/v1/bidders/{accountId}/auctionPackages\" to list auction packages for the bidder, its media planners, its buyers, and all their clients.",
"flatPath": "v1/buyers/{buyersId}/auctionPackages",
"httpMethod": "GET",
"id": "authorizedbuyersmarketplace.buyers.auctionPackages.list",
Expand All @@ -198,7 +243,7 @@
],
"parameters": {
"filter": {
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](https://developers.google.com/authorized-buyers/apis/guides/list-filters) Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
"description": "Optional. Optional query string using the [Cloud API list filtering syntax](/authorized-buyers/apis/guides/list-filters). Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds",
"location": "query",
"type": "string"
},
Expand All @@ -214,7 +259,7 @@
"type": "string"
},
"parent": {
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`",
"description": "Required. Name of the parent buyer that can access the auction package. Format: `buyers/{accountId}`. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format `bidders/{accountId}`.",
"location": "path",
"pattern": "^buyers/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1312,7 +1357,7 @@
}
}
},
"revision": "20240417",
"revision": "20240418",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -1420,18 +1465,42 @@
"description": "The display_name assigned to the auction package.",
"type": "string"
},
"eligibleSeatIds": {
"description": "Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"name": {
"description": "Immutable. The unique identifier for the auction package. Format: `buyers/{accountId}/auctionPackages/{auctionPackageId}` The auction_package_id part of name is sent in the BidRequest to all RTB bidders and is returned as deal_id by the bidder in the BidResponse.",
"type": "string"
},
"subscribedBuyers": {
"description": "Output only. The list of buyers that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder. Format: `buyers/{buyerAccountId}`",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"subscribedClients": {
"description": "Output only. The list of clients of the current buyer that are subscribed to the AuctionPackage. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`",
"description": "Output only. When calling as a buyer, the list of clients of the current buyer that are subscribed to the AuctionPackage. When calling as a bidder, the list of clients that are subscribed to the AuctionPackage owned by the bidder or its buyers. Format: `buyers/{buyerAccountId}/clients/{clientAccountId}`",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"subscribedMediaPlanners": {
"description": "Output only. The list of media planners that are subscribed to the AuctionPackage. This field is only populated when calling as a bidder.",
"items": {
"$ref": "MediaPlanner"
},
"readOnly": true,
"type": "array"
},
"updateTime": {
"description": "Output only. Time the auction package was last updated. This value is only increased when this auction package is updated but never when a buyer subscribed.",
"format": "google-datetime",
Expand Down

0 comments on commit 9622a0d

Please sign in to comment.