Skip to content

Commit a68526f

Browse files
1 parent 5eb1212 commit a68526f

File tree

13 files changed

+715
-26
lines changed

13 files changed

+715
-26
lines changed

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

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/Networkconnectivity.java

Lines changed: 288 additions & 3 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
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.networkconnectivity.v1.model;
18+
19+
/**
20+
* The request for HubService.AcceptSpokeUpdate.
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 Network Connectivity API. For a detailed explanation
24+
* 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 AcceptSpokeUpdateRequest extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must
35+
* retry your request, the server knows to ignore the request if it has already been completed.
36+
* The server guarantees that a request doesn't result in creation of duplicate commitments for at
37+
* least 60 minutes. For example, consider a situation where you make an initial request and the
38+
* request times out. If you make the request again with the same request ID, the server can check
39+
* to see whether the original operation was received. If it was, the server ignores the second
40+
* request. This behavior prevents clients from mistakenly creating duplicate commitments. The
41+
* request ID must be a valid UUID, with the exception that zero UUID is not supported
42+
* (00000000-0000-0000-0000-000000000000).
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String requestId;
47+
48+
/**
49+
* Required. The etag of the spoke to accept update.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String spokeEtag;
54+
55+
/**
56+
* Required. The URI of the spoke to accept update.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.lang.String spokeUri;
61+
62+
/**
63+
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must
64+
* retry your request, the server knows to ignore the request if it has already been completed.
65+
* The server guarantees that a request doesn't result in creation of duplicate commitments for at
66+
* least 60 minutes. For example, consider a situation where you make an initial request and the
67+
* request times out. If you make the request again with the same request ID, the server can check
68+
* to see whether the original operation was received. If it was, the server ignores the second
69+
* request. This behavior prevents clients from mistakenly creating duplicate commitments. The
70+
* request ID must be a valid UUID, with the exception that zero UUID is not supported
71+
* (00000000-0000-0000-0000-000000000000).
72+
* @return value or {@code null} for none
73+
*/
74+
public java.lang.String getRequestId() {
75+
return requestId;
76+
}
77+
78+
/**
79+
* Optional. A request ID to identify requests. Specify a unique request ID so that if you must
80+
* retry your request, the server knows to ignore the request if it has already been completed.
81+
* The server guarantees that a request doesn't result in creation of duplicate commitments for at
82+
* least 60 minutes. For example, consider a situation where you make an initial request and the
83+
* request times out. If you make the request again with the same request ID, the server can check
84+
* to see whether the original operation was received. If it was, the server ignores the second
85+
* request. This behavior prevents clients from mistakenly creating duplicate commitments. The
86+
* request ID must be a valid UUID, with the exception that zero UUID is not supported
87+
* (00000000-0000-0000-0000-000000000000).
88+
* @param requestId requestId or {@code null} for none
89+
*/
90+
public AcceptSpokeUpdateRequest setRequestId(java.lang.String requestId) {
91+
this.requestId = requestId;
92+
return this;
93+
}
94+
95+
/**
96+
* Required. The etag of the spoke to accept update.
97+
* @return value or {@code null} for none
98+
*/
99+
public java.lang.String getSpokeEtag() {
100+
return spokeEtag;
101+
}
102+
103+
/**
104+
* Required. The etag of the spoke to accept update.
105+
* @param spokeEtag spokeEtag or {@code null} for none
106+
*/
107+
public AcceptSpokeUpdateRequest setSpokeEtag(java.lang.String spokeEtag) {
108+
this.spokeEtag = spokeEtag;
109+
return this;
110+
}
111+
112+
/**
113+
* Required. The URI of the spoke to accept update.
114+
* @return value or {@code null} for none
115+
*/
116+
public java.lang.String getSpokeUri() {
117+
return spokeUri;
118+
}
119+
120+
/**
121+
* Required. The URI of the spoke to accept update.
122+
* @param spokeUri spokeUri or {@code null} for none
123+
*/
124+
public AcceptSpokeUpdateRequest setSpokeUri(java.lang.String spokeUri) {
125+
this.spokeUri = spokeUri;
126+
return this;
127+
}
128+
129+
@Override
130+
public AcceptSpokeUpdateRequest set(String fieldName, Object value) {
131+
return (AcceptSpokeUpdateRequest) super.set(fieldName, value);
132+
}
133+
134+
@Override
135+
public AcceptSpokeUpdateRequest clone() {
136+
return (AcceptSpokeUpdateRequest) super.clone();
137+
}
138+
139+
}

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/Hub.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public final class Hub extends com.google.api.client.json.GenericJson {
4949
private java.lang.String description;
5050

5151
/**
52-
* Optional. Whether Private Service Connect transitivity is enabled for the hub. If true, Private
53-
* Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC
54-
* spokes attached to the hub. The default value is false.
52+
* Optional. Whether Private Service Connect connection propagation is enabled for the hub. If
53+
* true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible
54+
* to other VPC spokes attached to the hub. The default value is false.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
@@ -177,19 +177,19 @@ public Hub setDescription(java.lang.String description) {
177177
}
178178

179179
/**
180-
* Optional. Whether Private Service Connect transitivity is enabled for the hub. If true, Private
181-
* Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC
182-
* spokes attached to the hub. The default value is false.
180+
* Optional. Whether Private Service Connect connection propagation is enabled for the hub. If
181+
* true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible
182+
* to other VPC spokes attached to the hub. The default value is false.
183183
* @return value or {@code null} for none
184184
*/
185185
public java.lang.Boolean getExportPsc() {
186186
return exportPsc;
187187
}
188188

189189
/**
190-
* Optional. Whether Private Service Connect transitivity is enabled for the hub. If true, Private
191-
* Service Connect endpoints in VPC spokes attached to the hub are made accessible to other VPC
192-
* spokes attached to the hub. The default value is false.
190+
* Optional. Whether Private Service Connect connection propagation is enabled for the hub. If
191+
* true, Private Service Connect endpoints in VPC spokes attached to the hub are made accessible
192+
* to other VPC spokes attached to the hub. The default value is false.
193193
* @param exportPsc exportPsc or {@code null} for none
194194
*/
195195
public Hub setExportPsc(java.lang.Boolean exportPsc) {

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedProducerVpcNetwork.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ public final class LinkedProducerVpcNetwork extends com.google.api.client.json.G
6767
@com.google.api.client.util.Key
6868
private java.lang.String producerNetwork;
6969

70+
/**
71+
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
72+
* The value may be {@code null}.
73+
*/
74+
@com.google.api.client.util.Key
75+
private java.util.List<java.lang.String> proposedIncludeExportRanges;
76+
7077
/**
7178
* Output only. The Service Consumer Network spoke.
7279
* The value may be {@code null}.
@@ -163,6 +170,23 @@ public LinkedProducerVpcNetwork setProducerNetwork(java.lang.String producerNetw
163170
return this;
164171
}
165172

173+
/**
174+
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
175+
* @return value or {@code null} for none
176+
*/
177+
public java.util.List<java.lang.String> getProposedIncludeExportRanges() {
178+
return proposedIncludeExportRanges;
179+
}
180+
181+
/**
182+
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
183+
* @param proposedIncludeExportRanges proposedIncludeExportRanges or {@code null} for none
184+
*/
185+
public LinkedProducerVpcNetwork setProposedIncludeExportRanges(java.util.List<java.lang.String> proposedIncludeExportRanges) {
186+
this.proposedIncludeExportRanges = proposedIncludeExportRanges;
187+
return this;
188+
}
189+
166190
/**
167191
* Output only. The Service Consumer Network spoke.
168192
* @return value or {@code null} for none

clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedVpcNetwork.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ public final class LinkedVpcNetwork extends com.google.api.client.json.GenericJs
5555
@com.google.api.client.util.Key
5656
private java.util.List<java.lang.String> producerVpcSpokes;
5757

58+
/**
59+
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
60+
* The value may be {@code null}.
61+
*/
62+
@com.google.api.client.util.Key
63+
private java.util.List<java.lang.String> proposedIncludeExportRanges;
64+
5865
/**
5966
* Required. The URI of the VPC network resource.
6067
* The value may be {@code null}.
@@ -121,6 +128,23 @@ public LinkedVpcNetwork setProducerVpcSpokes(java.util.List<java.lang.String> pr
121128
return this;
122129
}
123130

131+
/**
132+
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
133+
* @return value or {@code null} for none
134+
*/
135+
public java.util.List<java.lang.String> getProposedIncludeExportRanges() {
136+
return proposedIncludeExportRanges;
137+
}
138+
139+
/**
140+
* Optional. The proposed include export IP ranges waiting for hub administration's approval.
141+
* @param proposedIncludeExportRanges proposedIncludeExportRanges or {@code null} for none
142+
*/
143+
public LinkedVpcNetwork setProposedIncludeExportRanges(java.util.List<java.lang.String> proposedIncludeExportRanges) {
144+
this.proposedIncludeExportRanges = proposedIncludeExportRanges;
145+
return this;
146+
}
147+
124148
/**
125149
* Required. The URI of the VPC network resource.
126150
* @return value or {@code null} for none

0 commit comments

Comments
 (0)