Skip to content

Commit 732343e

Browse files
committed
Update stubs
1 parent 0c285ea commit 732343e

214 files changed

Lines changed: 14293 additions & 1303 deletions

File tree

Some content is hidden

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

googleapiclient-stubs/_apis/admin/reports_v1/resources.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class ReportsResource(googleapiclient.discovery.Resource):
6666
eventName: str = ...,
6767
filters: str = ...,
6868
groupIdFilter: str = ...,
69+
includeSensitiveData: bool = ...,
6970
maxResults: int = ...,
7071
networkInfoFilter: str = ...,
7172
orgUnitID: str = ...,

googleapiclient-stubs/_apis/admin/reports_v1/schemas.pyi

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ class Channel(typing_extensions.TypedDict, total=False):
5656
token: str
5757
type: str
5858

59+
@typing.type_check_only
60+
class CustomerIdentity(typing_extensions.TypedDict, total=False):
61+
id: str
62+
5963
@typing.type_check_only
6064
class Date(typing_extensions.TypedDict, total=False):
6165
day: int
@@ -101,6 +105,11 @@ class FieldValueUserListValue(typing_extensions.TypedDict, total=False):
101105
class FieldValueUserValue(typing_extensions.TypedDict, total=False):
102106
email: str
103107

108+
@typing.type_check_only
109+
class GroupIdentity(typing_extensions.TypedDict, total=False):
110+
groupEmail: str
111+
id: str
112+
104113
@typing.type_check_only
105114
class NestedParameter(typing_extensions.TypedDict, total=False):
106115
boolValue: bool
@@ -111,6 +120,17 @@ class NestedParameter(typing_extensions.TypedDict, total=False):
111120
name: str
112121
value: str
113122

123+
@typing.type_check_only
124+
class OwnerDetails(typing_extensions.TypedDict, total=False):
125+
ownerIdentity: _list[OwnerIdentity]
126+
ownerType: str
127+
128+
@typing.type_check_only
129+
class OwnerIdentity(typing_extensions.TypedDict, total=False):
130+
customerIdentity: CustomerIdentity
131+
groupIdentity: GroupIdentity
132+
userIdentity: UserIdentity
133+
114134
@typing.type_check_only
115135
class Reason(typing_extensions.TypedDict, total=False):
116136
reasonType: str
@@ -119,6 +139,7 @@ class Reason(typing_extensions.TypedDict, total=False):
119139
class ResourceDetails(typing_extensions.TypedDict, total=False):
120140
appliedLabels: _list[AppliedLabel]
121141
id: str
142+
ownerDetails: OwnerDetails
122143
relation: str
123144
title: str
124145
type: str
@@ -138,3 +159,8 @@ class UsageReports(typing_extensions.TypedDict, total=False):
138159
nextPageToken: str
139160
usageReports: _list[UsageReport]
140161
warnings: _list[dict[str, typing.Any]]
162+
163+
@typing.type_check_only
164+
class UserIdentity(typing_extensions.TypedDict, total=False):
165+
id: str
166+
userEmail: str

googleapiclient-stubs/_apis/agentregistry/__init__.pyi

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .resources import *
2+
from .schemas import *

0 commit comments

Comments
 (0)