Skip to content

Commit 3d9fec1

Browse files
1 parent a24b9c7 commit 3d9fec1

File tree

7 files changed

+162
-19
lines changed

7 files changed

+162
-19
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-rev20251021-2.0.0</version>
25+
<version>v1-rev20251113-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-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-looker:v1-rev20251113-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: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,30 +3103,31 @@ public List setPageToken(java.lang.String pageToken) {
31033103

31043104
/**
31053105
* When set to `true`, operations that are reachable are returned as normal, and those
3106-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
3107-
* This can only be `true` when reading across collections e.g. when `parent` is set to
3108-
* `"projects/example/locations/-"`. This field is not by default supported and will
3106+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
3107+
* can only be `true` when reading across collections. For example, when `parent` is set
3108+
* to `"projects/example/locations/-"`. This field is not supported by default and will
31093109
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
31103110
* service or product specific documentation.
31113111
*/
31123112
@com.google.api.client.util.Key
31133113
private java.lang.Boolean returnPartialSuccess;
31143114

31153115
/** When set to `true`, operations that are reachable are returned as normal, and those that are
3116-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
3117-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
3118-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
3119-
explicitly documented otherwise in service or product specific documentation.
3116+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
3117+
when reading across collections. For example, when `parent` is set to
3118+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
3119+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
3120+
documentation.
31203121
*/
31213122
public java.lang.Boolean getReturnPartialSuccess() {
31223123
return returnPartialSuccess;
31233124
}
31243125

31253126
/**
31263127
* When set to `true`, operations that are reachable are returned as normal, and those
3127-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
3128-
* This can only be `true` when reading across collections e.g. when `parent` is set to
3129-
* `"projects/example/locations/-"`. This field is not by default supported and will
3128+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
3129+
* can only be `true` when reading across collections. For example, when `parent` is set
3130+
* to `"projects/example/locations/-"`. This field is not supported by default and will
31303131
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
31313132
* service or product specific documentation.
31323133
*/

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ public final class Instance extends com.google.api.client.json.GenericJson {
186186
@com.google.api.client.util.Key
187187
private OAuthConfig oauthConfig;
188188

189+
/**
190+
* Optional. Configuration for periodic export.
191+
* The value may be {@code null}.
192+
*/
193+
@com.google.api.client.util.Key
194+
private PeriodicExportConfig periodicExportConfig;
195+
189196
/**
190197
* Platform edition.
191198
* The value may be {@code null}.
@@ -643,6 +650,23 @@ public Instance setOauthConfig(OAuthConfig oauthConfig) {
643650
return this;
644651
}
645652

653+
/**
654+
* Optional. Configuration for periodic export.
655+
* @return value or {@code null} for none
656+
*/
657+
public PeriodicExportConfig getPeriodicExportConfig() {
658+
return periodicExportConfig;
659+
}
660+
661+
/**
662+
* Optional. Configuration for periodic export.
663+
* @param periodicExportConfig periodicExportConfig or {@code null} for none
664+
*/
665+
public Instance setPeriodicExportConfig(PeriodicExportConfig periodicExportConfig) {
666+
this.periodicExportConfig = periodicExportConfig;
667+
return this;
668+
}
669+
646670
/**
647671
* Platform edition.
648672
* @return value or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
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+
* Configuration for periodic export.
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 PeriodicExportConfig extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Required. Cloud Storage bucket URI for periodic export. Format: gs://{bucket_name}
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String gcsUri;
39+
40+
/**
41+
* Required. Name of the CMEK key in KMS. Format:
42+
* projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String kmsKey;
47+
48+
/**
49+
* Required. Time in UTC to start the periodic export job.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private TimeOfDay startTime;
54+
55+
/**
56+
* Required. Cloud Storage bucket URI for periodic export. Format: gs://{bucket_name}
57+
* @return value or {@code null} for none
58+
*/
59+
public java.lang.String getGcsUri() {
60+
return gcsUri;
61+
}
62+
63+
/**
64+
* Required. Cloud Storage bucket URI for periodic export. Format: gs://{bucket_name}
65+
* @param gcsUri gcsUri or {@code null} for none
66+
*/
67+
public PeriodicExportConfig setGcsUri(java.lang.String gcsUri) {
68+
this.gcsUri = gcsUri;
69+
return this;
70+
}
71+
72+
/**
73+
* Required. Name of the CMEK key in KMS. Format:
74+
* projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
75+
* @return value or {@code null} for none
76+
*/
77+
public java.lang.String getKmsKey() {
78+
return kmsKey;
79+
}
80+
81+
/**
82+
* Required. Name of the CMEK key in KMS. Format:
83+
* projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
84+
* @param kmsKey kmsKey or {@code null} for none
85+
*/
86+
public PeriodicExportConfig setKmsKey(java.lang.String kmsKey) {
87+
this.kmsKey = kmsKey;
88+
return this;
89+
}
90+
91+
/**
92+
* Required. Time in UTC to start the periodic export job.
93+
* @return value or {@code null} for none
94+
*/
95+
public TimeOfDay getStartTime() {
96+
return startTime;
97+
}
98+
99+
/**
100+
* Required. Time in UTC to start the periodic export job.
101+
* @param startTime startTime or {@code null} for none
102+
*/
103+
public PeriodicExportConfig setStartTime(TimeOfDay startTime) {
104+
this.startTime = startTime;
105+
return this;
106+
}
107+
108+
@Override
109+
public PeriodicExportConfig set(String fieldName, Object value) {
110+
return (PeriodicExportConfig) super.set(fieldName, value);
111+
}
112+
113+
@Override
114+
public PeriodicExportConfig clone() {
115+
return (PeriodicExportConfig) super.clone();
116+
}
117+
118+
}

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-rev20251021-2.0.0</version>
12-
<name>Looker (Google Cloud core) API v1-rev20251021-2.0.0</name>
11+
<version>v1-rev20251113-2.0.0</version>
12+
<name>Looker (Google Cloud core) API v1-rev20251113-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-rev20251021-2.0.0</version>
25+
<version>v1-rev20251113-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-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-looker:v1-rev20251113-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)