Skip to content

Commit

Permalink
docs: clarify start_minutes_ago and end_minutes_ago (#235)
Browse files Browse the repository at this point in the history
* Synchronize new proto/yaml changes.

PiperOrigin-RevId: 446264416

Source-Link: googleapis/googleapis@3a976a3

Source-Link: googleapis/googleapis-gen@0548a71
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDU0OGE3MTZhMDEzODMzODIzNDQ5NThhYjIwYmI0ZDUyMjM4ODE1NCJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 3, 2022
1 parent 8d72bc1 commit 33b7f74
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ class MinuteRange(proto.Message):
If unspecified, ``startMinutesAgo`` is defaulted to 29.
Standard Analytics properties can request up to the last 30
minutes of event data (``startMinutesAgo <= 29``), and 360
Analytics properties can request up to the last 60 minutes
of event data (``startMinutesAgo <= 59``).
minutes of event data (``startMinutesAgo <= 29``), and
Google Analytics 360 properties can request up to the last
60 minutes of event data (``startMinutesAgo <= 59``).
This field is a member of `oneof`_ ``_start_minutes_ago``.
end_minutes_ago (int):
Expand All @@ -165,8 +165,8 @@ class MinuteRange(proto.Message):
If unspecified, ``endMinutesAgo`` is defaulted to 0.
Standard Analytics properties can request any minute in the
last 30 minutes of event data (``endMinutesAgo <= 29``), and
360 Analytics properties can request any minute in the last
60 minutes of event data (``endMinutesAgo <= 59``).
Google Analytics 360 properties can request any minute in
the last 60 minutes of event data (``endMinutesAgo <= 59``).
This field is a member of `oneof`_ ``_end_minutes_ago``.
name (str):
Expand Down

0 comments on commit 33b7f74

Please sign in to comment.