Skip to content

Commit 8229f35

Browse files
1 parent d7fefef commit 8229f35

File tree

14 files changed

+266
-44
lines changed

14 files changed

+266
-44
lines changed

clients/google-api-services-dataform/v1beta1/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-dataform</artifactId>
25-
<version>v1beta1-rev20241203-2.0.0</version>
25+
<version>v1beta1-rev20250119-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-dataform:v1beta1-rev20241203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20250119-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/Dataform.java

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,10 @@ public List set(String parameterName, Object value) {
653653
}
654654
}
655655
/**
656-
* Update default config for a given project and location. *Note:* This method does not fully
657-
* implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When
658-
* the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a
659-
* full update on all modifiable fields
656+
* Update default config for a given project and location. **Note:** *This method does not fully
657+
* implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry
658+
* (****) is treated as a bad request - When the **field_mask** is omitted, instead of only updating
659+
* the set fields, the request is treated as a full update on all modifiable fields
660660
*
661661
* Create a request for the method "locations.updateConfig".
662662
*
@@ -681,10 +681,10 @@ public class UpdateConfig extends DataformRequest<com.google.api.services.datafo
681681
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/config$");
682682

683683
/**
684-
* Update default config for a given project and location. *Note:* This method does not fully
685-
* implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2.
686-
* When the *field_mask* is omitted, instead of only updating the set fields, the request is
687-
* treated as a full update on all modifiable fields
684+
* Update default config for a given project and location. **Note:** *This method does not fully
685+
* implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry
686+
* (****) is treated as a bad request - When the **field_mask** is omitted, instead of only
687+
* updating the set fields, the request is treated as a full update on all modifiable fields
688688
*
689689
* Create a request for the method "locations.updateConfig".
690690
*
@@ -2317,10 +2317,10 @@ public List set(String parameterName, Object value) {
23172317
}
23182318
}
23192319
/**
2320-
* Updates a single Repository. *Note:* This method does not fully implement AIP/134. In particular:
2321-
* 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted,
2322-
* instead of only updating the set fields, the request is treated as a full update on all
2323-
* modifiable fields
2320+
* Updates a single Repository. **Note:** *This method does not fully implement*, (see
2321+
* [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (****) is treated as a
2322+
* bad request - When the **field_mask** is omitted, instead of only updating the set fields, the
2323+
* request is treated as a full update on all modifiable fields
23242324
*
23252325
* Create a request for the method "repositories.patch".
23262326
*
@@ -2345,10 +2345,10 @@ public class Patch extends DataformRequest<com.google.api.services.dataform.v1be
23452345
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/repositories/[^/]+$");
23462346

23472347
/**
2348-
* Updates a single Repository. *Note:* This method does not fully implement AIP/134. In
2349-
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
2350-
* omitted, instead of only updating the set fields, the request is treated as a full update on
2351-
* all modifiable fields
2348+
* Updates a single Repository. **Note:** *This method does not fully implement*, (see
2349+
* [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (****) is treated as
2350+
* a bad request - When the **field_mask** is omitted, instead of only updating the set fields,
2351+
* the request is treated as a full update on all modifiable fields
23522352
*
23532353
* Create a request for the method "repositories.patch".
23542354
*
@@ -4601,10 +4601,10 @@ public List set(String parameterName, Object value) {
46014601
}
46024602
}
46034603
/**
4604-
* Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In
4605-
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
4606-
* omitted, instead of only updating the set fields, the request is treated as a full update on all
4607-
* modifiable fields
4604+
* Updates a single ReleaseConfig. **Note:** *This method does not fully implement*, (see
4605+
* [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (****) is treated as a
4606+
* bad request - When the **field_mask** is omitted, instead of only updating the set fields, the
4607+
* request is treated as a full update on all modifiable fields
46084608
*
46094609
* Create a request for the method "releaseConfigs.patch".
46104610
*
@@ -4629,10 +4629,10 @@ public class Patch extends DataformRequest<com.google.api.services.dataform.v1be
46294629
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$");
46304630

46314631
/**
4632-
* Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In
4633-
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
4634-
* omitted, instead of only updating the set fields, the request is treated as a full update on
4635-
* all modifiable fields
4632+
* Updates a single ReleaseConfig. **Note:** *This method does not fully implement*, (see
4633+
* [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (****) is treated as
4634+
* a bad request - When the **field_mask** is omitted, instead of only updating the set fields,
4635+
* the request is treated as a full update on all modifiable fields
46364636
*
46374637
* Create a request for the method "releaseConfigs.patch".
46384638
*
@@ -5411,10 +5411,10 @@ public List set(String parameterName, Object value) {
54115411
}
54125412
}
54135413
/**
5414-
* Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In
5415-
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
5416-
* omitted, instead of only updating the set fields, the request is treated as a full update on all
5417-
* modifiable fields
5414+
* Updates a single WorkflowConfig. **Note:** *This method does not fully implement*, (see
5415+
* [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (****) is treated as a
5416+
* bad request - When the **field_mask** is omitted, instead of only updating the set fields, the
5417+
* request is treated as a full update on all modifiable fields
54185418
*
54195419
* Create a request for the method "workflowConfigs.patch".
54205420
*
@@ -5439,10 +5439,10 @@ public class Patch extends DataformRequest<com.google.api.services.dataform.v1be
54395439
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$");
54405440

54415441
/**
5442-
* Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In
5443-
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
5444-
* omitted, instead of only updating the set fields, the request is treated as a full update on
5445-
* all modifiable fields
5442+
* Updates a single WorkflowConfig. **Note:** *This method does not fully implement*, (see
5443+
* [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (****) is treated as
5444+
* a bad request - When the **field_mask** is omitted, instead of only updating the set fields,
5445+
* the request is treated as a full update on all modifiable fields
54465446
*
54475447
* Create a request for the method "workflowConfigs.patch".
54485448
*

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/CompilationResult.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ public final class CompilationResult extends com.google.api.client.json.GenericJ
8080
@com.google.api.client.util.Key
8181
private java.lang.String gitCommitish;
8282

83+
/**
84+
* Output only. All the metadata information that is used internally to serve the resource. For
85+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
86+
* The value may be {@code null}.
87+
*/
88+
@com.google.api.client.util.Key
89+
private java.lang.String internalMetadata;
90+
8391
/**
8492
* Output only. The compilation result's name.
8593
* The value may be {@code null}.
@@ -219,6 +227,25 @@ public CompilationResult setGitCommitish(java.lang.String gitCommitish) {
219227
return this;
220228
}
221229

230+
/**
231+
* Output only. All the metadata information that is used internally to serve the resource. For
232+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
233+
* @return value or {@code null} for none
234+
*/
235+
public java.lang.String getInternalMetadata() {
236+
return internalMetadata;
237+
}
238+
239+
/**
240+
* Output only. All the metadata information that is used internally to serve the resource. For
241+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
242+
* @param internalMetadata internalMetadata or {@code null} for none
243+
*/
244+
public CompilationResult setInternalMetadata(java.lang.String internalMetadata) {
245+
this.internalMetadata = internalMetadata;
246+
return this;
247+
}
248+
222249
/**
223250
* Output only. The compilation result's name.
224251
* @return value or {@code null} for none

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/CompilationResultAction.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ public final class CompilationResultAction extends com.google.api.client.json.Ge
5959
@com.google.api.client.util.Key
6060
private java.lang.String filePath;
6161

62+
/**
63+
* Output only. All the metadata information that is used internally to serve the resource. For
64+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key
68+
private java.lang.String internalMetadata;
69+
6270
/**
6371
* The notebook executed by this action.
6472
* The value may be {@code null}.
@@ -159,6 +167,25 @@ public CompilationResultAction setFilePath(java.lang.String filePath) {
159167
return this;
160168
}
161169

170+
/**
171+
* Output only. All the metadata information that is used internally to serve the resource. For
172+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
173+
* @return value or {@code null} for none
174+
*/
175+
public java.lang.String getInternalMetadata() {
176+
return internalMetadata;
177+
}
178+
179+
/**
180+
* Output only. All the metadata information that is used internally to serve the resource. For
181+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
182+
* @param internalMetadata internalMetadata or {@code null} for none
183+
*/
184+
public CompilationResultAction setInternalMetadata(java.lang.String internalMetadata) {
185+
this.internalMetadata = internalMetadata;
186+
return this;
187+
}
188+
162189
/**
163190
* The notebook executed by this action.
164191
* @return value or {@code null} for none

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/NotebookAction.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public final class NotebookAction extends com.google.api.client.json.GenericJson
3838

3939
/**
4040
* Output only. The ID of the Vertex job that executed the notebook in contents and also the ID
41-
* used for the outputs created in GCS buckets. Only set once the job has started to run.
41+
* used for the outputs created in Google Cloud Storage buckets. Only set once the job has started
42+
* to run.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
@@ -63,7 +64,8 @@ public NotebookAction setContents(java.lang.String contents) {
6364

6465
/**
6566
* Output only. The ID of the Vertex job that executed the notebook in contents and also the ID
66-
* used for the outputs created in GCS buckets. Only set once the job has started to run.
67+
* used for the outputs created in Google Cloud Storage buckets. Only set once the job has started
68+
* to run.
6769
* @return value or {@code null} for none
6870
*/
6971
public java.lang.String getJobId() {
@@ -72,7 +74,8 @@ public java.lang.String getJobId() {
7274

7375
/**
7476
* Output only. The ID of the Vertex job that executed the notebook in contents and also the ID
75-
* used for the outputs created in GCS buckets. Only set once the job has started to run.
77+
* used for the outputs created in Google Cloud Storage buckets. Only set once the job has started
78+
* to run.
7679
* @param jobId jobId or {@code null} for none
7780
*/
7881
public NotebookAction setJobId(java.lang.String jobId) {

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/NotebookRuntimeOptions.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,25 @@
3030
public final class NotebookRuntimeOptions extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
33+
* Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-
34+
* name`.
3435
* The value may be {@code null}.
3536
*/
3637
@com.google.api.client.util.Key
3738
private java.lang.String gcsOutputBucket;
3839

3940
/**
40-
* Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
41+
* Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-
42+
* name`.
4143
* @return value or {@code null} for none
4244
*/
4345
public java.lang.String getGcsOutputBucket() {
4446
return gcsOutputBucket;
4547
}
4648

4749
/**
48-
* Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
50+
* Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-
51+
* name`.
4952
* @param gcsOutputBucket gcsOutputBucket or {@code null} for none
5053
*/
5154
public NotebookRuntimeOptions setGcsOutputBucket(java.lang.String gcsOutputBucket) {

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/ReleaseConfig.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ public final class ReleaseConfig extends com.google.api.client.json.GenericJson
6060
@com.google.api.client.util.Key
6161
private java.lang.String gitCommitish;
6262

63+
/**
64+
* Output only. All the metadata information that is used internally to serve the resource. For
65+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
66+
* The value may be {@code null}.
67+
*/
68+
@com.google.api.client.util.Key
69+
private java.lang.String internalMetadata;
70+
6371
/**
6472
* Identifier. The release config's name.
6573
* The value may be {@code null}.
@@ -171,6 +179,25 @@ public ReleaseConfig setGitCommitish(java.lang.String gitCommitish) {
171179
return this;
172180
}
173181

182+
/**
183+
* Output only. All the metadata information that is used internally to serve the resource. For
184+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
185+
* @return value or {@code null} for none
186+
*/
187+
public java.lang.String getInternalMetadata() {
188+
return internalMetadata;
189+
}
190+
191+
/**
192+
* Output only. All the metadata information that is used internally to serve the resource. For
193+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
194+
* @param internalMetadata internalMetadata or {@code null} for none
195+
*/
196+
public ReleaseConfig setInternalMetadata(java.lang.String internalMetadata) {
197+
this.internalMetadata = internalMetadata;
198+
return this;
199+
}
200+
174201
/**
175202
* Identifier. The release config's name.
176203
* @return value or {@code null} for none

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/model/Repository.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ public final class Repository extends com.google.api.client.json.GenericJson {
5858
@com.google.api.client.util.Key
5959
private GitRemoteSettings gitRemoteSettings;
6060

61+
/**
62+
* Output only. All the metadata information that is used internally to serve the resource. For
63+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.String internalMetadata;
68+
6169
/**
6270
* Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user
6371
* data in the repository and all child resources. It is not possible to add or update the
@@ -187,6 +195,25 @@ public Repository setGitRemoteSettings(GitRemoteSettings gitRemoteSettings) {
187195
return this;
188196
}
189197

198+
/**
199+
* Output only. All the metadata information that is used internally to serve the resource. For
200+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
201+
* @return value or {@code null} for none
202+
*/
203+
public java.lang.String getInternalMetadata() {
204+
return internalMetadata;
205+
}
206+
207+
/**
208+
* Output only. All the metadata information that is used internally to serve the resource. For
209+
* example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
210+
* @param internalMetadata internalMetadata or {@code null} for none
211+
*/
212+
public Repository setInternalMetadata(java.lang.String internalMetadata) {
213+
this.internalMetadata = internalMetadata;
214+
return this;
215+
}
216+
190217
/**
191218
* Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user
192219
* data in the repository and all child resources. It is not possible to add or update the

0 commit comments

Comments
 (0)