File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-looker/v1
com/google/api/services/looker/v1/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff 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-looker</artifactId >
25- <version >v1-rev20251113 -2.0.0</version >
25+ <version >v1-rev20251203 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-looker:v1-rev20251113 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-looker:v1-rev20251203 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ public final class ControlledEgressConfig extends com.google.api.client.json.Gen
4545 @ com .google .api .client .util .Key
4646 private java .lang .Boolean marketplaceEnabled ;
4747
48+ /**
49+ * Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.
50+ * The value may be {@code null}.
51+ */
52+ @ com .google .api .client .util .Key
53+ private java .util .List <java .lang .String > webProxyIps ;
54+
4855 /**
4956 * Optional. List of fully qualified domain names to be added to the allowlist for outbound
5057 * traffic.
@@ -81,6 +88,23 @@ public ControlledEgressConfig setMarketplaceEnabled(java.lang.Boolean marketplac
8188 return this ;
8289 }
8390
91+ /**
92+ * Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.
93+ * @return value or {@code null} for none
94+ */
95+ public java .util .List <java .lang .String > getWebProxyIps () {
96+ return webProxyIps ;
97+ }
98+
99+ /**
100+ * Output only. The list of IP addresses used by Secure Web Proxy for outbound traffic.
101+ * @param webProxyIps webProxyIps or {@code null} for none
102+ */
103+ public ControlledEgressConfig setWebProxyIps (java .util .List <java .lang .String > webProxyIps ) {
104+ this .webProxyIps = webProxyIps ;
105+ return this ;
106+ }
107+
84108 @ Override
85109 public ControlledEgressConfig set (String fieldName , Object value ) {
86110 return (ControlledEgressConfig ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-looker</artifactId >
11- <version >v1-rev20251113 -2.0.0</version >
12- <name >Looker (Google Cloud core) API v1-rev20251113 -2.0.0</name >
11+ <version >v1-rev20251203 -2.0.0</version >
12+ <name >Looker (Google Cloud core) API v1-rev20251203 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-looker</artifactId >
25- <version >v1-rev20251113 -2.0.0</version >
25+ <version >v1-rev20251203 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-looker:v1-rev20251113 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-looker:v1-rev20251203 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments