Skip to content

Commit e4674b4

Browse files
chore: regenerate businessprofileperformance client (googleapis#23551)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 5b06d58 commit e4674b4

File tree

5 files changed

+58
-42
lines changed

5 files changed

+58
-42
lines changed

clients/google-api-services-businessprofileperformance/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-businessprofileperformance</artifactId>
25-
<version>v1-rev20230607-2.0.0</version>
25+
<version>v1-rev20241002-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-businessprofileperformance:v1-rev20230607-2.0.0'
38+
implementation 'com.google.apis:google-api-services-businessprofileperformance:v1-rev20241002-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-businessprofileperformance/v1/2.0.0/com/google/api/services/businessprofileperformance/v1/BusinessProfilePerformance.java

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -707,77 +707,87 @@ public GetDailyMetricsTimeSeries setDailySubEntityTypeDayOfWeek(java.lang.String
707707
}
708708

709709
/**
710-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the
711-
* value "24:00:00" for scenarios like business closing time.
710+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be
711+
* less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios
712+
* like business closing time.
712713
*/
713714
@com.google.api.client.util.Key("dailySubEntityType.timeOfDay.hours")
714715
private java.lang.Integer dailySubEntityTypeTimeOfDayHours;
715716

716-
/** Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
717-
"24:00:00" for scenarios like business closing time.
717+
/** Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
718+
than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like business
719+
closing time.
718720
*/
719721
public java.lang.Integer getDailySubEntityTypeTimeOfDayHours() {
720722
return dailySubEntityTypeTimeOfDayHours;
721723
}
722724

723725
/**
724-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the
725-
* value "24:00:00" for scenarios like business closing time.
726+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be
727+
* less than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios
728+
* like business closing time.
726729
*/
727730
public GetDailyMetricsTimeSeries setDailySubEntityTypeTimeOfDayHours(java.lang.Integer dailySubEntityTypeTimeOfDayHours) {
728731
this.dailySubEntityTypeTimeOfDayHours = dailySubEntityTypeTimeOfDayHours;
729732
return this;
730733
}
731734

732-
/** Minutes of hour of day. Must be from 0 to 59. */
735+
/** Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59. */
733736
@com.google.api.client.util.Key("dailySubEntityType.timeOfDay.minutes")
734737
private java.lang.Integer dailySubEntityTypeTimeOfDayMinutes;
735738

736-
/** Minutes of hour of day. Must be from 0 to 59.
739+
/** Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
737740
*/
738741
public java.lang.Integer getDailySubEntityTypeTimeOfDayMinutes() {
739742
return dailySubEntityTypeTimeOfDayMinutes;
740743
}
741744

742-
/** Minutes of hour of day. Must be from 0 to 59. */
745+
/** Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59. */
743746
public GetDailyMetricsTimeSeries setDailySubEntityTypeTimeOfDayMinutes(java.lang.Integer dailySubEntityTypeTimeOfDayMinutes) {
744747
this.dailySubEntityTypeTimeOfDayMinutes = dailySubEntityTypeTimeOfDayMinutes;
745748
return this;
746749
}
747750

748-
/** Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. */
751+
/**
752+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or
753+
* equal to 999,999,999.
754+
*/
749755
@com.google.api.client.util.Key("dailySubEntityType.timeOfDay.nanos")
750756
private java.lang.Integer dailySubEntityTypeTimeOfDayNanos;
751757

752-
/** Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
758+
/** Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to
759+
999,999,999.
753760
*/
754761
public java.lang.Integer getDailySubEntityTypeTimeOfDayNanos() {
755762
return dailySubEntityTypeTimeOfDayNanos;
756763
}
757764

758-
/** Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999. */
765+
/**
766+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or
767+
* equal to 999,999,999.
768+
*/
759769
public GetDailyMetricsTimeSeries setDailySubEntityTypeTimeOfDayNanos(java.lang.Integer dailySubEntityTypeTimeOfDayNanos) {
760770
this.dailySubEntityTypeTimeOfDayNanos = dailySubEntityTypeTimeOfDayNanos;
761771
return this;
762772
}
763773

764774
/**
765-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value
766-
* 60 if it allows leap-seconds.
775+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
776+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
767777
*/
768778
@com.google.api.client.util.Key("dailySubEntityType.timeOfDay.seconds")
769779
private java.lang.Integer dailySubEntityTypeTimeOfDaySeconds;
770780

771-
/** Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it
772-
allows leap-seconds.
781+
/** Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to
782+
59. An API may allow the value 60 if it allows leap-seconds.
773783
*/
774784
public java.lang.Integer getDailySubEntityTypeTimeOfDaySeconds() {
775785
return dailySubEntityTypeTimeOfDaySeconds;
776786
}
777787

778788
/**
779-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value
780-
* 60 if it allows leap-seconds.
789+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
790+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
781791
*/
782792
public GetDailyMetricsTimeSeries setDailySubEntityTypeTimeOfDaySeconds(java.lang.Integer dailySubEntityTypeTimeOfDaySeconds) {
783793
this.dailySubEntityTypeTimeOfDaySeconds = dailySubEntityTypeTimeOfDaySeconds;

clients/google-api-services-businessprofileperformance/v1/2.0.0/com/google/api/services/businessprofileperformance/v1/model/TimeOfDay.java

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,47 +33,51 @@
3333
public final class TimeOfDay extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
37-
* "24:00:00" for scenarios like business closing time.
36+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
37+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
38+
* business closing time.
3839
* The value may be {@code null}.
3940
*/
4041
@com.google.api.client.util.Key
4142
private java.lang.Integer hours;
4243

4344
/**
44-
* Minutes of hour of day. Must be from 0 to 59.
45+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
4849
private java.lang.Integer minutes;
4950

5051
/**
51-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
52+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
53+
* to 999,999,999.
5254
* The value may be {@code null}.
5355
*/
5456
@com.google.api.client.util.Key
5557
private java.lang.Integer nanos;
5658

5759
/**
58-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
59-
* it allows leap-seconds.
60+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
61+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
6062
* The value may be {@code null}.
6163
*/
6264
@com.google.api.client.util.Key
6365
private java.lang.Integer seconds;
6466

6567
/**
66-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
67-
* "24:00:00" for scenarios like business closing time.
68+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
69+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
70+
* business closing time.
6871
* @return value or {@code null} for none
6972
*/
7073
public java.lang.Integer getHours() {
7174
return hours;
7275
}
7376

7477
/**
75-
* Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value
76-
* "24:00:00" for scenarios like business closing time.
78+
* Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less
79+
* than or equal to 23. An API may choose to allow the value "24:00:00" for scenarios like
80+
* business closing time.
7781
* @param hours hours or {@code null} for none
7882
*/
7983
public TimeOfDay setHours(java.lang.Integer hours) {
@@ -82,15 +86,15 @@ public TimeOfDay setHours(java.lang.Integer hours) {
8286
}
8387

8488
/**
85-
* Minutes of hour of day. Must be from 0 to 59.
89+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
8690
* @return value or {@code null} for none
8791
*/
8892
public java.lang.Integer getMinutes() {
8993
return minutes;
9094
}
9195

9296
/**
93-
* Minutes of hour of day. Must be from 0 to 59.
97+
* Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.
9498
* @param minutes minutes or {@code null} for none
9599
*/
96100
public TimeOfDay setMinutes(java.lang.Integer minutes) {
@@ -99,15 +103,17 @@ public TimeOfDay setMinutes(java.lang.Integer minutes) {
99103
}
100104

101105
/**
102-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
106+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
107+
* to 999,999,999.
103108
* @return value or {@code null} for none
104109
*/
105110
public java.lang.Integer getNanos() {
106111
return nanos;
107112
}
108113

109114
/**
110-
* Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
115+
* Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal
116+
* to 999,999,999.
111117
* @param nanos nanos or {@code null} for none
112118
*/
113119
public TimeOfDay setNanos(java.lang.Integer nanos) {
@@ -116,17 +122,17 @@ public TimeOfDay setNanos(java.lang.Integer nanos) {
116122
}
117123

118124
/**
119-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
120-
* it allows leap-seconds.
125+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
126+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
121127
* @return value or {@code null} for none
122128
*/
123129
public java.lang.Integer getSeconds() {
124130
return seconds;
125131
}
126132

127133
/**
128-
* Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if
129-
* it allows leap-seconds.
134+
* Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or
135+
* equal to 59. An API may allow the value 60 if it allows leap-seconds.
130136
* @param seconds seconds or {@code null} for none
131137
*/
132138
public TimeOfDay setSeconds(java.lang.Integer seconds) {

clients/google-api-services-businessprofileperformance/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-businessprofileperformance</artifactId>
11-
<version>v1-rev20230607-2.0.0</version>
12-
<name>Business Profile Performance API v1-rev20230607-2.0.0</name>
11+
<version>v1-rev20241002-2.0.0</version>
12+
<name>Business Profile Performance API v1-rev20241002-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-businessprofileperformance/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-businessprofileperformance</artifactId>
25-
<version>v1-rev20230607-2.0.0</version>
25+
<version>v1-rev20241002-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-businessprofileperformance:v1-rev20230607-2.0.0'
38+
implementation 'com.google.apis:google-api-services-businessprofileperformance:v1-rev20241002-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)