File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments