Skip to content

Commit d0d14d0

Browse files
1 parent ab7f088 commit d0d14d0

File tree

4 files changed

+52
-48
lines changed

4 files changed

+52
-48
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-rev20250701-2.0.0</version>
25+
<version>v1-rev20250722-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-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250722-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: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -28695,8 +28695,8 @@ public DeleteData set(String parameterName, Object value) {
2869528695
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
2869628696
*
2869728697
* @param name Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organizati
28698-
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}`.
28699-
* If the API proxy resource has the `space` attribute set, IAM permissions are checked
28698+
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_sessio
28699+
* n}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked
2870028700
* differently . To learn more, read the [Apigee Spaces
2870128701
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
2870228702
* administration/spaces/apigee-spaces-overview).
@@ -28726,8 +28726,8 @@ public class Get extends ApigeeRequest<com.google.api.services.apigee.v1.model.G
2872628726
* called to initialize this instance immediately after invoking the constructor. </p>
2872728727
*
2872828728
* @param name Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organizati
28729-
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}`.
28730-
* If the API proxy resource has the `space` attribute set, IAM permissions are checked
28729+
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_sessio
28730+
* n}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked
2873128731
* differently . To learn more, read the [Apigee Spaces
2873228732
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
2873328733
* administration/spaces/apigee-spaces-overview).
@@ -28811,17 +28811,17 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
2881128811
/**
2881228812
* Required. The name of the debug session to retrieve. Must be of the form: `organiza
2881328813
* tions/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/deb
28814-
* ugsessions/{session}`. If the API proxy resource has the `space` attribute set, IAM
28815-
* permissions are checked differently . To learn more, read the [Apigee Spaces
28816-
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
28814+
* ugsessions/{debug_session}`. If the API proxy resource has the `space` attribute
28815+
* set, IAM permissions are checked differently . To learn more, read the [Apigee
28816+
* Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
2881728817
* administration/spaces/apigee-spaces-overview).
2881828818
*/
2881928819
@com.google.api.client.util.Key
2882028820
private java.lang.String name;
2882128821

