Skip to content

Commit d105da8

Browse files
1 parent a1315f1 commit d105da8

File tree

12 files changed

+219
-201
lines changed

12 files changed

+219
-201
lines changed

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

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/VMwareEngine.java

Lines changed: 129 additions & 120 deletions
Large diffs are not rendered by default.

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/Cluster.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
5252
private java.lang.Boolean management;
5353

5454
/**
55-
* Output only. The resource name of this cluster. Resource names are schemeless URIs that follow
56-
* the conventions in https://cloud.google.com/apis/design/resource_names. For example:
57-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
55+
* Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs
56+
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
57+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-
58+
* cluster`
5859
* The value may be {@code null}.
5960
*/
6061
@com.google.api.client.util.Key
@@ -151,19 +152,21 @@ public Cluster setManagement(java.lang.Boolean management) {
151152
}
152153

153154
/**
154-
* Output only. The resource name of this cluster. Resource names are schemeless URIs that follow
155-
* the conventions in https://cloud.google.com/apis/design/resource_names. For example:
156-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
155+
* Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs
156+
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
157+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-
158+
* cluster`
157159
* @return value or {@code null} for none
158160
*/
159161
public java.lang.String getName() {
160162
return name;
161163
}
162164

163165
/**
164-
* Output only. The resource name of this cluster. Resource names are schemeless URIs that follow
165-
* the conventions in https://cloud.google.com/apis/design/resource_names. For example:
166-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-cluster`
166+
* Output only. Identifier. The resource name of this cluster. Resource names are schemeless URIs
167+
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
168+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters/my-
169+
* cluster`
167170
* @param name name or {@code null} for none
168171
*/
169172
public Cluster setName(java.lang.String name) {

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/DnsForwarding.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public final class DnsForwarding extends com.google.api.client.json.GenericJson
4545
private java.util.List<ForwardingRule> forwardingRules;
4646

4747
/**
48-
* Output only. The resource name of this DNS profile. Resource names are schemeless URIs that
49-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
50-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`
48+
* Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless
49+
* URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
50+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -95,19 +95,19 @@ public DnsForwarding setForwardingRules(java.util.List<ForwardingRule> forwardin
9595
}
9696

9797
/**
98-
* Output only. The resource name of this DNS profile. Resource names are schemeless URIs that
99-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
100-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`
98+
* Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless
99+
* URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
100+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`
101101
* @return value or {@code null} for none
102102
*/
103103
public java.lang.String getName() {
104104
return name;
105105
}
106106

107107
/**
108-
* Output only. The resource name of this DNS profile. Resource names are schemeless URIs that
109-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
110-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`
108+
* Output only. Identifier. The resource name of this DNS profile. Resource names are schemeless
109+
* URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
110+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/dnsForwarding`
111111
* @param name name or {@code null} for none
112112
*/
113113
public DnsForwarding setName(java.lang.String name) {

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/ExternalAddress.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ public final class ExternalAddress extends com.google.api.client.json.GenericJso
5959
private java.lang.String internalIp;
6060

6161
/**
62-
* Output only. The resource name of this external IP address. Resource names are schemeless URIs
63-
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
64-
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-
65-
* cloud/externalAddresses/my-address`
62+
* Output only. Identifier. The resource name of this external IP address. Resource names are
63+
* schemeless URIs that follow the conventions in
64+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
65+
* project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`
6666
* The value may be {@code null}.
6767
*/
6868
@com.google.api.client.util.Key
@@ -158,21 +158,21 @@ public ExternalAddress setInternalIp(java.lang.String internalIp) {
158158
}
159159

160160
/**
161-
* Output only. The resource name of this external IP address. Resource names are schemeless URIs
162-
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
163-
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-
164-
* cloud/externalAddresses/my-address`
161+
* Output only. Identifier. The resource name of this external IP address. Resource names are
162+
* schemeless URIs that follow the conventions in
163+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
164+
* project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`
165165
* @return value or {@code null} for none
166166
*/
167167
public java.lang.String getName() {
168168
return name;
169169
}
170170

171171
/**
172-
* Output only. The resource name of this external IP address. Resource names are schemeless URIs
173-
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
174-
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-
175-
* cloud/externalAddresses/my-address`
172+
* Output only. Identifier. The resource name of this external IP address. Resource names are
173+
* schemeless URIs that follow the conventions in
174+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
175+
* project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address`
176176
* @param name name or {@code null} for none
177177
*/
178178
public ExternalAddress setName(java.lang.String name) {

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/NetworkPeering.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ public final class NetworkPeering extends com.google.api.client.json.GenericJson
9090
private java.lang.Boolean importCustomRoutesWithPublicIp;
9191

9292
/**
93-
* Output only. The resource name of the network peering. NetworkPeering is a global resource and
94-
* location can only be global. Resource names are scheme-less URIs that follow the conventions in
95-
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
93+
* Output only. Identifier. The resource name of the network peering. NetworkPeering is a global
94+
* resource and location can only be global. Resource names are scheme-less URIs that follow the
95+
* conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
9696
* project/locations/global/networkPeerings/my-peering`
9797
* The value may be {@code null}.
9898
*/
@@ -308,9 +308,9 @@ public NetworkPeering setImportCustomRoutesWithPublicIp(java.lang.Boolean import
308308
}
309309

310310
/**
311-
* Output only. The resource name of the network peering. NetworkPeering is a global resource and
312-
* location can only be global. Resource names are scheme-less URIs that follow the conventions in
313-
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
311+
* Output only. Identifier. The resource name of the network peering. NetworkPeering is a global
312+
* resource and location can only be global. Resource names are scheme-less URIs that follow the
313+
* conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
314314
* project/locations/global/networkPeerings/my-peering`
315315
* @return value or {@code null} for none
316316
*/
@@ -319,9 +319,9 @@ public java.lang.String getName() {
319319
}
320320

321321
/**
322-
* Output only. The resource name of the network peering. NetworkPeering is a global resource and
323-
* location can only be global. Resource names are scheme-less URIs that follow the conventions in
324-
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
322+
* Output only. Identifier. The resource name of the network peering. NetworkPeering is a global
323+
* resource and location can only be global. Resource names are scheme-less URIs that follow the
324+
* conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
325325
* project/locations/global/networkPeerings/my-peering`
326326
* @param name name or {@code null} for none
327327
*/

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/NetworkPolicy.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ public final class NetworkPolicy extends com.google.api.client.json.GenericJson
7373
private NetworkService internetAccess;
7474

7575
/**
76-
* Output only. The resource name of this network policy. Resource names are schemeless URIs that
77-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
78-
* `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`
76+
* Output only. Identifier. The resource name of this network policy. Resource names are
77+
* schemeless URIs that follow the conventions in
78+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
79+
* project/locations/us-central1/networkPolicies/my-network-policy`
7980
* The value may be {@code null}.
8081
*/
8182
@com.google.api.client.util.Key
@@ -207,19 +208,21 @@ public NetworkPolicy setInternetAccess(NetworkService internetAccess) {
207208
}
208209

209210
/**
210-
* Output only. The resource name of this network policy. Resource names are schemeless URIs that
211-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
212-
* `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`
211+
* Output only. Identifier. The resource name of this network policy. Resource names are
212+
* schemeless URIs that follow the conventions in
213+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
214+
* project/locations/us-central1/networkPolicies/my-network-policy`
213215
* @return value or {@code null} for none
214216
*/
215217
public java.lang.String getName() {
216218
return name;
217219
}
218220

219221
/**
220-
* Output only. The resource name of this network policy. Resource names are schemeless URIs that
221-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
222-
* `projects/my-project/locations/us-central1/networkPolicies/my-network-policy`
222+
* Output only. Identifier. The resource name of this network policy. Resource names are
223+
* schemeless URIs that follow the conventions in
224+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
225+
* project/locations/us-central1/networkPolicies/my-network-policy`
223226
* @param name name or {@code null} for none
224227
*/
225228
public NetworkPolicy setName(java.lang.String name) {

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/PrivateCloud.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ public final class PrivateCloud extends com.google.api.client.json.GenericJson {
7676
private ManagementCluster managementCluster;
7777

7878
/**
79-
* Output only. The resource name of this private cloud. Resource names are schemeless URIs that
80-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
81-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
79+
* Output only. Identifier. The resource name of this private cloud. Resource names are schemeless
80+
* URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
81+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
8282
* The value may be {@code null}.
8383
*/
8484
@com.google.api.client.util.Key
@@ -242,19 +242,19 @@ public PrivateCloud setManagementCluster(ManagementCluster managementCluster) {
242242
}
243243

244244
/**
245-
* Output only. The resource name of this private cloud. Resource names are schemeless URIs that
246-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
247-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
245+
* Output only. Identifier. The resource name of this private cloud. Resource names are schemeless
246+
* URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
247+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
248248
* @return value or {@code null} for none
249249
*/
250250
public java.lang.String getName() {
251251
return name;
252252
}
253253

254254
/**
255-
* Output only. The resource name of this private cloud. Resource names are schemeless URIs that
256-
* follow the conventions in https://cloud.google.com/apis/design/resource_names. For example:
257-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
255+
* Output only. Identifier. The resource name of this private cloud. Resource names are schemeless
256+
* URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
257+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
258258
* @param name name or {@code null} for none
259259
*/
260260
public PrivateCloud setName(java.lang.String name) {

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/Subnet.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public final class Subnet extends com.google.api.client.json.GenericJson {
4545
private java.lang.String ipCidrRange;
4646

4747
/**
48-
* Output only. The resource name of this subnet. Resource names are schemeless URIs that follow
49-
* the conventions in https://cloud.google.com/apis/design/resource_names. For example:
50-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
48+
* Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs
49+
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
50+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -109,19 +109,19 @@ public Subnet setIpCidrRange(java.lang.String ipCidrRange) {
109109
}
110110

111111
/**
112-
* Output only. The resource name of this subnet. Resource names are schemeless URIs that follow
113-
* the conventions in https://cloud.google.com/apis/design/resource_names. For example:
114-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
112+
* Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs
113+
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
114+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
115115
* @return value or {@code null} for none
116116
*/
117117
public java.lang.String getName() {
118118
return name;
119119
}
120120

121121
/**
122-
* Output only. The resource name of this subnet. Resource names are schemeless URIs that follow
123-
* the conventions in https://cloud.google.com/apis/design/resource_names. For example:
124-
* `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
122+
* Output only. Identifier. The resource name of this subnet. Resource names are schemeless URIs
123+
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
124+
* example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/subnets/my-subnet`
125125
* @param name name or {@code null} for none
126126
*/
127127
public Subnet setName(java.lang.String name) {

clients/google-api-services-vmwareengine/v1/2.0.0/com/google/api/services/vmwareengine/v1/model/VmwareEngineNetwork.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ public final class VmwareEngineNetwork extends com.google.api.client.json.Generi
5353
private java.lang.String etag;
5454

5555
/**
56-
* Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs
57-
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
58-
* example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`
56+
* Output only. Identifier. The resource name of the VMware Engine network. Resource names are
57+
* schemeless URIs that follow the conventions in
58+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
59+
* project/locations/global/vmwareEngineNetworks/my-network`
5960
* The value may be {@code null}.
6061
*/
6162
@com.google.api.client.util.Key
@@ -153,19 +154,21 @@ public VmwareEngineNetwork setEtag(java.lang.String etag) {
153154
}
154155

155156
/**
156-
* Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs
157-
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
158-
* example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`
157+
* Output only. Identifier. The resource name of the VMware Engine network. Resource names are
158+
* schemeless URIs that follow the conventions in
159+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
160+
* project/locations/global/vmwareEngineNetworks/my-network`
159161
* @return value or {@code null} for none
160162
*/
161163
public java.lang.String getName() {
162164
return name;
163165
}
164166

165167
/**
166-
* Output only. The resource name of the VMware Engine network. Resource names are schemeless URIs
167-
* that follow the conventions in https://cloud.google.com/apis/design/resource_names. For
168-
* example: `projects/my-project/locations/global/vmwareEngineNetworks/my-network`
168+
* Output only. Identifier. The resource name of the VMware Engine network. Resource names are
169+
* schemeless URIs that follow the conventions in
170+
* https://cloud.google.com/apis/design/resource_names. For example: `projects/my-
171+
* project/locations/global/vmwareEngineNetworks/my-network`
169172
* @param name name or {@code null} for none
170173
*/
171174
public VmwareEngineNetwork setName(java.lang.String name) {

0 commit comments

Comments
 (0)