Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2589)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 16, 2024
1 parent 7d13175 commit c3f4828
Show file tree
Hide file tree
Showing 14 changed files with 374 additions and 282 deletions.
4 changes: 2 additions & 2 deletions adsense/v2/adsense-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
]
},
"list": {
"description": "Lists all the policy issues for the specified account.",
"description": "Lists all the policy issues where the specified account is involved, both directly and through any AFP child accounts.",
"flatPath": "v2/accounts/{accountsId}/policyIssues",
"httpMethod": "GET",
"id": "adsense.accounts.policyIssues.list",
Expand Down Expand Up @@ -1912,7 +1912,7 @@
}
}
},
"revision": "20240324",
"revision": "20240515",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down
3 changes: 2 additions & 1 deletion adsense/v2/adsense-gen.go

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

20 changes: 19 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,7 @@
}
}
},
"revision": "20240514",
"revision": "20240515",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -8145,6 +8145,20 @@
"properties": {},
"type": "object"
},
"RestrictedPaymentCountries": {
"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.",
"id": "RestrictedPaymentCountries",
"properties": {
"regionCodes": {
"description": "Required. Region codes to impose payment restrictions on, as defined by ISO 3166-2, e.g. \"US\".",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Review": {
"description": "An Android app review.",
"id": "Review",
Expand Down Expand Up @@ -8480,6 +8494,10 @@
"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.",
"type": "string"
},
"restrictedPaymentCountries": {
"$ref": "RestrictedPaymentCountries",
"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."
},
"taxAndComplianceSettings": {
"$ref": "SubscriptionTaxAndComplianceSettings",
"description": "Details about taxes and legal compliance."
Expand Down
29 changes: 29 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.

31 changes: 1 addition & 30 deletions compute/v1/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -37421,7 +37421,7 @@
}
}
},
"revision": "20240430",
"revision": "20240507",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -39174,31 +39174,6 @@
},
"type": "object"
},
"AuthorizationLoggingOptions": {
"description": "This is deprecated and has no effect. Do not use.",
"id": "AuthorizationLoggingOptions",
"properties": {
"permissionType": {
"description": "This is deprecated and has no effect. Do not use.",
"enum": [
"ADMIN_READ",
"ADMIN_WRITE",
"DATA_READ",
"DATA_WRITE",
"PERMISSION_TYPE_UNSPECIFIED"
],
"enumDescriptions": [
"This is deprecated and has no effect. Do not use.",
"This is deprecated and has no effect. Do not use.",
"This is deprecated and has no effect. Do not use.",
"This is deprecated and has no effect. Do not use.",
"This is deprecated and has no effect. Do not use."
],
"type": "string"
}
},
"type": "object"
},
"Autoscaler": {
"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.",
"id": "Autoscaler",
Expand Down Expand Up @@ -56603,10 +56578,6 @@
"description": "This is deprecated and has no effect. Do not use.",
"id": "LogConfigCloudAuditOptions",
"properties": {
"authorizationLoggingOptions": {
"$ref": "AuthorizationLoggingOptions",
"description": "This is deprecated and has no effect. Do not use."
},
"logName": {
"description": "This is deprecated and has no effect. Do not use.",
"enum": [
Expand Down
50 changes: 8 additions & 42 deletions compute/v1/compute-gen.go

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

22 changes: 21 additions & 1 deletion osconfig/v1/osconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"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.",
"location": "query",
"type": "string"
}
},
"path": "v1/{+parent}/osPolicyAssignments",
Expand Down Expand Up @@ -470,6 +475,11 @@
"pattern": "^projects/[^/]+/locations/[^/]+/osPolicyAssignments/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"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.",
"location": "query",
"type": "string"
}
},
"path": "v1/{+name}",
Expand Down Expand Up @@ -586,13 +596,23 @@
"name"
],
"parameters": {
"allowMissing": {
"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.",
"location": "query",
"type": "boolean"
},
"name": {
"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.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/osPolicyAssignments/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"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.",
"location": "query",
"type": "string"
},
"updateMask": {
"description": "Optional. Field mask that controls which fields of the assignment should be updated.",
"format": "google-fieldmask",
Expand Down Expand Up @@ -1063,7 +1083,7 @@
}
}
},
"revision": "20240407",
"revision": "20240512",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
Expand Down
32 changes: 32 additions & 0 deletions osconfig/v1/osconfig-gen.go

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

0 comments on commit c3f4828

Please sign in to comment.