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 #2482

Merged
merged 1 commit into from Mar 20, 2024
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
12 changes: 11 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -4279,6 +4279,11 @@
"location": "query",
"type": "string"
},
"includeQuantityBasedPartialRefund": {
"description": "Optional. Whether to include voided purchases of quantity-based partial refunds, which are applicable only to multi-quantity purchases. If true, additional voided purchases may be returned with voidedQuantity that indicates the refund quantity of a quantity-based partial refund. The default value is false.",
"location": "query",
"type": "boolean"
},
"maxResults": {
"description": "Defines how many results the list operation should return. The default number depends on the resource collection.",
"format": "uint32",
Expand Down Expand Up @@ -4726,7 +4731,7 @@
}
}
},
"revision": "20240318",
"revision": "20240319",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -9744,6 +9749,11 @@
"description": "The token which uniquely identifies a one-time purchase or subscription. To uniquely identify subscription renewals use order_id (available starting from version 3 of the API).",
"type": "string"
},
"voidedQuantity": {
"description": "The voided quantity as the result of a quantity-based partial refund. Voided purchases of quantity-based partial refunds may only be returned when includeQuantityBasedPartialRefund is set to true.",
"format": "int32",
"type": "integer"
},
"voidedReason": {
"description": "The reason why the purchase was voided, possible values are: 0. Other 1. Remorse 2. Not_received 3. Defective 4. Accidental_purchase 5. Fraud 6. Friendly_fraud 7. Chargeback",
"format": "int32",
Expand Down
23 changes: 23 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.

4 changes: 2 additions & 2 deletions api-list.json
Expand Up @@ -3942,7 +3942,7 @@
"name": "marketingplatformadmin",
"version": "v1alpha",
"title": "Google Marketing Platform Admin API",
"description": "marketingplatformadmin.googleapis.com API.",
"description": "The Google Marketing Platform Admin API allows for programmatic access to the Google Marketing Platform configuration data. You can use the Google Marketing Platform Admin API to manage links between your Google Marketing Platform organization and Google Analytics accounts, set the service level of your GA4 properties.",
"discoveryRestUrl": "https://marketingplatformadmin.googleapis.com/$discovery/rest?version=v1alpha",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down Expand Up @@ -5824,7 +5824,7 @@
"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://developers.google.com/cloud-test-lab/",
"documentationLink": "https://firebase.google.com/docs/test-lab/",
"preferred": true
},
{
Expand Down
21 changes: 20 additions & 1 deletion apigee/v1/apigee-api.json
Expand Up @@ -10013,7 +10013,7 @@
}
}
},
"revision": "20240312",
"revision": "20240318",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -10115,6 +10115,21 @@
},
"type": "object"
},
"GoogleCloudApigeeV1AccessLoggingConfig": {
"description": "Access logging configuration enables customers to ship the access logs from the tenant projects to their own project's cloud logging. The feature is at the instance level ad disabled by default. It can be enabled during CreateInstance or UpdateInstance.",
"id": "GoogleCloudApigeeV1AccessLoggingConfig",
"properties": {
"enabled": {
"description": "Optional. Boolean flag that specifies whether the customer access log feature is enabled.",
"type": "boolean"
},
"filter": {
"description": "Optional. Ship the access log entries that match the status_code defined in the filter. The status_code is the only expected/supported filter field. (Ex: status_code) The filter will parse it to the Common Expression Language semantics for expression evaluation to build the filter condition. (Ex: \"filter\": status_code \u003e= 200 \u0026\u0026 status_code \u003c 300 )",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1AccessRemove": {
"description": "Remove action. For example, \"Remove\" : { \"name\" : \"target.name\", \"success\" : true }",
"id": "GoogleCloudApigeeV1AccessRemove",
Expand Down Expand Up @@ -13583,6 +13598,10 @@
"description": "Apigee runtime instance.",
"id": "GoogleCloudApigeeV1Instance",
"properties": {
"accessLoggingConfig": {
"$ref": "GoogleCloudApigeeV1AccessLoggingConfig",
"description": "Optional. Access logging configuration enables the access logging feature at the instance. Apigee customers can enable access logging to ship the access logs to their own project's cloud logging."
},
"consumerAcceptList": {
"description": "Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.",
"items": {
Expand Down
51 changes: 49 additions & 2 deletions apigee/v1/apigee-gen.go

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

4 changes: 2 additions & 2 deletions clouderrorreporting/v1beta1/clouderrorreporting-api.json
Expand Up @@ -214,7 +214,7 @@
]
},
"report": {
"description": "Report an individual error event and record the event to a log. This endpoint accepts **either** an OAuth token, **or** an [API key](https://support.google.com/cloud/answer/6158862) for authentication. To use an API key, append it to the URL as the value of a `key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456` **Note:** [Error Reporting] (https://cloud.google.com/error-reporting) is a global service built on Cloud Logging and doesn't analyze logs stored in regional log buckets or logs routed to other Google Cloud projects.",
"description": "Report an individual error event and record the event to a log. This endpoint accepts **either** an OAuth token, **or** an [API key](https://support.google.com/cloud/answer/6158862) for authentication. To use an API key, append it to the URL as the value of a `key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456` **Note:** [Error Reporting] (https://cloud.google.com/error-reporting) is a global service built on Cloud Logging and doesn't analyze logs stored in regional log buckets.",
"flatPath": "v1beta1/projects/{projectsId}/events:report",
"httpMethod": "POST",
"id": "clouderrorreporting.projects.events.report",
Expand Down Expand Up @@ -431,7 +431,7 @@
}
}
},
"revision": "20231106",
"revision": "20240315",
"rootUrl": "https://clouderrorreporting.googleapis.com/",
"schemas": {
"DeleteEventsResponse": {
Expand Down
4 changes: 2 additions & 2 deletions clouderrorreporting/v1beta1/clouderrorreporting-gen.go

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