Skip to content

Commit b6f6608

Browse files
1 parent 0d5da9f commit b6f6608

File tree

10 files changed

+117
-258
lines changed

10 files changed

+117
-258
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-rev20240824-2.0.0</version>
25+
<version>v1beta1-rev20241020-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-rev20240824-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20241020-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: 72 additions & 47 deletions
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ public final class CompilationResultAction extends com.google.api.client.json.Ge
4444
@com.google.api.client.util.Key
4545
private Target canonicalTarget;
4646

47-
/**
48-
* The data preparation executed by this action.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private DataPreparation dataPreparation;
53-
5447
/**
5548
* The declaration declared by this action.
5649
* The value may be {@code null}.
@@ -130,23 +123,6 @@ public CompilationResultAction setCanonicalTarget(Target canonicalTarget) {
130123
return this;
131124
}
132125

133-
/**
134-
* The data preparation executed by this action.
135-
* @return value or {@code null} for none
136-
*/
137-
public DataPreparation getDataPreparation() {
138-
return dataPreparation;
139-
}
140-
141-
/**
142-
* The data preparation executed by this action.
143-
* @param dataPreparation dataPreparation or {@code null} for none
144-
*/
145-
public CompilationResultAction setDataPreparation(DataPreparation dataPreparation) {
146-
this.dataPreparation = dataPreparation;
147-
return this;
148-
}
149-
150126
/**
151127
* The declaration declared by this action.
152128
* @return value or {@code null} for none

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

Lines changed: 0 additions & 166 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public final class ReleaseConfig extends com.google.api.client.json.GenericJson
6868
private java.lang.String name;
6969

7070
/**
71-
* Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending
71+
* Output only. Records of the 10 most recent scheduled release attempts, ordered in descending
7272
* order of `release_time`. Updated whenever automatic creation of a compilation result is
7373
* triggered by cron_schedule.
7474
* The value may be {@code null}.
@@ -189,7 +189,7 @@ public ReleaseConfig setName(java.lang.String name) {
189189
}
190190

191191
/**
192-
* Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending
192+
* Output only. Records of the 10 most recent scheduled release attempts, ordered in descending
193193
* order of `release_time`. Updated whenever automatic creation of a compilation result is
194194
* triggered by cron_schedule.
195195
* @return value or {@code null} for none
@@ -199,7 +199,7 @@ public java.util.List<ScheduledReleaseRecord> getRecentScheduledReleaseRecords()
199199
}
200200

201201
/**
202-
* Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending
202+
* Output only. Records of the 10 most recent scheduled release attempts, ordered in descending
203203
* order of `release_time`. Updated whenever automatic creation of a compilation result is
204204
* triggered by cron_schedule.
205205
* @param recentScheduledReleaseRecords recentScheduledReleaseRecords 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public final class Repository extends com.google.api.client.json.GenericJson {
6262
* Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user
6363
* data in the repository and all child resources. It is not possible to add or update the
6464
* encryption key after the repository is created. Example:
65-
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
65+
* `projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}`
6666
* The value may be {@code null}.
6767
*/
6868
@com.google.api.client.util.Key
@@ -191,7 +191,7 @@ public Repository setGitRemoteSettings(GitRemoteSettings gitRemoteSettings) {
191191
* Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user
192192
* data in the repository and all child resources. It is not possible to add or update the
193193
* encryption key after the repository is created. Example:
194-
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
194+
* `projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}`
195195
* @return value or {@code null} for none
196196
*/
197197
public java.lang.String getKmsKeyName() {
@@ -202,7 +202,7 @@ public java.lang.String getKmsKeyName() {
202202
* Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user
203203
* data in the repository and all child resources. It is not possible to add or update the
204204
* encryption key after the repository is created. Example:
205-
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
205+
* `projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}`
206206
* @param kmsKeyName kmsKeyName or {@code null} for none
207207
*/
208208
public Repository setKmsKeyName(java.lang.String kmsKeyName) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ public final class WorkflowConfig extends com.google.api.client.json.GenericJson
5858
private java.lang.String name;
5959

6060
/**
61-
* Output only. Records of the 10 most recent scheduled execution attempts, ordered in in
62-
* descending order of `execution_time`. Updated whenever automatic creation of a workflow
63-
* invocation is triggered by cron_schedule.
61+
* Output only. Records of the 10 most recent scheduled execution attempts, ordered in descending
62+
* order of `execution_time`. Updated whenever automatic creation of a workflow invocation is
63+
* triggered by cron_schedule.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
@@ -166,19 +166,19 @@ public WorkflowConfig setName(java.lang.String name) {
166166
}
167167

168168
/**
169-
* Output only. Records of the 10 most recent scheduled execution attempts, ordered in in
170-
* descending order of `execution_time`. Updated whenever automatic creation of a workflow
171-
* invocation is triggered by cron_schedule.
169+
* Output only. Records of the 10 most recent scheduled execution attempts, ordered in descending
170+
* order of `execution_time`. Updated whenever automatic creation of a workflow invocation is
171+
* triggered by cron_schedule.
172172
* @return value or {@code null} for none
173173
*/
174174
public java.util.List<ScheduledExecutionRecord> getRecentScheduledExecutionRecords() {
175175
return recentScheduledExecutionRecords;
176176
}
177177

178178
/**
179-
* Output only. Records of the 10 most recent scheduled execution attempts, ordered in in
180-
* descending order of `execution_time`. Updated whenever automatic creation of a workflow
181-
* invocation is triggered by cron_schedule.
179+
* Output only. Records of the 10 most recent scheduled execution attempts, ordered in descending
180+
* order of `execution_time`. Updated whenever automatic creation of a workflow invocation is
181+
* triggered by cron_schedule.
182182
* @param recentScheduledExecutionRecords recentScheduledExecutionRecords or {@code null} for none
183183
*/
184184
public WorkflowConfig setRecentScheduledExecutionRecords(java.util.List<ScheduledExecutionRecord> recentScheduledExecutionRecords) {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
@SuppressWarnings("javadoc")
3030
public final class Workspace extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Output only. The timestamp of when the workspace was created.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private String createTime;
38+
3239
/**
3340
* Output only. A data encryption state of a Git repository if this Workspace is protected by a
3441
* KMS key.
@@ -44,6 +51,23 @@ public final class Workspace extends com.google.api.client.json.GenericJson {
4451
@com.google.api.client.util.Key
4552
private java.lang.String name;
4653

54+
/**
55+
* Output only. The timestamp of when the workspace was created.
56+
* @return value or {@code null} for none
57+
*/
58+
public String getCreateTime() {
59+
return createTime;
60+
}
61+
62+
/**
63+
* Output only. The timestamp of when the workspace was created.
64+
* @param createTime createTime or {@code null} for none
65+
*/
66+
public Workspace setCreateTime(String createTime) {
67+
this.createTime = createTime;
68+
return this;
69+
}
70+
4771
/**
4872
* Output only. A data encryption state of a Git repository if this Workspace is protected by a
4973
* KMS key.

clients/google-api-services-dataform/v1beta1/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-dataform</artifactId>
11-
<version>v1beta1-rev20240824-2.0.0</version>
12-
<name>Dataform API v1beta1-rev20240824-2.0.0</name>
11+
<version>v1beta1-rev20241020-2.0.0</version>
12+
<name>Dataform API v1beta1-rev20241020-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)