2882228822
/** Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organizat
28823-
ion}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}`. If the
28824-
API proxy resource has the `space` attribute set, IAM permissions are checked differently . To
28823+
ion}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}`. If
28824+
the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To
2882528825
learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
2882628826
platform/system-administration/spaces/apigee-spaces-overview).
2882728827
*/
@@ -28832,9 +28832,9 @@ public java.lang.String getName() {
2883228832
/**
2883328833
* Required. The name of the debug session to retrieve. Must be of the form: `organiza
2883428834
* tions/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/deb
28835-
* ugsessions/{session}`. If the API proxy resource has the `space` attribute set, IAM
28836-
* permissions are checked differently . To learn more, read the [Apigee Spaces
28837-
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
28835+
* ugsessions/{debug_session}`. If the API proxy resource has the `space` attribute
28836+
* set, IAM permissions are checked differently . To learn more, read the [Apigee
28837+
* Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
2883828838
* administration/spaces/apigee-spaces-overview).
2883928839
*/
2884028840
public Get setName(java.lang.String name) {
@@ -29016,39 +29016,43 @@ public List setParent(java.lang.String parent) {
2901629016
return this;
2901729017
}
2901829018

29019-
/** Maximum number of debug sessions to return. The page size defaults to 25. */
29019+
/**
29020+
* Optional. Maximum number of debug sessions to return. The page size defaults to 25.
29021+
*/
2902029022
@com.google.api.client.util.Key
2902129023
private java.lang.Integer pageSize;
2902229024

29023-
/** Maximum number of debug sessions to return. The page size defaults to 25.
29025+
/** Optional. Maximum number of debug sessions to return. The page size defaults to 25.
2902429026
*/
2902529027
public java.lang.Integer getPageSize() {
2902629028
return pageSize;
2902729029
}
2902829030

29029-
/** Maximum number of debug sessions to return. The page size defaults to 25. */
29031+
/**
29032+
* Optional. Maximum number of debug sessions to return. The page size defaults to 25.
29033+
*/
2903029034
public List setPageSize(java.lang.Integer pageSize) {
2903129035
this.pageSize = pageSize;
2903229036
return this;
2903329037
}
2903429038

2903529039
/**
29036-
* Page token, returned from a previous ListDebugSessions call, that you can use to
29037-
* retrieve the next page.
29040+
* Optional. Page token, returned from a previous ListDebugSessions call, that you can
29041+
* use to retrieve the next page.
2903829042
*/
2903929043
@com.google.api.client.util.Key
2904029044
private java.lang.String pageToken;
2904129045

29042-
/** Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next
29043-
page.
29046+
/** Optional. Page token, returned from a previous ListDebugSessions call, that you can use to retrieve
29047+
the next page.
2904429048
*/
2904529049
public java.lang.String getPageToken() {
2904629050
return pageToken;
2904729051
}
2904829052

2904929053
/**
29050-
* Page token, returned from a previous ListDebugSessions call, that you can use to
29051-
* retrieve the next page.
29054+
* Optional. Page token, returned from a previous ListDebugSessions call, that you can
29055+
* use to retrieve the next page.
2905229056
*/
2905329057
public List setPageToken(java.lang.String pageToken) {
2905429058
this.pageToken = pageToken;
@@ -29090,9 +29094,9 @@ public class Data {
2909029094
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
2909129095
*
2909229096
* @param name Required. The name of the debug session transaction. Must be of the form: `organizations/{organizati
29093-
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}/dat
29094-
* a/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions
29095-
* are checked differently . To learn more, read the [Apigee Spaces
29097+
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_sessio
29098+
* n}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM
29099+
* permissions are checked differently . To learn more, read the [Apigee Spaces
2909629100
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
2909729101
* administration/spaces/apigee-spaces-overview).
2909829102
* @return the request
@@ -29121,9 +29125,9 @@ public class Get extends ApigeeRequest<com.google.api.services.apigee.v1.model.G
2912129125
* called to initialize this instance immediately after invoking the constructor. </p>
2912229126
*
2912329127
* @param name Required. The name of the debug session transaction. Must be of the form: `organizations/{organizati
29124-
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}/dat
29125-
* a/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions
29126-
* are checked differently . To learn more, read the [Apigee Spaces
29128+
* on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_sessio
29129+
* n}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM
29130+
* permissions are checked differently . To learn more, read the [Apigee Spaces
2912729131
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
2912829132
* administration/spaces/apigee-spaces-overview).
2912929133
* @since 1.13
@@ -29206,18 +29210,18 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
2920629210
/**
2920729211
* Required. The name of the debug session transaction. Must be of the form: `organi
2920829212
* zations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}
29209-
* /debugsessions/{session}/data/{transaction}`. If the API proxy resource has the
29210-
* `space` attribute set, IAM permissions are checked differently . To learn more,
29211-
* read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
29213+
* /debugsessions/{debug_session}/data/{transaction}`. If the API proxy resource has
29214+
* the `space` attribute set, IAM permissions are checked differently . To learn
29215+
* more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
2921229216
* platform/system-administration/spaces/apigee-spaces-overview).
2921329217
*/
2921429218
@com.google.api.client.util.Key
2921529219
private java.lang.String name;
2921629220

2921729221
/** Required. The name of the debug session transaction. Must be of the form: `organizations/{organizat
29218-
ion}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}/data/{trans
29219-
action}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked
29220-
differently . To learn more, read the [Apigee Spaces
29222+
ion}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}/data/
29223+
{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are
29224+
checked differently . To learn more, read the [Apigee Spaces
2922129225
Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-
2922229226
spaces-overview).
2922329227
*/
@@ -29228,9 +29232,9 @@ public java.lang.String getName() {
2922829232
/**
2922929233
* Required. The name of the debug session transaction. Must be of the form: `organi
2923029234
* zations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}
29231-
* /debugsessions/{session}/data/{transaction}`. If the API proxy resource has the
29232-
* `space` attribute set, IAM permissions are checked differently . To learn more,
29233-
* read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
29235+
* /debugsessions/{debug_session}/data/{transaction}`. If the API proxy resource has
29236+
* the `space` attribute set, IAM permissions are checked differently . To learn
29237+
* more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
2923429238
* platform/system-administration/spaces/apigee-spaces-overview).
2923529239
*/
2923629240
public Get setName(java.lang.String name) {
@@ -52411,22 +52415,22 @@ public Patch setName(java.lang.String name) {
5241152415
}
5241252416

5241352417
/**
52414-
* Optional. The list of fields to update. Valid fields to update are `profile`, `scope`,
52415-
* `include_all_resources`, `include`, and `exclude`.
52418+
* Optional. The list of fields to update. Valid fields to update are
52419+
* `include_all_resources` and `include`.
5241652420
*/
5241752421
@com.google.api.client.util.Key
5241852422
private String updateMask;
5241952423

52420-
/** Optional. The list of fields to update. Valid fields to update are `profile`, `scope`,
52421-
`include_all_resources`, `include`, and `exclude`.
52424+
/** Optional. The list of fields to update. Valid fields to update are `include_all_resources` and
52425+
`include`.
5242252426
*/
5242352427
public String getUpdateMask() {
5242452428
return updateMask;
5242552429
}
5242652430

5242752431
/**
52428-
* Optional. The list of fields to update. Valid fields to update are `profile`, `scope`,
52429-
* `include_all_resources`, `include`, and `exclude`.
52432+
* Optional. The list of fields to update. Valid fields to update are
52433+
* `include_all_resources` and `include`.
5243052434
*/
5243152435
public Patch setUpdateMask(String updateMask) {
5243252436
this.updateMask = updateMask;

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

0 commit comments

Comments
 (0)