8000 chore: Update gapic-generator-python to v1.11.3 by gcf-owl-bot[bot] · Pull Request #366 · googleapis/python-analytics-data · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

chore: Update gapic-generator-python to v1.11.3 #366

Merged
merged 2 commits into from
Jul 10, 2023
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
3 changes: 2 additions & 1 deletion google/analytics/data_v1alpha/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ class MetricType(proto.Enum):

class DateRange(proto.Message):
r"""A contiguous set of days: startDate, startDate + 1, ...,
endDate. Requests are allowed up to 4 date ranges.
endDate. Requests
are allowed up to 4 date ranges.

Attributes:
start_date (str):
Expand Down
7 changes: 4 additions & 3 deletions google/analytics/data_v1beta/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ class Compatibility(proto.Enum):

class DateRange(proto.Message):
r"""A contiguous set of days: startDate, startDate + 1, ...,
endDate. Requests are allowed up to 4 date ranges.
endDate. Requests
are allowed up to 4 date ranges.

Attributes:
start_date (str):
Expand Down Expand Up @@ -215,8 +216,8 @@ class DateRange(proto.Message):

class MinuteRange(proto.Message):
r"""A contiguous set of minutes: startMinutesAgo, startMinutesAgo
+ 1, ..., endMinutesAgo. Requests are allowed up to 2 minute
ranges.
+ 1, ...,
endMinutesAgo. Requests are allowed up to 2 minute ranges.


.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Expand Down
0