Skip to content

Commit d47b544

Browse files
1 parent 55e0959 commit d47b544

File tree

5 files changed

+47
-16
lines changed

5 files changed

+47
-16
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-rev20250722-2.0.0</version>
25+
<version>v1-rev20250731-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-rev20250722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250731-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: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13038,24 +13038,24 @@ public List setKeyStatus(java.lang.String keyStatus) {
1303813038

1303913039
/**
1304013040
* Optional. Count of apps a single page can have in the response. If unspecified, at most
13041-
* 100 apps will be returned. The maximum value is 100; values above 100 will be coerced to
13042-
* 100. "page_size" is supported from ver 1.10.0 and above.
13041+
* 1000 apps will be returned. The maximum value is 1000; values above 1000 will be coerced
13042+
* to 1000. "page_size" is supported from ver 1.10.0 and above.
1304313043
*/
1304413044
@com.google.api.client.util.Key
1304513045
private java.lang.Integer pageSize;
1304613046

13047-
/** Optional. Count of apps a single page can have in the response. If unspecified, at most 100 apps
13048-
will be returned. The maximum value is 100; values above 100 will be coerced to 100. "page_size" is
13049-
supported from ver 1.10.0 and above.
13047+
/** Optional. Count of apps a single page can have in the response. If unspecified, at most 1000 apps
13048+
will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. "page_size"
13049+
is supported from ver 1.10.0 and above.
1305013050
*/
1305113051
public java.lang.Integer getPageSize() {
1305213052
return pageSize;
1305313053
}
1305413054

1305513055
/**
1305613056
* Optional. Count of apps a single page can have in the response. If unspecified, at most
13057-
* 100 apps will be returned. The maximum value is 100; values above 100 will be coerced to
13058-
* 100. "page_size" is supported from ver 1.10.0 and above.
13057+
* 1000 apps will be returned. The maximum value is 1000; values above 1000 will be coerced
13058+
* to 1000. "page_size" is supported from ver 1.10.0 and above.
1305913059
*/
1306013060
public List setPageSize(java.lang.Integer pageSize) {
1306113061
this.pageSize = pageSize;
@@ -13085,17 +13085,24 @@ public List setPageToken(java.lang.String pageToken) {
1308513085
return this;
1308613086
}
1308713087

13088-
/** Optional. Maximum number of app IDs to return. Defaults to 1000. */
13088+
/**
13089+
* Optional. Maximum number of app IDs to return. Defaults to 1000, which is also the upper
13090+
* limit. To get more than 1000, use pagination with 'pageSize' and 'pageToken' parameters.
13091+
*/
1308913092
@com.google.api.client.util.Key
1309013093
private java.lang.Long rows;
1309113094

13092-
/** Optional. Maximum number of app IDs to return. Defaults to 1000.
13095+
/** Optional. Maximum number of app IDs to return. Defaults to 1000, which is also the upper limit. To
13096+
get more than 1000, use pagination with 'pageSize' and 'pageToken' parameters.
1309313097
*/
1309413098
public java.lang.Long getRows() {
1309513099
return rows;
1309613100
}
1309713101

13098-
/** Optional. Maximum number of app IDs to return. Defaults to 1000. */
13102+
/**
13103+
* Optional. Maximum number of app IDs to return. Defaults to 1000, which is also the upper
13104+
* limit. To get more than 1000, use pagination with 'pageSize' and 'pageToken' parameters.
13105+
*/
1309913106
public List setRows(java.lang.Long rows) {
1310013107
this.rows = rows;
1310113108
return this;

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public final class GoogleCloudApigeeV1KeyValueMap extends com.google.api.client.
3838
@com.google.api.client.util.Key
3939
private java.lang.Boolean encrypted;
4040

41+
/**
42+
* Required. Flag that specifies whether entry values will be masked when returned.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Boolean maskedValues;
47+
4148
/**
4249
* Required. ID of the key value map.
4350
* The value may be {@code null}.
@@ -66,6 +73,23 @@ public GoogleCloudApigeeV1KeyValueMap setEncrypted(java.lang.Boolean encrypted)
6673
return this;
6774
}
6875

76+
/**
77+
* Required. Flag that specifies whether entry values will be masked when returned.
78+
* @return value or {@code null} for none
79+
*/
80+
public java.lang.Boolean getMaskedValues() {
81+
return maskedValues;
82+
}
83+
84+
/**
85+
* Required. Flag that specifies whether entry values will be masked when returned.
86+
* @param maskedValues maskedValues or {@code null} for none
87+
*/
88+
public GoogleCloudApigeeV1KeyValueMap setMaskedValues(java.lang.Boolean maskedValues) {
89+
this.maskedValues = maskedValues;
90+
return this;
91+
}
92+
6993
/**
7094
* Required. ID of the key value map.
7195
* @return value or {@code null} for none

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-rev20250722-2.0.0</version>
12-
<name>Apigee API v1-rev20250722-2.0.0</name>
11+
<version>v1-rev20250731-2.0.0</version>
12+
<name>Apigee API v1-rev20250731-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-rev20250722-2.0.0</version>
25+
<version>v1-rev20250731-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-rev20250722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250731-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)