8000 feat(all): auto-regenerate discovery clients (#2653) · googleapis/google-api-go-client@bc370a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc370a7

Browse files
feat(all): auto-regenerate discovery clients (#2653)
1 parent ddb2d15 commit bc370a7

16 files changed

+242
-119
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
],
246246
"parameters": {
247247
"name": {
248-
"description": "Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/{access_policy}`",
248+
"description": "Output only. Identifier. Resource name of the `AccessPolicy`. Format: `accessPolicies/{access_policy}`",
249249
"location": "path",
250250
"pattern": "^accessPolicies/[^/]+$",
251251
"required": true,
@@ -483,7 +483,7 @@
483483
],
484484
"parameters": {
485485
"name": {
486-
"description": "Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
486+
"description": "Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
487487
"location": "path",
488488
"pattern": "^accessPolicies/[^/]+/accessLevels/[^/]+$",
489489
"required": true,
@@ -691,7 +691,7 @@
691691
],
692692
"parameters": {
693693
"name": {
694-
"description": "Resource name for the `AuthorizedOrgsDesc`. Format: `accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`. The `authorized_orgs_desc` component must begin with a letter, followed by alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you cannot change its `name`.",
694+
"description": "Identifier. Resource name for the `AuthorizedOrgsDesc`. Format: `accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`. The `authorized_orgs_desc` component must begin with a letter, followed by alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you cannot change its `name`.",
695695
"location": "path",
696696
"pattern": "^accessPolicies/[^/]+/authorizedOrgsDescs/[^/]+$",
697697
"required": true,
@@ -871,7 +871,7 @@
871871
],
872872
"parameters": {
873873
"name": {
874-
"description": "Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
874+
"description": "Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
875875
"location": "path",
876876
"pattern": "^accessPolicies/[^/]+/servicePerimeters/[^/]+$",
877877
"required": true,
@@ -1290,7 +1290,7 @@
12901290
}
12911291
}
12921292
},
1293-
"revision": "20240429",
1293+
"revision": "20240623",
12941294
"rootUrl": "https://accesscontextmanager.googleapis.com/",
12951295
"schemas": {
12961296
"AccessContextManagerOperationMetadata": {
@@ -1316,7 +1316,7 @@
13161316
"type": "string"
13171317
},
13181318
"name": {
1319-
"description": "Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
1319+
"description": "Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.",
13201320
"type": "string"
13211321
},
13221322
"title": {
@@ -1331,11 +1331,11 @@
13311331
"id": "AccessPolicy",
13321332
"properties": {
13331333
"etag": {
1334-
"description": "Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Polices will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.",
1334+
"description": "Output only. An opaque identifier for the current version of the `AccessPolicy`. This will always be a strongly validated etag, meaning that two Access Policies will be identical if and only if their etags are identical. Clients should not expect this to be in any specific format.",
13351335
"type": "string"
13361336
},
13371337
"name": {
1338-
"description": "Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/{access_policy}`",
1338+
"description": "Output only. Identifier. Resource name of the `AccessPolicy`. Format: `accessPolicies/{access_policy}`",
13391339
"type": "string"
13401340
},
13411341
"parent": {
@@ -1482,7 +1482,7 @@
14821482
"type": "string"
14831483
},
14841484
"name": {
1485-
"description": "Resource name for the `AuthorizedOrgsDesc`. Format: `accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`. The `authorized_orgs_desc` component must begin with a letter, followed by alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you cannot change its `name`.",
1485+
"description": "Identifier. Resource name for the `AuthorizedOrgsDesc`. Format: `accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`. The `authorized_orgs_desc` component must begin with a letter, followed by alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you cannot change its `name`.",
14861486
"type": "string"
14871487
},
14881488
"orgs": {
@@ -2303,7 +2303,7 @@
23032303
"type": "string"
23042304
},
23052305
"name": {
2306-
"description": "Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
2306+
"description": "Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter, followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.",
23072307
"type": "string"
23082308
},
23092309
"perimeterType": {
@@ -2442,6 +2442,22 @@
24422442
"description": "The service name or address of the supported service, such as `service.googleapis.com`.",
24432443
"type": "string"
24442444
},
2445+
"serviceSupportStage": {
2446+
"description": "The support stage of the service.",
2447+
"enum": [
2448+
"SERVICE_SUPPORT_STAGE_UNSPECIFIED",
2449+
"GA",
2450+
"PREVIEW",
2451+
"DEPRECATED"
2452+
],
2453+
"enumDescriptions": [
2454+
"Do not use this default value.",
2455+
"GA features are open to all developers and are considered stable and fully qualified for production use.",
2456+
"PREVIEW indicates a pre-release stage where the product is functionally complete but undergoing real-world testing.",
2457+
"Deprecated features are scheduled to be shut down and removed."
2458+
],
2459+
"type": "string"
2460+
},
24452461
"supportStage": {
24462462
"description": "The support stage of the service.",
24472463
"enum": [

accesscontextmanager/v1/accesscontextmanager-gen.go

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

androidenterprise/v1/androidenterprise-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@
26492649
}
26502650
}
26512651
},
2652-
"revision": "20240424",
2652+
"revision": "20240619",
26532653
"rootUrl": "https://androidenterprise.googleapis.com/",
26542654
"schemas": {
26552655
"Administrator": {
@@ -3673,7 +3673,7 @@
36733673
"type": "object"
36743674
},
36753675
"ManagedConfiguration": {
3676-
"description": "A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.",
3676+
"description": " *Deprecated:* New integrations cannot use this method and can refer to our new recommendations. A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user.",
36773677
"id": "ManagedConfiguration",
36783678
"properties": {
36793679
"configurationVariables": {
@@ -4725,7 +4725,7 @@
47254725
"type": "object"
47264726
},
47274727
"StorePage": {
4728-
"description": "Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection. *Deprecated* The managed Google Play Store homepage shows all apps listed in the Devices policy. If IT admins want to customize the homepage layout, they can organize apps into collections in the managed Google Play iframe.",
4728+
"description": "Definition of a managed Google Play store page, made of a localized name and links to other pages. A page also contains clusters defined as a subcollection.",
47294729
"id": "StorePage",
47304730
"properties": {
47314731
"id": {

androidenterprise/v1/androidenterprise-gen.go

Lines changed: 6 additions & 8 deletions
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@
47314731
}
47324732
}
47334733
},
4734-
"revision": "20240611",
4734+
"revision": "20240624",
47354735
"rootUrl": "https://androidpublisher.googleapis.com/",
47364736
"schemas": {
47374737
"Abi": {
@@ -6298,6 +6298,11 @@
62986298
"description": "Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.",
62996299
"readOnly": true
63006300
},
6301+
"transactionProgramCode": {
6302+
"description": "Optional. The transaction program code, used to help determine service fee for apps partcipating in special partner programs. This field can not be used for external offers transactions. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing external transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field.",
6303+
"format": "int32",
6304+
"type": "integer"
6305+
},
63016306
"transactionState": {
63026307
"description": "Output only. The current state of the transaction.",
63036308
"enum": [

androidpublisher/v3/androidpublisher-gen.go

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

classroom/v1/classroom-api.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,10 +3787,6 @@
37873787
"Student chose to \"unsubmit\" the assignment."
37883788
],
37893789
"type": "string"
3790-
},
3791-
"userId": {
3792-
"description": "Identifier for the student that owns this submission. This field is part of an experimental API change and is populated only if sufficient scopes are granted.",
3793-
"type": "string"
37943790
}
37953791
},
37963792
"type": "object"

classroom/v1/classroom-gen.go

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

0 commit comments

Comments
 (0)
0