Skip to content

Commit 1ab3704

Browse files
1 parent 6182607 commit 1ab3704

File tree

6 files changed

+34
-59
lines changed

6 files changed

+34
-59
lines changed

clients/google-api-services-apigee/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-apigee</artifactId>
25-
<version>v1-rev20250421-2.0.0</version>
25+
<version>v1-rev20250425-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-apigee:v1-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250425-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/Apigee.java

Lines changed: 24 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -35206,24 +35206,17 @@ public Get setFilter(java.lang.String filter) {
3520635206
return this;
3520735207
}
3520835208

35209-
/**
35210-
* Maximum number of result items to return. The default and maximum value that can be
35211-
* returned is 14400.
35212-
*/
35209+
/** Maximum number of result items to return. */
3521335210
@com.google.api.client.util.Key
3521435211
private java.lang.String limit;
3521535212

35216-
/** Maximum number of result items to return. The default and maximum value that can be returned is
35217-
14400.
35213+
/** Maximum number of result items to return.
3521835214
*/
3521935215
public java.lang.String getLimit() {
3522035216
return limit;
3522135217
}
3522235218

35223-
/**
35224-
* Maximum number of result items to return. The default and maximum value that can be
35225-
* returned is 14400.
35226-
*/
35219+
/** Maximum number of result items to return. */
3522735220
public Get setLimit(java.lang.String limit) {
3522835221
this.limit = limit;
3522935222
return this;
@@ -35329,17 +35322,17 @@ public Get setSort(java.lang.String sort) {
3532935322
return this;
3533035323
}
3533135324

35332-
/** Comma-separated list of columns to sort the final result. */
35325+
/** Comma-separated list of metrics to sort the final result. */
3533335326
@com.google.api.client.util.Key
3533435327
private java.lang.String sortby;
3533535328

35336-
/** Comma-separated list of columns to sort the final result.
35329+
/** Comma-separated list of metrics to sort the final result.
3533735330
*/
3533835331
public java.lang.String getSortby() {
3533935332
return sortby;
3534035333
}
3534135334

35342-
/** Comma-separated list of columns to sort the final result. */
35335+
/** Comma-separated list of metrics to sort the final result. */
3534335336
public Get setSortby(java.lang.String sortby) {
3534435337
this.sortby = sortby;
3534535338
return this;
@@ -41775,24 +41768,17 @@ public Get setFilter(java.lang.String filter) {
4177541768
return this;
4177641769
}
4177741770

41778-
/**
41779-
* Maximum number of result items to return. The default and maximum value that can be
41780-
* returned is 14400.
41781-
*/
41771+
/** Maximum number of result items to return. */
4178241772
@com.google.api.client.util.Key
4178341773
private java.lang.String limit;
4178441774

41785-
/** Maximum number of result items to return. The default and maximum value that can be returned is
41786-
14400.
41775+
/** Maximum number of result items to return.
4178741776
*/
4178841777
public java.lang.String getLimit() {
4178941778
return limit;
4179041779
}
4179141780

41792-
/**
41793-
* Maximum number of result items to return. The default and maximum value that can be
41794-
* returned is 14400.
41795-
*/
41781+
/** Maximum number of result items to return. */
4179641782
public Get setLimit(java.lang.String limit) {
4179741783
this.limit = limit;
4179841784
return this;
@@ -41896,17 +41882,17 @@ public Get setSort(java.lang.String sort) {
4189641882
return this;
4189741883
}
4189841884

41899-
/** Comma-separated list of columns to sort the final result. */
41885+
/** Comma-separated list of metrics to sort the final result. */
4190041886
@com.google.api.client.util.Key
4190141887
private java.lang.String sortby;
4190241888

41903-
/** Comma-separated list of columns to sort the final result.
41889+
/** Comma-separated list of metrics to sort the final result.
4190441890
*/
4190541891
public java.lang.String getSortby() {
4190641892
return sortby;
4190741893
}
4190841894

41909-
/** Comma-separated list of columns to sort the final result. */
41895+
/** Comma-separated list of metrics to sort the final result. */
4191041896
public Get setSortby(java.lang.String sortby) {
4191141897
this.sortby = sortby;
4191241898
return this;
@@ -45450,24 +45436,17 @@ public Get setFilter(java.lang.String filter) {
4545045436
return this;
4545145437
}
4545245438

45453-
/**
45454-
* Maximum number of result items to return. The default and maximum value that can be
45455-
* returned is 14400.
45456-
*/
45439+
/** Maximum number of result items to return. */
4545745440
@com.google.api.client.util.Key
4545845441
private java.lang.String limit;
4545945442

45460-
/** Maximum number of result items to return. The default and maximum value that can be returned is
45461-
14400.
45443+
/** Maximum number of result items to return.
4546245444
*/
4546345445
public java.lang.String getLimit() {
4546445446
return limit;
4546545447
}
4546645448

45467-
/**
45468-
* Maximum number of result items to return. The default and maximum value that can be
45469-
* returned is 14400.
45470-
*/
45449+
/** Maximum number of result items to return. */
4547145450
public Get setLimit(java.lang.String limit) {
4547245451
this.limit = limit;
4547345452
return this;
@@ -45551,17 +45530,17 @@ public Get setSort(java.lang.String sort) {
4555145530
return this;
4555245531
}
4555345532

45554-
/** Comma-separated list of columns to sort the final result. */
45533+
/** Comma-separated list of metrics to sort the final result. */
4555545534
@com.google.api.client.util.Key
4555645535
private java.lang.String sortby;
4555745536

45558-
/** Comma-separated list of columns to sort the final result.
45537+
/** Comma-separated list of metrics to sort the final result.
4555945538
*/
4556045539
public java.lang.String getSortby() {
4556145540
return sortby;
4556245541
}
4556345542

45564-
/** Comma-separated list of columns to sort the final result. */
45543+
/** Comma-separated list of metrics to sort the final result. */
4556545544
public Get setSortby(java.lang.String sortby) {
4556645545
this.sortby = sortby;
4556745546
return this;
@@ -50178,24 +50157,17 @@ public Get setFilter(java.lang.String filter) {
5017850157
return this;
5017950158
}
5018050159

50181-
/**
50182-
* Maximum number of result items to return. The default and maximum value that can be
50183-
* returned is 14400.
50184-
*/
50160+
/** Maximum number of result items to return. */
5018550161
@com.google.api.client.util.Key
5018650162
private java.lang.String limit;
5018750163

50188-
/** Maximum number of result items to return. The default and maximum value that can be returned is
50189-
14400.
50164+
/** Maximum number of result items to return.
5019050165
*/
5019150166
public java.lang.String getLimit() {
5019250167
return limit;
5019350168
}
5019450169

50195-
/**
50196-
* Maximum number of result items to return. The default and maximum value that can be
50197-
* returned is 14400.
50198-
*/
50170+
/** Maximum number of result items to return. */
5019950171
public Get setLimit(java.lang.String limit) {
5020050172
this.limit = limit;
5020150173
return this;
@@ -50285,17 +50257,17 @@ public Get setSort(java.lang.String sort) {
5028550257
return this;
5028650258
}
5028750259

50288-
/** Comma-separated list of columns used to sort the final result. */
50260+
/** Comma-separated list of metrics used to sort the final result. */
5028950261
@com.google.api.client.util.Key
5029050262
private java.lang.String sortby;
5029150263

50292-
/** Comma-separated list of columns used to sort the final result.
50264+
/** Comma-separated list of metrics used to sort the final result.
5029350265
*/
5029450266
public java.lang.String getSortby() {
5029550267
return sortby;
5029650268
}
5029750269

50298-
/** Comma-separated list of columns used to sort the final result. */
50270+
/** Comma-separated list of metrics used to sort the final result. */
5029950271
public Get setSortby(java.lang.String sortby) {
5030050272
this.sortby = sortby;
5030150273
return this;

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1OptimizedStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.apigee.v1.model;
1818

1919
/**
20-
* Model definition for GoogleCloudApigeeV1OptimizedStats.
20+
* Encapsulates a response format for JavaScript Optimized Scenario.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Apigee API. For a detailed explanation see:

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1OptimizedStatsNode.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,22 @@
3434
public final class GoogleCloudApigeeV1OptimizedStatsNode extends com.google.api.client.json.GenericJson {
3535

3636
/**
37+
* List of data values.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
4041
private java.util.List<java.lang.Object> data;
4142

4243
/**
44+
* List of data values.
4345
* @return value or {@code null} for none
4446
*/
4547
public java.util.List<java.lang.Object> getData() {
4648
return data;
4749
}
4850

4951
/**
52+
* List of data values.
5053
* @param data data or {@code null} for none
5154
*/
5255
public GoogleCloudApigeeV1OptimizedStatsNode setData(java.util.List<java.lang.Object> data) {

clients/google-api-services-apigee/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-apigee</artifactId>
11-
<version>v1-rev20250421-2.0.0</version>
12-
<name>Apigee API v1-rev20250421-2.0.0</name>
11+
<version>v1-rev20250425-2.0.0</version>
12+
<name>Apigee API v1-rev20250425-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apigee/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-apigee</artifactId>
25-
<version>v1-rev20250421-2.0.0</version>
25+
<version>v1-rev20250425-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-apigee:v1-rev20250421-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250425-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)