Skip to content

Commit cc7fbcd

Browse files
1 parent ea8c34d commit cc7fbcd

File tree

7 files changed

+277
-14
lines changed

7 files changed

+277
-14
lines changed

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

clients/google-api-services-looker/v1/2.0.0/com/google/api/services/looker/v1/Looker.java

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,14 @@ public Get set(String parameterName, Object value) {
312312
}
313313
}
314314
/**
315-
* Lists information about the supported locations for this service. This method can be called in
316-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318-
* public locations as well as private or other locations specifically visible to the project.
315+
* Lists information about the supported locations for this service. This method lists locations
316+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* locations**: If `name` is empty, the method lists the public locations available to all projects.
318+
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
319+
* lists locations visible to that specific project. This includes public, private, or other
320+
* project-specific locations enabled for the project. For gRPC and client library implementations,
321+
* the resource name is passed as the `name` field. For direct service calls, the resource name is
322+
* incorporated into the request path based on the specific service implementation and version.
319323
*
320324
* Create a request for the method "locations.list".
321325
*
@@ -339,10 +343,15 @@ public class List extends LookerRequest<com.google.api.services.looker.v1.model.
339343
java.util.regex.Pattern.compile("^projects/[^/]+$");
340344

341345
/**
342-
* Lists information about the supported locations for this service. This method can be called in
343-
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
344-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
345-
* public locations as well as private or other locations specifically visible to the project.
346+
* Lists information about the supported locations for this service. This method lists locations
347+
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* locations**: If `name` is empty, the method lists the public locations available to all
349+
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
350+
* the method lists locations visible to that specific project. This includes public, private, or
351+
* other project-specific locations enabled for the project. For gRPC and client library
352+
* implementations, the resource name is passed as the `name` field. For direct service calls, the
353+
* resource name is incorporated into the request path based on the specific service
354+
* implementation and version.
346355
*
347356
* Create a request for the method "locations.list".
348357
*
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
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.looker.v1.model;
18+
19+
/**
20+
* Ingress IP allowlist configuration.
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 Looker (Google Cloud core) API. For a detailed
24+
* 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 IngressIpAllowlistConfig extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. List of IP range rules to allow ingress traffic.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<IngressIpAllowlistRule> allowlistRules;
39+
40+
/**
41+
* Optional. Whether ingress IP allowlist functionality is enabled on the Looker instance.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Boolean enabled;
46+
47+
/**
48+
* Optional. Whether google service connections are enabled for the instance.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.Boolean googleServicesEnabled;
53+
54+
/**
55+
* Optional. List of IP range rules to allow ingress traffic.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.util.List<IngressIpAllowlistRule> getAllowlistRules() {
59+
return allowlistRules;
60+
}
61+
62+
/**
63+
* Optional. List of IP range rules to allow ingress traffic.
64+
* @param allowlistRules allowlistRules or {@code null} for none
65+
*/
66+
public IngressIpAllowlistConfig setAllowlistRules(java.util.List<IngressIpAllowlistRule> allowlistRules) {
67+
this.allowlistRules = allowlistRules;
68+
return this;
69+
}
70+
71+
/**
72+
* Optional. Whether ingress IP allowlist functionality is enabled on the Looker instance.
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.Boolean getEnabled() {
76+
return enabled;
77+
}
78+
79+
/**
80+
* Optional. Whether ingress IP allowlist functionality is enabled on the Looker instance.
81+
* @param enabled enabled or {@code null} for none
82+
*/
83+
public IngressIpAllowlistConfig setEnabled(java.lang.Boolean enabled) {
84+
this.enabled = enabled;
85+
return this;
86+
}
87+
88+
/**
89+
* Optional. Whether google service connections are enabled for the instance.
90+
* @return value or {@code null} for none
91+
*/
92+
public java.lang.Boolean getGoogleServicesEnabled() {
93+
return googleServicesEnabled;
94+
}
95+
96+
/**
97+
* Optional. Whether google service connections are enabled for the instance.
98+
* @param googleServicesEnabled googleServicesEnabled or {@code null} for none
99+
*/
100+
public IngressIpAllowlistConfig setGoogleServicesEnabled(java.lang.Boolean googleServicesEnabled) {
101+
this.googleServicesEnabled = googleServicesEnabled;
102+
return this;
103+
}
104+
105+
@Override
106+
public IngressIpAllowlistConfig set(String fieldName, Object value) {
107+
return (IngressIpAllowlistConfig) super.set(fieldName, value);
108+
}
109+
110+
@Override
111+
public IngressIpAllowlistConfig clone() {
112+
return (IngressIpAllowlistConfig) super.clone();
113+
}
114+
115+
}
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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.looker.v1.model;
18+
19+
/**
20+
* Ingress IP allowlist rule.
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 Looker (Google Cloud core) API. For a detailed
24+
* 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 IngressIpAllowlistRule extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Description for the IP range.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String description;
39+
40+
/**
41+
* Optional. The IP range to allow ingress traffic from.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String ipRange;
46+
47+
/**
48+
* Optional. Description for the IP range.
49+
* @return value or {@code null} for none
50+
*/
51+
public java.lang.String getDescription() {
52+
return description;
53+
}
54+
55+
/**
56+
* Optional. Description for the IP range.
57+
* @param description description or {@code null} for none
58+
*/
59+
public IngressIpAllowlistRule setDescription(java.lang.String description) {
60+
this.description = description;
61+
return this;
62+
}
63+
64+
/**
65+
* Optional. The IP range to allow ingress traffic from.
66+
* @return value or {@code null} for none
67+
*/
68+
public java.lang.String getIpRange() {
69+
return ipRange;
70+
}
71+
72+
/**
73+
* Optional. The IP range to allow ingress traffic from.
74+
* @param ipRange ipRange or {@code null} for none
75+
*/
76+
public IngressIpAllowlistRule setIpRange(java.lang.String ipRange) {
77+
this.ipRange = ipRange;
78+
return this;
79+
}
80+
81+
@Override
82+
public IngressIpAllowlistRule set(String fieldName, Object value) {
83+
return (IngressIpAllowlistRule) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public IngressIpAllowlistRule clone() {
88+
return (IngressIpAllowlistRule) super.clone();
89+
}
90+
91+
}

