Skip to content

Commit 378c185

Browse files
authored
Merge pull request #7 from henribru/v2.7.0-support
Add v2.7.0 support
2 parents 4ebff14 + 53fb68c commit 378c185

File tree

308 files changed

+30277
-1741
lines changed

Some content is hidden

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

308 files changed

+30277
-1741
lines changed

googleapiclient-stubs/_apis/adexchangebuyer/v1_4/schemas.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ class PublisherProfileApiProto(typing_extensions.TypedDict, total=False):
448448
buyerPitchStatement: str
449449
directContact: str
450450
exchange: str
451+
forecastInventory: str
451452
googlePlusLink: str
452453
isParent: bool
453454
isPublished: bool

googleapiclient-stubs/_apis/adexchangebuyer2/v2beta1/resources.pyi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,22 @@ class AdExchangeBuyerIIResource(googleapiclient.discovery.Resource):
185185
pageToken: str = ...,
186186
**kwargs: typing.Any
187187
) -> ListProposalsResponseHttpRequest: ...
188+
def pause(
189+
self,
190+
*,
191+
accountId: str,
192+
proposalId: str,
193+
body: PauseProposalDealsRequest = ...,
194+
**kwargs: typing.Any
195+
) -> ProposalHttpRequest: ...
196+
def resume(
197+
self,
198+
*,
199+
accountId: str,
200+
proposalId: str,
201+
body: ResumeProposalDealsRequest = ...,
202+
**kwargs: typing.Any
203+
) -> ProposalHttpRequest: ...
188204
@typing.type_check_only
189205
class ProductsResource(googleapiclient.discovery.Resource):
190206
def get(

googleapiclient-stubs/_apis/adexchangebuyer2/v2beta1/schemas.pyi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,14 +510,21 @@ class FrequencyCap(typing_extensions.TypedDict, total=False):
510510
"WEEK",
511511
"MONTH",
512512
"LIFETIME",
513+
"POD",
514+
"STREAM",
513515
]
514516

515517
@typing.type_check_only
516518
class GuaranteedFixedPriceTerms(typing_extensions.TypedDict, total=False):
517519
fixedPrices: typing.List[PricePerBuyer]
518520
guaranteedImpressions: str
519521
guaranteedLooks: str
522+
impressionCap: str
520523
minimumDailyLooks: str
524+
percentShareOfVoice: str
525+
reservationType: typing_extensions.Literal[
526+
"RESERVATION_TYPE_UNSPECIFIED", "STANDARD", "SPONSORSHIP"
527+
]
521528

522529
@typing.type_check_only
523530
class HtmlContent(typing_extensions.TypedDict, total=False):
@@ -735,6 +742,11 @@ class OperatingSystemTargeting(typing_extensions.TypedDict, total=False):
735742
operatingSystemCriteria: CriteriaTargeting
736743
operatingSystemVersionCriteria: CriteriaTargeting
737744

745+
@typing.type_check_only
746+
class PauseProposalDealsRequest(typing_extensions.TypedDict, total=False):
747+
externalDealIds: typing.List[str]
748+
reason: str
749+
738750
@typing.type_check_only
739751
class PauseProposalRequest(typing_extensions.TypedDict, total=False):
740752
reason: str
@@ -871,6 +883,10 @@ class RelativeDateRange(typing_extensions.TypedDict, total=False):
871883
class RemoveDealAssociationRequest(typing_extensions.TypedDict, total=False):
872884
association: CreativeDealAssociation
873885

886+
@typing.type_check_only
887+
class ResumeProposalDealsRequest(typing_extensions.TypedDict, total=False):
888+
externalDealIds: typing.List[str]
889+
874890
@typing.type_check_only
875891
class ResumeProposalRequest(typing_extensions.TypedDict, total=False): ...
876892

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,11 @@ class DirectoryResource(googleapiclient.discovery.Resource):
617617
self, *, userKey: str, body: Alias = ..., **kwargs: typing.Any
618618
) -> AliasHttpRequest: ...
619619
def list(
620-
self, *, userKey: str, **kwargs: typing.Any
620+
self,
621+
*,
622+
userKey: str,
623+
event: typing_extensions.Literal["add", "delete"] = ...,
624+
**kwargs: typing.Any
621625
) -> AliasesHttpRequest: ...
622626
def watch(
623627
self,

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class ChromeOsDevice(typing_extensions.TypedDict, total=False):
159159
orgUnitPath: str
160160
osVersion: str
161161
platformVersion: str
162-
recentUsers: typing.List[RecentUsers]
162+
recentUsers: typing.List[typing.Dict[str, typing.Any]]
163163
screenshotFiles: typing.List[typing.Dict[str, typing.Any]]
164164
serialNumber: str
165165
status: str
@@ -499,11 +499,6 @@ class Privileges(typing_extensions.TypedDict, total=False):
499499
items: typing.List[Privilege]
500500
kind: str
501501

502-
@typing.type_check_only
503-
class RecentUsers(typing_extensions.TypedDict, total=False):
504-
email: str
505-
type: str
506-
507502
@typing.type_check_only
508503
class Role(typing_extensions.TypedDict, total=False):
509504
etag: str

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class ReportsResource(googleapiclient.discovery.Resource):
3737
"context_aware_access",
3838
"chrome",
3939
"data_studio",
40+
"keep",
4041
],
4142
actorIpAddress: str = ...,
4243
customerId: str = ...,
@@ -75,6 +76,7 @@ class ReportsResource(googleapiclient.discovery.Resource):
7576
"context_aware_access",
7677
"chrome",
7778
"data_studio",
79+
"keep",
7880
],
7981
body: Channel = ...,
8082
actorIpAddress: str = ...,

