Skip to content

Commit 9b130be

Browse files
1 parent c95be17 commit 9b130be

14 files changed

+3896
-341
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-rev20250214-2.0.0</version>
25+
<version>v1-rev20250306-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-rev20250214-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250306-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: 3336 additions & 322 deletions
Large diffs are not rendered by default.

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,16 @@ public final class GoogleCloudApigeeV1ApiProduct extends com.google.api.client.j
211211
@com.google.api.client.util.Key
212212
private java.util.List<java.lang.String> scopes;
213213

214+
/**
215+
* Optional. The resource ID of the parent Space. If not set, the parent resource will be the
216+
* Organization. To learn how Spaces can be used to manage resources, read the [Apigee Spaces
217+
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
218+
* administration/spaces/apigee-spaces-overview).
219+
* The value may be {@code null}.
220+
*/
221+
@com.google.api.client.util.Key
222+
private java.lang.String space;
223+
214224
/**
215225
* Comma-separated list of API resources to be bundled in the API product. By default, the
216226
* resource paths are mapped from the `proxy.pathsuffix` variable. The proxy path suffix is
@@ -629,6 +639,29 @@ public GoogleCloudApigeeV1ApiProduct setScopes(java.util.List<java.lang.String>
629639
return this;
630640
}
631641

642+
/**
643+
* Optional. The resource ID of the parent Space. If not set, the parent resource will be the
644+
* Organization. To learn how Spaces can be used to manage resources, read the [Apigee Spaces
645+
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
646+
* administration/spaces/apigee-spaces-overview).
647+
* @return value or {@code null} for none
648+
*/
649+
public java.lang.String getSpace() {
650+
return space;
651+
}
652+
653+
/**
654+
* Optional. The resource ID of the parent Space. If not set, the parent resource will be the
655+
* Organization. To learn how Spaces can be used to manage resources, read the [Apigee Spaces
656+
* Overview](https://cloud.google.com/apigee/docs/api-platform/system-
657+
* administration/spaces/apigee-spaces-overview).
658+
* @param space space or {@code null} for none
659+
*/
660+
public GoogleCloudApigeeV1ApiProduct setSpace(java.lang.String space) {
661+
this.space = space;
662+
return this;
663+
}
664+
632665
@Override
633666
public GoogleCloudApigeeV1ApiProduct set(String fieldName, Object value) {
634667
return (GoogleCloudApigeeV1ApiProduct) super.set(fieldName, value);

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ public final class GoogleCloudApigeeV1ApiProxy extends com.google.api.client.jso
8080
@com.google.api.client.util.Key
8181
private java.util.List<java.lang.String> revision;
8282

83+
/**
84+
* Optional. The id of the space this proxy is associated with. Any IAM policies applied to the
85+
* space will control access to this proxy. To learn how Spaces can be used to manage resources,
86+
* read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
87+
* administration/spaces/apigee-spaces-overview).
88+
* The value may be {@code null}.
89+
*/
90+
@com.google.api.client.util.Key
91+
private java.lang.String space;
92+
8393
/**
8494
* Output only. The type of the API proxy.
8595
* @return value or {@code null} for none
@@ -203,6 +213,29 @@ public GoogleCloudApigeeV1ApiProxy setRevision(java.util.List<java.lang.String>
203213
return this;
204214
}
205215

216+
/**
217+
* Optional. The id of the space this proxy is associated with. Any IAM policies applied to the
218+
* space will control access to this proxy. To learn how Spaces can be used to manage resources,
219+
* read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
220+
* administration/spaces/apigee-spaces-overview).
221+
* @return value or {@code null} for none
222+
*/
223+
public java.lang.String getSpace() {
224+
return space;
225+
}
226+
227+
/**
228+
* Optional. The id of the space this proxy is associated with. Any IAM policies applied to the
229+
* space will control access to this proxy. To learn how Spaces can be used to manage resources,
230+
* read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
231+
* administration/spaces/apigee-spaces-overview).
232+
* @param space space or {@code null} for none
233+
*/
234+
public GoogleCloudApigeeV1ApiProxy setSpace(java.lang.String space) {
235+
this.space = space;
236+
return this;
237+
}
238+
206239
@Override
207240
public GoogleCloudApigeeV1ApiProxy set(String fieldName, Object value) {
208241
return (GoogleCloudApigeeV1ApiProxy) super.set(fieldName, value);

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1Deployment.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 GoogleCloudApigeeV1Deployment.
20+
* Deployment represents a deployment of an API proxy or shared flow.
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/GoogleCloudApigeeV1Environment.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ public final class GoogleCloudApigeeV1Environment extends com.google.api.client.
8282

8383
/**
8484
* Optional. URI of the forward proxy to be applied to the runtime instances in this environment.
85-
* Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of
86-
* "http" or "https", and the port must be supplied. To remove a forward proxy setting, update the
87-
* field to an empty value. Note: At this time, PUT operations to add forwardProxyUri to an
88-
* existing environment fail if the environment has nodeConfig set up. To successfully add the
85+
* Must be in the format of {scheme}://{hostname}:{port}. Note that the only supported scheme is
86+
* "http". The port must be supplied. To remove a forward proxy setting, update the field to an
87+
* empty value. Note: At this time, PUT operations to add forwardProxyUri to an existing
88+
* environment fail if the environment has nodeConfig set up. To successfully add the
8989
* forwardProxyUri setting in this case, include the NodeConfig details with the request.
9090
* The value may be {@code null}.
9191
*/
@@ -264,10 +264,10 @@ public GoogleCloudApigeeV1Environment setDisplayName(java.lang.String displayNam
264264

265265
/**
266266
* Optional. URI of the forward proxy to be applied to the runtime instances in this environment.
267-
* Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of
268-
* "http" or "https", and the port must be supplied. To remove a forward proxy setting, update the
269-
* field to an empty value. Note: At this time, PUT operations to add forwardProxyUri to an
270-
* existing environment fail if the environment has nodeConfig set up. To successfully add the
267+
* Must be in the format of {scheme}://{hostname}:{port}. Note that the only supported scheme is
268+
* "http". The port must be supplied. To remove a forward proxy setting, update the field to an
269+
* empty value. Note: At this time, PUT operations to add forwardProxyUri to an existing
270+
* environment fail if the environment has nodeConfig set up. To successfully add the
271271
* forwardProxyUri setting in this case, include the NodeConfig details with the request.
272272
* @return value or {@code null} for none
273273
*/
@@ -277,10 +277,10 @@ public java.lang.String getForwardProxyUri() {
277277

278278
/**
279279
* Optional. URI of the forward proxy to be applied to the runtime instances in this environment.
280-
* Must be in the format of {scheme}://{hostname}:{port}. Note that the scheme must be one of
281-
* "http" or "https", and the port must be supplied. To remove a forward proxy setting, update the
282-
* field to an empty value. Note: At this time, PUT operations to add forwardProxyUri to an
283-
* existing environment fail if the environment has nodeConfig set up. To successfully add the
280+
* Must be in the format of {scheme}://{hostname}:{port}. Note that the only supported scheme is
281+
* "http". The port must be supplied. To remove a forward proxy setting, update the field to an
282+
* empty value. Note: At this time, PUT operations to add forwardProxyUri to an existing
283+
* environment fail if the environment has nodeConfig set up. To successfully add the
284284
* forwardProxyUri setting in this case, include the NodeConfig details with the request.
285285
* @param forwardProxyUri forwardProxyUri or {@code null} for none
286286
*/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.apigee.v1.model;
18+
19+
/**
20+
* A response to a ListSpaces request containing the list of organization spaces and a page token
21+
* for the next page.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Apigee API. For a detailed explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudApigeeV1ListSpacesResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* A token that can be sent as `page_token` to retrieve the next page. If this field is omitted,
35+
* there are no subsequent pages.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String nextPageToken;
40+
41+
/**
42+
* List of Apigee organization spaces.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.util.List<GoogleCloudApigeeV1Space> spaces;
47+
48+
/**
49+
* A token that can be sent as `page_token` to retrieve the next page. If this field is omitted,
50+
* there are no subsequent pages.
51+
* @return value or {@code null} for none
52+
*/
53+
public java.lang.String getNextPageToken() {
54+
return nextPageToken;
55+
}
56+
57+
/**
58+
* A token that can be sent as `page_token` to retrieve the next page. If this field is omitted,
59+
* there are no subsequent pages.
60+
* @param nextPageToken nextPageToken or {@code null} for none
61+
*/
62+
public GoogleCloudApigeeV1ListSpacesResponse setNextPageToken(java.lang.String nextPageToken) {
63+
this.nextPageToken = nextPageToken;
64+
return this;
65+
}
66+
67+
/**
68+
* List of Apigee organization spaces.
69+
* @return value or {@code null} for none
70+
*/
71+
public java.util.List<GoogleCloudApigeeV1Space> getSpaces() {
72+
return spaces;
73+
}
74+
75+
/**
76+
* List of Apigee organization spaces.
77+
* @param spaces spaces or {@code null} for none
78+
*/
79+
public GoogleCloudApigeeV1ListSpacesResponse setSpaces(java.util.List<GoogleCloudApigeeV1Space> spaces) {
80+
this.spaces = spaces;
81+
return this;
82+
}
83+
84+
@Override
85+
public GoogleCloudApigeeV1ListSpacesResponse set(String fieldName, Object value) {
86+
return (GoogleCloudApigeeV1ListSpacesResponse) super.set(fieldName, value);
87+
}
88+
89+
@Override
90+
public GoogleCloudApigeeV1ListSpacesResponse clone() {
91+
return (GoogleCloudApigeeV1ListSpacesResponse) super.clone();
92+
}
93+
94+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.apigee.v1.model;
18+
19+
/**
20+
* Moves API product to a different space.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Apigee API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudApigeeV1MoveApiProductRequest extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Optional. Resource ID of the space to move the API product to. If unspecified, the API product
34+
* will be moved to the organization level.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String space;
39+
40+
/**
41+
* Optional. Resource ID of the space to move the API product to. If unspecified, the API product
42+
* will be moved to the organization level.
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getSpace() {
46+
return space;
47+
}
48+
49+
/**
50+
* Optional. Resource ID of the space to move the API product to. If unspecified, the API product
51+
* will be moved to the organization level.
52+
* @param space space or {@code null} for none
53+
*/
54+
public GoogleCloudApigeeV1MoveApiProductRequest setSpace(java.lang.String space) {
55+
this.space = space;
56+
return this;
57+
}
58+
59+
@Override
60+
public GoogleCloudApigeeV1MoveApiProductRequest set(String fieldName, Object value) {
61+
return (GoogleCloudApigeeV1MoveApiProductRequest) super.set(fieldName, value);
62+
}
63+
64+
@Override
65+
public GoogleCloudApigeeV1MoveApiProductRequest clone() {
66+
return (GoogleCloudApigeeV1MoveApiProductRequest) super.clone();
67+
}
68+
69+
}

0 commit comments

Comments
 (0)