clients/google-api-services-looker/v1/2.0.0/com/google/api/services/looker/v1/model/Instance.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ public final class Instance extends com.google.api.client.json.GenericJson {
3737
@com.google.api.client.util.Key
3838
private AdminSettings adminSettings;
3939

40+
/**
41+
* Optional. Indicates whether catalog integration is disabled for the Looker instance.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.Boolean catalogIntegrationOptOut;
46+
4047
/**
4148
* Optional. Storage class of the instance.
4249
* The value may be {@code null}.
@@ -116,6 +123,13 @@ public final class Instance extends com.google.api.client.json.GenericJson {
116123
@com.google.api.client.util.Key
117124
private java.lang.Boolean geminiEnabled;
118125

126+
/**
127+
* Optional. Ingress IP allowlist configuration for the Looker instance.
128+
* The value may be {@code null}.
129+
*/
130+
@com.google.api.client.util.Key
131+
private IngressIpAllowlistConfig ingressIpAllowlistConfig;
132+
119133
/**
120134
* Output only. Private Ingress IP (IPv4).
121135
* The value may be {@code null}.
@@ -289,6 +303,23 @@ public Instance setAdminSettings(AdminSettings adminSettings) {
289303
return this;
290304
}
291305

306+
/**
307+
* Optional. Indicates whether catalog integration is disabled for the Looker instance.
308+
* @return value or {@code null} for none
309+
*/
310+
public java.lang.Boolean getCatalogIntegrationOptOut() {
311+
return catalogIntegrationOptOut;
312+
}
313+
314+
/**
315+
* Optional. Indicates whether catalog integration is disabled for the Looker instance.
316+
* @param catalogIntegrationOptOut catalogIntegrationOptOut or {@code null} for none
317+
*/
318+
public Instance setCatalogIntegrationOptOut(java.lang.Boolean catalogIntegrationOptOut) {
319+
this.catalogIntegrationOptOut = catalogIntegrationOptOut;
320+
return this;
321+
}
322+
292323
/**
293324
* Optional. Storage class of the instance.
294325
* @return value or {@code null} for none
@@ -480,6 +511,23 @@ public Instance setGeminiEnabled(java.lang.Boolean geminiEnabled) {
480511
return this;
481512
}
482513

514+
/**
515+
* Optional. Ingress IP allowlist configuration for the Looker instance.
516+
* @return value or {@code null} for none
517+
*/
518+
public IngressIpAllowlistConfig getIngressIpAllowlistConfig() {
519+
return ingressIpAllowlistConfig;
520+
}
521+
522+
/**
523+
* Optional. Ingress IP allowlist configuration for the Looker instance.
524+
* @param ingressIpAllowlistConfig ingressIpAllowlistConfig or {@code null} for none
525+
*/
526+
public Instance setIngressIpAllowlistConfig(IngressIpAllowlistConfig ingressIpAllowlistConfig) {
527+
this.ingressIpAllowlistConfig = ingressIpAllowlistConfig;
528+
return this;
529+
}
530+
483531
/**
484532
* Output only. Private Ingress IP (IPv4).
485533
* @return value or {@code null} for none

clients/google-api-services-looker/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-looker</artifactId>
11-
<version>v1-rev20260216-2.0.0</version>
12-
<name>Looker (Google Cloud core) API v1-rev20260216-2.0.0</name>
11+
<version>v1-rev20260326-2.0.0</version>
12+
<name>Looker (Google Cloud core) API v1-rev20260326-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)