googleapiclient-stubs/_apis/admob/v1/resources.pyi

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@ class AdMobResource(googleapiclient.discovery.Resource):
1313
@typing.type_check_only
1414
class AccountsResource(googleapiclient.discovery.Resource):
1515
@typing.type_check_only
16+
class AdUnitsResource(googleapiclient.discovery.Resource):
17+
def list(
18+
self,
19+
*,
20+
parent: str,
21+
pageSize: int = ...,
22+
pageToken: str = ...,
23+
**kwargs: typing.Any
24+
) -> ListAdUnitsResponseHttpRequest: ...
25+
@typing.type_check_only
26+
class AppsResource(googleapiclient.discovery.Resource):
27+
def list(
28+
self,
29+
*,
30+
parent: str,
31+
pageSize: int = ...,
32+
pageToken: str = ...,
33+
**kwargs: typing.Any
34+
) -> ListAppsResponseHttpRequest: ...
35+
@typing.type_check_only
1636
class MediationReportResource(googleapiclient.discovery.Resource):
1737
def generate(
1838
self,
@@ -36,6 +56,8 @@ class AdMobResource(googleapiclient.discovery.Resource):
3656
def list(
3757
self, *, pageSize: int = ..., pageToken: str = ..., **kwargs: typing.Any
3858
) -> ListPublisherAccountsResponseHttpRequest: ...
59+
def adUnits(self) -> AdUnitsResource: ...
60+
def apps(self) -> AppsResource: ...
3961
def mediationReport(self) -> MediationReportResource: ...
4062
def networkReport(self) -> NetworkReportResource: ...
4163
def accounts(self) -> AccountsResource: ...
@@ -60,6 +82,26 @@ class GenerateNetworkReportResponseHttpRequest(googleapiclient.http.HttpRequest)
6082
num_retries: int = ...,
6183
) -> GenerateNetworkReportResponse: ...
6284

85+
@typing.type_check_only
86+
class ListAdUnitsResponseHttpRequest(googleapiclient.http.HttpRequest):
87+
def execute(
88+
self,
89+
http: typing.Optional[
90+
typing.Union[httplib2.Http, googleapiclient.http.HttpMock]
91+
] = ...,
92+
num_retries: int = ...,
93+
) -> ListAdUnitsResponse: ...
94+
95+
@typing.type_check_only
96+
class ListAppsResponseHttpRequest(googleapiclient.http.HttpRequest):
97+
def execute(
98+
self,
99+
http: typing.Optional[
100+
typing.Union[httplib2.Http, googleapiclient.http.HttpMock]
101+
] = ...,
102+
num_retries: int = ...,
103+
) -> ListAppsResponse: ...
104+
63105
@typing.type_check_only
64106
class ListPublisherAccountsResponseHttpRequest(googleapiclient.http.HttpRequest):
65107
def execute(

googleapiclient-stubs/_apis/admob/v1/schemas.pyi

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@ import typing
22

33
import typing_extensions
44

5+
@typing.type_check_only
6+
class AdUnit(typing_extensions.TypedDict, total=False):
7+
adFormat: str
8+
adTypes: typing.List[str]
9+
adUnitId: str
10+
appId: str
11+
displayName: str
12+
name: str
13+
14+
@typing.type_check_only
15+
class App(typing_extensions.TypedDict, total=False):
16+
appId: str
17+
linkedAppInfo: AppLinkedAppInfo
18+
manualAppInfo: AppManualAppInfo
19+
name: str
20+
platform: str
21+
22+
@typing.type_check_only
23+
class AppLinkedAppInfo(typing_extensions.TypedDict, total=False):
24+
appStoreId: str
25+
displayName: str
26+
27+
@typing.type_check_only
28+
class AppManualAppInfo(typing_extensions.TypedDict, total=False):
29+
displayName: str
30+
531
@typing.type_check_only
632
class Date(typing_extensions.TypedDict, total=False):
733
day: int
@@ -33,6 +59,16 @@ class GenerateNetworkReportResponse(typing_extensions.TypedDict, total=False):
3359
header: ReportHeader
3460
row: ReportRow
3561

62+
@typing.type_check_only
63+
class ListAdUnitsResponse(typing_extensions.TypedDict, total=False):
64+
adUnits: typing.List[AdUnit]
65+
nextPageToken: str
66+
67+
@typing.type_check_only
68+
class ListAppsResponse(typing_extensions.TypedDict, total=False):
69+
apps: typing.List[App]
70+
nextPageToken: str
71+
3672
@typing.type_check_only
3773
class ListPublisherAccountsResponse(typing_extensions.TypedDict, total=False):
3874
account: typing.List[PublisherAccount]

googleapiclient-stubs/_apis/adsense/v2/__init__.pyi

Whitespace-only changes.

0 commit comments

Comments
 (0)