Skip to content

Commit a12720d

Browse files
1 parent 30ee8d9 commit a12720d

File tree

6 files changed

+141
-21
lines changed

6 files changed

+141
-21
lines changed

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

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/Connectors.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -723,22 +723,22 @@ public List setName(java.lang.String name) {
723723
}
724724

725725
/**
726-
* Optional. A list of extra location types that should be used as conditions for
727-
* controlling the visibility of the locations.
726+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
727+
* documented otherwise. This is primarily for internal usage.
728728
*/
729729
@com.google.api.client.util.Key
730730
private java.util.List<java.lang.String> extraLocationTypes;
731731

732-
/** Optional. A list of extra location types that should be used as conditions for controlling the
733-
visibility of the locations.
732+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
733+
otherwise. This is primarily for internal usage.
734734
*/
735735
public java.util.List<java.lang.String> getExtraLocationTypes() {
736736
return extraLocationTypes;
737737
}
738738

739739
/**
740-
* Optional. A list of extra location types that should be used as conditions for
741-
* controlling the visibility of the locations.
740+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
741+
* documented otherwise. This is primarily for internal usage.
742742
*/
743743
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
744744
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-connectors/v1/2.0.0/com/google/api/services/connectors/v1/model/ConnectorInfraConfig.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ public final class ConnectorInfraConfig extends com.google.api.client.json.Gener
9494
private java.lang.Boolean migrateTls;
9595

9696
/**
97-
* Indicate whether connector is being migrated to use direct VPC egress.
97+
* Network egress mode override to migrate to direct VPC egress.
9898
* The value may be {@code null}.
9999
*/
100100
@com.google.api.client.util.Key
101-
private java.lang.String networkEgressMode;
101+
private NetworkEgressModeOverride networkEgressModeOverride;
102102

103103
/**
104104
* Indicate whether cloud spanner is required for connector job.
@@ -296,19 +296,19 @@ public ConnectorInfraConfig setMigrateTls(java.lang.Boolean migrateTls) {
296296
}
297297

298298
/**
299-
* Indicate whether connector is being migrated to use direct VPC egress.
299+
* Network egress mode override to migrate to direct VPC egress.
300300
* @return value or {@code null} for none
301301
*/
302-
public java.lang.String getNetworkEgressMode() {
303-
return networkEgressMode;
302+
public NetworkEgressModeOverride getNetworkEgressModeOverride() {
303+
return networkEgressModeOverride;
304304
}
305305

306306
/**
307-
* Indicate whether connector is being migrated to use direct VPC egress.
308-
* @param networkEgressMode networkEgressMode or {@code null} for none
307+
* Network egress mode override to migrate to direct VPC egress.
308+
* @param networkEgressModeOverride networkEgressModeOverride or {@code null} for none
309309
*/
310-
public ConnectorInfraConfig setNetworkEgressMode(java.lang.String networkEgressMode) {
311-
this.networkEgressMode = networkEgressMode;
310+
public ConnectorInfraConfig setNetworkEgressModeOverride(NetworkEgressModeOverride networkEgressModeOverride) {
311+
this.networkEgressModeOverride = networkEgressModeOverride;
312312
return this;
313313
}
314314

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
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.connectors.v1.model;
18+
19+
/**
20+
* NetworkEgressModeOverride provides the network egress mode override for a connector.
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 Connectors 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 NetworkEgressModeOverride extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* boolean should be set to true to make sure only eventing enabled connections are migrated to
34+
* direct vpc egress.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.Boolean isEventingOverrideEnabled;
39+
40+
/**
41+
* boolean should be set to true to make sure only async operations enabled connections are
42+
* migrated to direct vpc egress.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Boolean isJobsOverrideEnabled;
47+
48+
/**
49+
* Determines the VPC Egress mode for the connector.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.lang.String networkEgressMode;
54+
55+
/**
56+
* boolean should be set to true to make sure only eventing enabled connections are migrated to
57+
* direct vpc egress.
58+
* @return value or {@code null} for none
59+
*/
60+
public java.lang.Boolean getIsEventingOverrideEnabled() {
61+
return isEventingOverrideEnabled;
62+
}
63+
64+
/**
65+
* boolean should be set to true to make sure only eventing enabled connections are migrated to
66+
* direct vpc egress.
67+
* @param isEventingOverrideEnabled isEventingOverrideEnabled or {@code null} for none
68+
*/
69+
public NetworkEgressModeOverride setIsEventingOverrideEnabled(java.lang.Boolean isEventingOverrideEnabled) {
70+
this.isEventingOverrideEnabled = isEventingOverrideEnabled;
71+
return this;
72+
}
73+
74+
/**
75+
* boolean should be set to true to make sure only async operations enabled connections are
76+
* migrated to direct vpc egress.
77+
* @return value or {@code null} for none
78+
*/
79+
public java.lang.Boolean getIsJobsOverrideEnabled() {
80+
return isJobsOverrideEnabled;
81+
}
82+
83+
/**
84+
* boolean should be set to true to make sure only async operations enabled connections are
85+
* migrated to direct vpc egress.
86+
* @param isJobsOverrideEnabled isJobsOverrideEnabled or {@code null} for none
87+
*/
88+
public NetworkEgressModeOverride setIsJobsOverrideEnabled(java.lang.Boolean isJobsOverrideEnabled) {
89+
this.isJobsOverrideEnabled = isJobsOverrideEnabled;
90+
return this;
91+
}
92+
93+
/**
94+
* Determines the VPC Egress mode for the connector.
95+
* @return value or {@code null} for none
96+
*/
97+
public java.lang.String getNetworkEgressMode() {
98+
return networkEgressMode;
99+
}
100+
101+
/**
102+
* Determines the VPC Egress mode for the connector.
103+
* @param networkEgressMode networkEgressMode or {@code null} for none
104+
*/
105+
public NetworkEgressModeOverride setNetworkEgressMode(java.lang.String networkEgressMode) {
106+
this.networkEgressMode = networkEgressMode;
107+
return this;
108+
}
109+
110+
@Override
111+
public NetworkEgressModeOverride set(String fieldName, Object value) {
112+
return (NetworkEgressModeOverride) super.set(fieldName, value);
113+
}
114+
115+
@Override
116+
public NetworkEgressModeOverride clone() {
117+
return (NetworkEgressModeOverride) super.clone();
118+
}
119+
120+
}

clients/google-api-services-connectors/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-connectors</artifactId>
11-
<version>v1-rev20250721-2.0.0</version>
12-
<name>Connectors API v1-rev20250721-2.0.0</name>
11+
<version>v1-rev20250813-2.0.0</version>
12+
<name>Connectors API v1-rev20250813-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)