Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions googleapiclient-stubs/_apis/admin/directory_v1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ class UserMakeAdmin(typing_extensions.TypedDict, total=False):

@typing.type_check_only
class UserName(typing_extensions.TypedDict, total=False):
displayName: str
familyName: str
fullName: str
givenName: str
Expand Down
21 changes: 21 additions & 0 deletions googleapiclient-stubs/_apis/alertcenter/v1beta1/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ import typing_extensions

_list = list

@typing.type_check_only
class AbuseDetected(typing_extensions.TypedDict, total=False):
additionalDetails: EntityList
alertDescriptor: str
nextSteps: str
product: str
subAlertId: str
summary: str

@typing.type_check_only
class AccountSuspensionDetails(typing_extensions.TypedDict, total=False):
abuseReason: typing_extensions.Literal[
Expand Down Expand Up @@ -204,6 +213,18 @@ class DomainWideTakeoutInitiated(typing_extensions.TypedDict, total=False):
@typing.type_check_only
class Empty(typing_extensions.TypedDict, total=False): ...

@typing.type_check_only
class Entity(typing_extensions.TypedDict, total=False):
link: str
name: str
values: _list[str]

@typing.type_check_only
class EntityList(typing_extensions.TypedDict, total=False):
entities: _list[Entity]
headers: _list[str]
name: str

@typing.type_check_only
class GmailMessageInfo(typing_extensions.TypedDict, total=False):
attachmentsSha256Hash: _list[str]
Expand Down
40 changes: 40 additions & 0 deletions googleapiclient-stubs/_apis/analyticsadmin/v1alpha/resources.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,25 @@ class GoogleAnalyticsAdminResource(googleapiclient.discovery.Resource):
**kwargs: typing.Any
) -> GoogleAnalyticsAdminV1alphaAudienceHttpRequest: ...

@typing.type_check_only
class BigQueryLinksResource(googleapiclient.discovery.Resource):
def get(
self, *, name: str, **kwargs: typing.Any
) -> GoogleAnalyticsAdminV1alphaBigQueryLinkHttpRequest: ...
def list(
self,
*,
parent: str,
pageSize: int = ...,
pageToken: str = ...,
**kwargs: typing.Any
) -> GoogleAnalyticsAdminV1alphaListBigQueryLinksResponseHttpRequest: ...
def list_next(
self,
previous_request: GoogleAnalyticsAdminV1alphaListBigQueryLinksResponseHttpRequest,
previous_response: GoogleAnalyticsAdminV1alphaListBigQueryLinksResponse,
) -> GoogleAnalyticsAdminV1alphaListBigQueryLinksResponseHttpRequest | None: ...

