Skip to content

Commit c3f4828

Browse files
feat(all): auto-regenerate discovery clients (#2589)
1 parent 7d13175 commit c3f4828

File tree

14 files changed

+374
-282
lines changed

14 files changed

+374
-282
lines changed

adsense/v2/adsense-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
]
868868
},
869869
"list": {
870-
"description": "Lists all the policy issues for the specified account.",
870+
"description": "Lists all the policy issues where the specified account is involved, both directly and through any AFP child accounts.",
871871
"flatPath": "v2/accounts/{accountsId}/policyIssues",
872872
"httpMethod": "GET",
873873
"id": "adsense.accounts.policyIssues.list",
@@ -1912,7 +1912,7 @@
19121912
}
19131913
}
19141914
},
1915-
"revision": "20240324",
1915+
"revision": "20240515",
19161916
"rootUrl": "https://adsense.googleapis.com/",
19171917
"schemas": {
19181918
"Account": {

adsense/v2/adsense-gen.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidpublisher/v3/androidpublisher-api.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@
47314731
}
47324732
}
47334733
},
4734-
"revision": "20240514",
4734+
"revision": "20240515",
47354735
"rootUrl": "https://androidpublisher.googleapis.com/",
47364736
"schemas": {
47374737
"Abi": {
@@ -8145,6 +8145,20 @@
81458145
"properties": {},
81468146
"type": "object"
81478147
},
8148+
"RestrictedPaymentCountries": {
8149+
"description": "Countries where the purchase of this product is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed.",
8150+
"id": "RestrictedPaymentCountries",
8151+
"properties": {
8152+
"regionCodes": {
8153+
"description": "Required. Region codes to impose payment restrictions on, as defined by ISO 3166-2, e.g. \"US\".",
8154+
"items": {
8155+
"type": "string"
8156+
},
8157+
"type": "array"
8158+
}
8159+
},
8160+
"type": "object"
8161+
},
81488162
"Review": {
81498163
"description": "An Android app review.",
81508164
"id": "Review",
@@ -8480,6 +8494,10 @@
84808494
"description": "Immutable. Unique product ID of the product. Unique within the parent app. Product IDs must be composed of lower-case letters (a-z), numbers (0-9), underscores (_) and dots (.). It must start with a lower-case letter or number, and be between 1 and 40 (inclusive) characters in length.",
84818495
"type": "string"
84828496
},
8497+
"restrictedPaymentCountries": {
8498+
"$ref": "RestrictedPaymentCountries",
8499+
"description": "Optional. Countries where the purchase of this subscription is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed."
8500+
},
84838501
"taxAndComplianceSettings": {
84848502
"$ref": "SubscriptionTaxAndComplianceSettings",
84858503
"description": "Details about taxes and legal compliance."

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v1/compute-api.json

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -37421,7 +37421,7 @@
3742137421
}
3742237422
}
3742337423
},
37424-
"revision": "20240430",
37424+
"revision": "20240507",
3742537425
"rootUrl": "https://compute.googleapis.com/",
3742637426
"schemas": {
3742737427
"AWSV4Signature": {
@@ -39174,31 +39174,6 @@
3917439174
},
3917539175
"type": "object"
3917639176
},
39177-
"AuthorizationLoggingOptions": {
39178-
"description": "This is deprecated and has no effect. Do not use.",
39179-
"id": "AuthorizationLoggingOptions",
39180-
"properties": {
39181-
"permissionType": {
39182-
"description": "This is deprecated and has no effect. Do not use.",
39183-
"enum": [
39184-
"ADMIN_READ",
39185-
"ADMIN_WRITE",
39186-
"DATA_READ",
39187-
"DATA_WRITE",
39188-
"PERMISSION_TYPE_UNSPECIFIED"
39189-
],
39190-
"enumDescriptions": [
39191-
"This is deprecated and has no effect. Do not use.",
39192-
"This is deprecated and has no effect. Do not use.",
39193-
"This is deprecated and has no effect. Do not use.",
39194-
"This is deprecated and has no effect. Do not use.",
39195-
"This is deprecated and has no effect. Do not use."
39196-
],
39197-
"type": "string"
39198-
}
39199-
},
39200-
"type": "object"
39201-
},
3920239177
"Autoscaler": {
3920339178
"description": "Represents an Autoscaler resource. Google Compute Engine has two Autoscaler resources: * [Zonal](/compute/docs/reference/rest/v1/autoscalers) * [Regional](/compute/docs/reference/rest/v1/regionAutoscalers) Use autoscalers to automatically add or delete instances from a managed instance group according to your defined autoscaling policy. For more information, read Autoscaling Groups of Instances. For zonal managed instance groups resource, use the autoscaler resource. For regional managed instance groups, use the regionAutoscalers resource.",
3920439179
"id": "Autoscaler",
@@ -56603,10 +56578,6 @@
5660356578
"description": "This is deprecated and has no effect. Do not use.",
5660456579
"id": "LogConfigCloudAuditOptions",
5660556580
"properties": {
56606-
"authorizationLoggingOptions": {
56607-
"$ref": "AuthorizationLoggingOptions",
56608-
"description": "This is deprecated and has no effect. Do not use."
56609-
},
5661056581
"logName": {
5661156582
"description": "This is deprecated and has no effect. Do not use.",
5661256583
"enum": [

compute/v1/compute-gen.go

Lines changed: 8 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

osconfig/v1/osconfig-api.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,11 @@
442442
"pattern": "^projects/[^/]+/locations/[^/]+$",
443443
"required": true,
444444
"type": "string"
445+
},
446+
"requestId": {
447+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.",
448+
"location": "query",
449+
"type": "string"
445450
}
446451
},
447452
"path": "v1/{+parent}/osPolicyAssignments",
@@ -470,6 +475,11 @@
470475
"pattern": "^projects/[^/]+/locations/[^/]+/osPolicyAssignments/[^/]+$",
471476
"required": true,
472477
"type": "string"
478+
},
479+
"requestId": {
480+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.",
481+
"location": "query",
482+
"type": "string"
473483
}
474484
},
475485
"path": "v1/{+name}",
@@ -586,13 +596,23 @@
586596
"name"
587597
],
588598
"parameters": {
599+
"allowMissing": {
600+
"description": "Optional. If set to true, and the OS policy assignment is not found, a new OS policy assignment will be created. In this situation, `update_mask` is ignored.",
601+
"location": "query",
602+
"type": "boolean"
603+
},
589604
"name": {
590605
"description": "Resource name. Format: `projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id}` This field is ignored when you create an OS policy assignment.",
591606
"location": "path",
592607
"pattern": "^projects/[^/]+/locations/[^/]+/osPolicyAssignments/[^/]+$",
593608
"required": true,
594609
"type": "string"
595610
},
611+
"requestId": {
612+
"description": "Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a `request_id` is provided.",
613+
"location": "query",
614+
"type": "string"
615+
},
596616
"updateMask": {
597617
"description": "Optional. Field mask that controls which fields of the assignment should be updated.",
598618
"format": "google-fieldmask",
@@ -1063,7 +1083,7 @@
10631083
}
10641084
}
10651085
},
1066-
"revision": "20240407",
1086+
"revision": "20240512",
10671087
"rootUrl": "https://osconfig.googleapis.com/",
10681088
"schemas": {
10691089
"AptSettings": {

osconfig/v1/osconfig-gen.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)