Skip to content

Commit 1c955e8

Browse files
feat(all): auto-regenerate discovery clients (#1913)
1 parent 7f87838 commit 1c955e8

File tree

463 files changed

+17880
-2197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

463 files changed

+17880
-2197
lines changed

abusiveexperiencereport/v1/abusiveexperiencereport-gen.go

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

acceleratedmobilepageurl/v1/acceleratedmobilepageurl-gen.go

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

accessapproval/v1/accessapproval-gen.go

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

accesscontextmanager/v1/accesscontextmanager-gen.go

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

accesscontextmanager/v1beta/accesscontextmanager-gen.go

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

acmedns/v1/acmedns-gen.go

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

adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

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

adexperiencereport/v1/adexperiencereport-gen.go

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

admin/datatransfer/v1/admin-gen.go

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

admin/directory/v1/admin-api.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3284,6 +3284,11 @@
32843284
"required": true,
32853285
"type": "string"
32863286
},
3287+
"includeIndirectRoleAssignments": {
3288+
"description": "When set to `true`, fetches indirect role assignments (i.e. role assignment via a group) as well as direct ones. Defaults to `false`. You must specify `user_key` or the indirect role assignments will not be included.",
3289+
"location": "query",
3290+
"type": "boolean"
3291+
},
32873292
"maxResults": {
32883293
"description": "Maximum number of results to return.",
32893294
"format": "int32",
@@ -4630,7 +4635,7 @@
46304635
}
46314636
}
46324637
},
4633-
"revision": "20230314",
4638+
"revision": "20230316",
46344639
"rootUrl": "https://admin.googleapis.com/",
46354640
"schemas": {
46364641
"Alias": {
@@ -7175,6 +7180,19 @@
71757180
"description": "The unique ID of the entity this role is assigned to—either the `user_id` of a user or the `uniqueId` of a service account, as defined in [Identity and Access Management (IAM)](https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts).",
71767181
"type": "string"
71777182
},
7183+
"assigneeType": {
7184+
"description": "Output only. The type of the assignee (`USER` or `GROUP`).",
7185+
"enum": [
7186+
"user",
7187+
"group"
7188+
],
7189+
"enumDescriptions": [
7190+
"An individual user within the domain.",
7191+
"A group within the domain."
7192+
],
7193+
"readOnly": true,
7194+
"type": "string"
7195+
},
71787196
"etag": {
71797197
"description": "ETag of the resource.",
71807198
"type": "string"

0 commit comments

Comments
 (0)