Skip to content

Commit 3a976a3

Browse files
Google APIscopybara-github
authored andcommitted
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 446264416
1 parent 0bfcb46 commit 3a976a3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

google/analytics/data/v1beta/data.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ message MinuteRange {
5252
//
5353
// If unspecified, `startMinutesAgo` is defaulted to 29. Standard Analytics
5454
// properties can request up to the last 30 minutes of event data
55-
// (`startMinutesAgo <= 29`), and 360 Analytics properties can request up to
56-
// the last 60 minutes of event data (`startMinutesAgo <= 59`).
55+
// (`startMinutesAgo <= 29`), and Google Analytics 360 properties can request
56+
// up to the last 60 minutes of event data (`startMinutesAgo <= 59`).
5757
optional int32 start_minutes_ago = 1;
5858

5959
// The inclusive end minute for the query as a number of minutes before now.
@@ -63,8 +63,8 @@ message MinuteRange {
6363
//
6464
// If unspecified, `endMinutesAgo` is defaulted to 0. Standard Analytics
6565
// properties can request any minute in the last 30 minutes of event data
66-
// (`endMinutesAgo <= 29`), and 360 Analytics properties can request any
67-
// minute in the last 60 minutes of event data (`endMinutesAgo <= 59`).
66+
// (`endMinutesAgo <= 29`), and Google Analytics 360 properties can request
67+
// any minute in the last 60 minutes of event data (`endMinutesAgo <= 59`).
6868
optional int32 end_minutes_ago = 2;
6969

7070
// Assigns a name to this minute range. The dimension `dateRange` is valued to

google/cloud/accessapproval/v1/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ java_gapic_assembly_gradle_pkg(
9191
name = "google-cloud-accessapproval-v1-java",
9292
deps = [
9393
":accessapproval_java_gapic",
94-
":accessapproval_java_gapic_samples",
9594
":accessapproval_java_grpc",
9695
":accessapproval_java_proto",
9796
":accessapproval_proto",

0 commit comments

Comments
 (0)