Skip to content

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

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

Merged
merged 1 commit into from
Apr 5, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion healthcare/v1/healthcare-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
"name"
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
"location": "query",
"repeated": true,
"type": "string"
},
"filter": {
"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).",
"location": "query",
Expand Down Expand Up @@ -5088,7 +5094,7 @@
}
}
},
"revision": "20250219",
"revision": "20250327",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"AccessDeterminationLogConfig": {
Expand Down
8 changes: 8 additions & 0 deletions healthcare/v1/healthcare-gen.go

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

8 changes: 7 additions & 1 deletion healthcare/v1beta1/healthcare-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
"name"
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
"location": "query",
"repeated": true,
"type": "string"
},
"filter": {
"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).",
"location": "query",
Expand Down Expand Up @@ -6011,7 +6017,7 @@
}
}
},
"revision": "20250306",
"revision": "20250327",
"rootUrl": "https://healthcare.googleapis.com/",
"schemas": {
"AccessDeterminationLogConfig": {
Expand Down
8 changes: 8 additions & 0 deletions healthcare/v1beta1/healthcare-gen.go

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

30 changes: 23 additions & 7 deletions merchantapi/accounts_v1beta/merchantapi-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"accounts": {
"methods": {
"createAndConfigure": {
"description": "Creates a standalone Merchant Center account with additional configuration. Adds the user that makes the request as an admin for the new account.",
"description": "Creates a Merchant Center account with additional configuration. Adds the user that makes the request as an admin for the new account.",
"flatPath": "accounts/v1beta/accounts:createAndConfigure",
"httpMethod": "POST",
"id": "merchantapi.accounts.createAndConfigure",
Expand Down Expand Up @@ -1119,7 +1119,7 @@
],
"parameters": {
"name": {
"description": "Required. The name of the shipping setting to retrieve. Format: `accounts/{account}/shippingsetting`",
"description": "Required. The name of the shipping setting to retrieve. Format: `accounts/{account}/shippingsettings`",
"location": "path",
"pattern": "^accounts/[^/]+/shippingSettings$",
"required": true,
Expand Down Expand Up @@ -1176,7 +1176,7 @@
],
"parameters": {
"name": {
"description": "Required. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}`",
"description": "Required. The resource name of the terms of service version. Format: `accounts/{account}/termsOfServiceAgreementStates/{identifier}` The identifier format is: `{TermsOfServiceKind}-{country}`",
"location": "path",
"pattern": "^accounts/[^/]+/termsOfServiceAgreementStates/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1476,7 +1476,7 @@
}
}
},
"revision": "20250319",
"revision": "20250403",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
"Accepted": {
Expand Down Expand Up @@ -2662,6 +2662,22 @@
"$ref": "RestockingFee",
"description": "Optional. The restocking fee that applies to all return reason categories. This would be treated as a free restocking fee if the value is not set."
},
"returnLabelSource": {
"description": "The field specifies the return label source. This field is required when return method is BY_MAIL.",
"enum": [
"RETURN_LABEL_SOURCE_UNSPECIFIED",
"DOWNLOAD_AND_PRINT",
"IN_THE_PACKAGE",
"CUSTOMER_RESPONSIBILITY"
],
"enumDescriptions": [
"Default value. This value is unused.",
"Download and print.",
"Label include in the package.",
"Customer to provide."
],
"type": "string"
},
"returnMethods": {
"description": "Optional. The return methods of how customers can return an item. This value is required to not be empty unless the type of return policy is noReturns.",
"items": {
Expand Down Expand Up @@ -3325,15 +3341,15 @@
"type": "object"
},
"ShippingSettings": {
"description": "The merchant account's [shipping setting](https://support.google.com/merchants/answer/6069284).",
"description": "The merchant account's [shipping settings](https://support.google.com/merchants/answer/6069284).",
"id": "ShippingSettings",
"properties": {
"etag": {
"description": "Required. This field is used for avoid async issue. Make sure shipping setting data didn't change between get call and insert call. The user should do following steps: 1. Set etag field as empty string for initial shipping setting creation. 2. After initial creation, call get method to obtain an etag and current shipping setting data before call insert. 3. Modify to wanted shipping setting information. 4. Call insert method with the wanted shipping setting information with the etag obtained from step 2. 5. If shipping setting data changed between step 2 and step 4. Insert request will fail because the etag changes every time the shipping setting data changes. User should repeate step 2-4 with the new etag.",
"type": "string"
},
"name": {
"description": "Identifier. The resource name of the shipping setting. Format: `accounts/{account}/shippingSetting`",
"description": "Identifier. The resource name of the shipping settings. Format: `accounts/{account}/shippingSettings`",
"type": "string"
},
"services": {
Expand Down Expand Up @@ -3449,7 +3465,7 @@
"type": "object"
},
"TermsOfService": {
"description": "The `TermsOfService` message represents a specific version of the terms of service that merchants must accept to access certain features or services (see https://support.google.com/merchants/answer/160173). This message is important for the onboarding process, ensuring that merchants agree to the necessary legal agreements for using the service. Merchants can retrieve the latest terms of service for a given `kind` and `region` through `RetrieveLatestTermsOfService`, and accept them as required through `AcceptTermsOfService`.",
"description": "The `TermsOfService` message represents a specific version of the terms of service that merchants must accept to access certain features or services. For more information, see [Terms of Service](https://support.google.com/merchants/answer/160173). This message is important for the onboarding process, ensuring that merchants agree to the necessary legal agreements for using the service. Merchants can retrieve the latest terms of service for a given `kind` and `region` through `RetrieveLatestTermsOfService`, and accept them as required through `AcceptTermsOfService`.",
"id": "TermsOfService",
"properties": {
"external": {
Expand Down
29 changes: 19 additions & 10 deletions merchantapi/accounts_v1beta/merchantapi-gen.go

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

26 changes: 25 additions & 1 deletion merchantapi/products_v1beta/merchantapi-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
}
}
},
"revision": "20250401",
"revision": "20250403",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
"Attributes": {
Expand Down Expand Up @@ -731,6 +731,25 @@
},
"type": "object"
},
"AutomatedDiscounts": {
"description": "Information regarding Automated Discounts.",
"id": "AutomatedDiscounts",
"properties": {
"gadPrice": {
"$ref": "Price",
"description": "The current sale price for products with a price optimized using Google Automated Discounts (GAD). Absent if the information about the GAD_price of the product is not available."
},
"priorPrice": {
"$ref": "Price",
"description": "The price prior to the application of the first price reduction Absent if the information about the prior price of the product is not available."
},
"priorPriceProgressive": {
"$ref": "Price",
"description": "The price prior to the application of consecutive price reductions Absent if the information about the prior price of the product is not available."
}
},
"type": "object"
},
"Certification": {
"description": "Product [certification](https://support.google.com/merchants/answer/13528839), initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.",
"id": "Certification",
Expand Down Expand Up @@ -1206,6 +1225,11 @@
"description": "Output only. A list of product attributes.",
"readOnly": true
},
"automatedDiscounts": {
"$ref": "AutomatedDiscounts",
"description": "Output only. The automated discounts information for the product.",
"readOnly": true
},
"channel": {
"description": "Output only. The [channel](https://support.google.com/merchants/answer/7361332) of the product.",
"enum": [
Expand Down
35 changes: 35 additions & 0 deletions merchantapi/products_v1beta/merchantapi-gen.go

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

Loading