@typing.type_check_only
class ConversionEventsResource(googleapiclient.discovery.Resource):
def create(
Expand Down Expand Up @@ -729,6 +748,7 @@ class GoogleAnalyticsAdminResource(googleapiclient.discovery.Resource):
**kwargs: typing.Any
) -> GoogleAnalyticsAdminV1alphaGoogleSignalsSettingsHttpRequest: ...
def audiences(self) -> AudiencesResource: ...
def bigQueryLinks(self) -> BigQueryLinksResource: ...
def conversionEvents(self) -> ConversionEventsResource: ...
def customDimensions(self) -> CustomDimensionsResource: ...
def customMetrics(self) -> CustomMetricsResource: ...
Expand Down Expand Up @@ -846,6 +866,16 @@ class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponseHttpRequest(
num_retries: int = ...,
) -> GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse: ...

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaBigQueryLinkHttpRequest(
googleapiclient.http.HttpRequest
):
def execute(
self,
http: httplib2.Http | googleapiclient.http.HttpMock | None = ...,
num_retries: int = ...,
) -> GoogleAnalyticsAdminV1alphaBigQueryLink: ...

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaConversionEventHttpRequest(
googleapiclient.http.HttpRequest
Expand Down Expand Up @@ -996,6 +1026,16 @@ class GoogleAnalyticsAdminV1alphaListAudiencesResponseHttpRequest(
num_retries: int = ...,
) -> GoogleAnalyticsAdminV1alphaListAudiencesResponse: ...

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaListBigQueryLinksResponseHttpRequest(
googleapiclient.http.HttpRequest
):
def execute(
self,
http: httplib2.Http | googleapiclient.http.HttpMock | None = ...,
num_retries: int = ...,
) -> GoogleAnalyticsAdminV1alphaListBigQueryLinksResponse: ...

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaListConversionEventsResponseHttpRequest(
googleapiclient.http.HttpRequest
Expand Down
69 changes: 69 additions & 0 deletions googleapiclient-stubs/_apis/analyticsadmin/v1alpha/schemas.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,17 @@ class GoogleAnalyticsAdminV1alphaBatchUpdateUserLinksResponse(
):
userLinks: _list[GoogleAnalyticsAdminV1alphaUserLink]

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaBigQueryLink(typing_extensions.TypedDict, total=False):
createTime: str
dailyExportEnabled: bool
excludedEvents: _list[str]
exportStreams: _list[str]
includeAdvertisingId: bool
name: str
project: str
streamingExportEnabled: bool

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest(
typing_extensions.TypedDict, total=False
Expand All @@ -477,13 +488,15 @@ class GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource(
):
account: GoogleAnalyticsAdminV1alphaAccount
attributionSettings: GoogleAnalyticsAdminV1alphaAttributionSettings
bigqueryLink: GoogleAnalyticsAdminV1alphaBigQueryLink
conversionEvent: GoogleAnalyticsAdminV1alphaConversionEvent
customDimension: GoogleAnalyticsAdminV1alphaCustomDimension
customMetric: GoogleAnalyticsAdminV1alphaCustomMetric
dataRetentionSettings: GoogleAnalyticsAdminV1alphaDataRetentionSettings
dataStream: GoogleAnalyticsAdminV1alphaDataStream
displayVideo360AdvertiserLink: GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
displayVideo360AdvertiserLinkProposal: GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
expandedDataSet: GoogleAnalyticsAdminV1alphaExpandedDataSet
firebaseLink: GoogleAnalyticsAdminV1alphaFirebaseLink
googleAdsLink: GoogleAnalyticsAdminV1alphaGoogleAdsLink
googleSignalsSettings: GoogleAnalyticsAdminV1alphaGoogleSignalsSettings
Expand Down Expand Up @@ -649,6 +662,55 @@ class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal(
name: str
validationEmail: str

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaExpandedDataSet(
typing_extensions.TypedDict, total=False
):
dataCollectionStartTime: str
description: str
dimensionFilterExpression: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
dimensionNames: _list[str]
displayName: str
metricNames: _list[str]
name: str

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilter(
typing_extensions.TypedDict, total=False
):
fieldName: str
inListFilter: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter
stringFilter: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression(
typing_extensions.TypedDict, total=False
):
andGroup: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList
filter: GoogleAnalyticsAdminV1alphaExpandedDataSetFilter
notExpression: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList(
typing_extensions.TypedDict, total=False
):
filterExpressions: _list[GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression]

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter(
typing_extensions.TypedDict, total=False
):
caseSensitive: bool
values: _list[str]

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter(
typing_extensions.TypedDict, total=False
):
caseSensitive: bool
matchType: typing_extensions.Literal["MATCH_TYPE_UNSPECIFIED", "EXACT", "CONTAINS"]
value: str

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaFirebaseLink(typing_extensions.TypedDict, total=False):
createTime: str
Expand Down Expand Up @@ -731,6 +793,13 @@ class GoogleAnalyticsAdminV1alphaListAudiencesResponse(
audiences: _list[GoogleAnalyticsAdminV1alphaAudience]
nextPageToken: str

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaListBigQueryLinksResponse(
typing_extensions.TypedDict, total=False
):
bigqueryLinks: _list[GoogleAnalyticsAdminV1alphaBigQueryLink]
nextPageToken: str

@typing.type_check_only
class GoogleAnalyticsAdminV1alphaListConversionEventsResponse(
typing_extensions.TypedDict, total=False
Expand Down
Empty file.
Loading