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

Commit 5612554

Browse files
chore: Update gapic-generator-python to v1.11.3 (#366)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0b3917c421cbda7fcb67092e16c33f3ea46f4bc7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4e7e3f5 commit 5612554

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

google/analytics/data_v1alpha/types/data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,8 @@ class MetricType(proto.Enum):
262262

263263
class DateRange(proto.Message):
264264
r"""A contiguous set of days: startDate, startDate + 1, ...,
265-
endDate. Requests are allowed up to 4 date ranges.
265+
endDate. Requests
266+
are allowed up to 4 date ranges.
266267
267268
Attributes:
268269
start_date (str):

google/analytics/data_v1beta/types/data.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ class Compatibility(proto.Enum):
176176

177177
class DateRange(proto.Message):
178178
r"""A contiguous set of days: startDate, startDate + 1, ...,
179-
endDate. Requests are allowed up to 4 date ranges.
179+
endDate. Requests
180+
are allowed up to 4 date ranges.
180181
181182
Attributes:
182183
start_date (str):
@@ -215,8 +216,8 @@ class DateRange(proto.Message):
215216

216217
class MinuteRange(proto.Message):
217218
r"""A contiguous set of minutes: startMinutesAgo, startMinutesAgo
218-
+ 1, ..., endMinutesAgo. Requests are allowed up to 2 minute
219-
ranges.
219+
+ 1, ...,
220+
endMinutesAgo. Requests are allowed up to 2 minute ranges.
220221
221222
222223
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

0 commit comments

Comments
 (0)