Skip to content

Commit cf5b304

Browse files
1 parent dbdf84f commit cf5b304

File tree

13 files changed

+42
-39
lines changed

13 files changed

+42
-39
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-rev20250119-2.0.0</version>
25+
<version>v1beta1-rev20250202-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-rev20250119-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20250202-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,21 +1387,21 @@ public Delete setName(java.lang.String name) {
13871387
}
13881388

13891389
/**
1390-
* If set to true, any child resources of this repository will also be deleted.
1390+
* Optional. If set to true, any child resources of this repository will also be deleted.
13911391
* (Otherwise, the request will only succeed if the repository has no child resources.)
13921392
*/
13931393
@com.google.api.client.util.Key
13941394
private java.lang.Boolean force;
13951395

1396-
/** If set to true, any child resources of this repository will also be deleted. (Otherwise, the
1397-
request will only succeed if the repository has no child resources.)
1396+
/** Optional. If set to true, any child resources of this repository will also be deleted. (Otherwise,
1397+
the request will only succeed if the repository has no child resources.)
13981398
*/
13991399
public java.lang.Boolean getForce() {
14001400
return force;
14011401
}
14021402

14031403
/**
1404-
* If set to true, any child resources of this repository will also be deleted.
1404+
* Optional. If set to true, any child resources of this repository will also be deleted.
14051405
* (Otherwise, the request will only succeed if the repository has no child resources.)
14061406
*/
14071407
public Delete setForce(java.lang.Boolean force) {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public final class CodeCompilationConfig extends com.google.api.client.json.Gene
5959
private java.lang.String defaultLocation;
6060

6161
/**
62+
* Optional. The default notebook runtime options.
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
@@ -163,13 +164,15 @@ public CodeCompilationConfig setDefaultLocation(java.lang.String defaultLocation
163164
}
164165

165166
/**
167+
* Optional. The default notebook runtime options.
166168
* @return value or {@code null} for none
167169
*/
168170
public NotebookRuntimeOptions getDefaultNotebookRuntimeOptions() {
169171
return defaultNotebookRuntimeOptions;
170172
}
171173

172174
/**
175+
* Optional. The default notebook runtime options.
173176
* @param defaultNotebookRuntimeOptions defaultNotebookRuntimeOptions or {@code null} for none
174177
*/
175178
public CodeCompilationConfig setDefaultNotebookRuntimeOptions(NotebookRuntimeOptions defaultNotebookRuntimeOptions) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public final class CommitRepositoryChangesRequest extends com.google.api.client.
3737
private CommitMetadata commitMetadata;
3838

3939
/**
40-
* A map to the path of the file to the operation. The path is the full file path including
41-
* filename, from repository root.
40+
* Optional. A map to the path of the file to the operation. The path is the full file path
41+
* including filename, from repository root.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -71,17 +71,17 @@ public CommitRepositoryChangesRequest setCommitMetadata(CommitMetadata commitMet
7171
}
7272

7373
/**
74-
* A map to the path of the file to the operation. The path is the full file path including
75-
* filename, from repository root.
74+
* Optional. A map to the path of the file to the operation. The path is the full file path
75+
* including filename, from repository root.
7676
* @return value or {@code null} for none
7777
*/
7878
public java.util.Map<String, FileOperation> getFileOperations() {
7979
return fileOperations;
8080
}
8181

8282
/**
83-
* A map to the path of the file to the operation. The path is the full file path including
84-
* filename, from repository root.
83+
* Optional. A map to the path of the file to the operation. The path is the full file path
84+
* including filename, from repository root.
8585
* @param fileOperations fileOperations or {@code null} for none
8686
*/
8787
public CommitRepositoryChangesRequest setFileOperations(java.util.Map<String, FileOperation> fileOperations) {

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

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

3232
/**
33-
* The KMS key version name with which data of a resource is encrypted.
33+
* Required. The KMS key version name with which data of a resource is encrypted.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String kmsKeyVersionName;
3838

3939
/**
40-
* The KMS key version name with which data of a resource is encrypted.
40+
* Required. The KMS key version name with which data of a resource is encrypted.
4141
* @return value or {@code null} for none
4242
*/
4343
public java.lang.String getKmsKeyVersionName() {
4444
return kmsKeyVersionName;
4545
}
4646

4747
/**
48-
* The KMS key version name with which data of a resource is encrypted.
48+
* Required. The KMS key version name with which data of a resource is encrypted.
4949
* @param kmsKeyVersionName kmsKeyVersionName or {@code null} for none
5050
*/
5151
public DataEncryptionState setKmsKeyVersionName(java.lang.String kmsKeyVersionName) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dataform.v1beta1.model;
1818

1919
/**
20-
* Model definition for Notebook.
20+
* Represents a notebook.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Dataform API. For a detailed explanation see:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.dataform.v1beta1.model;
1818

1919
/**
20-
* Model definition for NotebookRuntimeOptions.
20+
* Configures various aspects of Dataform notebook runtime.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Dataform API. For a detailed explanation see:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class ScheduledExecutionRecord extends com.google.api.client.json.G
3838
private Status errorStatus;
3939

4040
/**
41-
* The timestamp of this execution attempt.
41+
* Output only. The timestamp of this execution attempt.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -72,15 +72,15 @@ public ScheduledExecutionRecord setErrorStatus(Status errorStatus) {
7272
}
7373

7474
/**
75-
* The timestamp of this execution attempt.
75+
* Output only. The timestamp of this execution attempt.
7676
* @return value or {@code null} for none
7777
*/
7878
public String getExecutionTime() {
7979
return executionTime;
8080
}
8181

8282
/**
83-
* The timestamp of this execution attempt.
83+
* Output only. The timestamp of this execution attempt.
8484
* @param executionTime executionTime or {@code null} for none
8585
*/
8686
public ScheduledExecutionRecord setExecutionTime(String executionTime) {

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

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

4848
/**
49-
* The timestamp of this release attempt.
49+
* Output only. The timestamp of this release attempt.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -91,15 +91,15 @@ public ScheduledReleaseRecord setErrorStatus(Status errorStatus) {
9191
}
9292

9393
/**
94-
* The timestamp of this release attempt.
94+
* Output only. The timestamp of this release attempt.
9595
* @return value or {@code null} for none
9696
*/
9797
public String getReleaseTime() {
9898
return releaseTime;
9999
}
100100

101101
/**
102-
* The timestamp of this release attempt.
102+
* Output only. The timestamp of this release attempt.
103103
* @param releaseTime releaseTime or {@code null} for none
104104
*/
105105
public ScheduledReleaseRecord setReleaseTime(String releaseTime) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,36 @@
3131
public final class Target extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The action's database (Google Cloud project ID) .
34+
* Optional. The action's database (Google Cloud project ID) .
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String database;
3939

4040
/**
41-
* The action's name, within `database` and `schema`.
41+
* Optional. The action's name, within `database` and `schema`.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String name;
4646

4747
/**
48-
* The action's schema (BigQuery dataset ID), within `database`.
48+
* Optional. The action's schema (BigQuery dataset ID), within `database`.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private java.lang.String schema;
5353

5454
/**
55-
* The action's database (Google Cloud project ID) .
55+
* Optional. The action's database (Google Cloud project ID) .
5656
* @return value or {@code null} for none
5757
*/
5858
public java.lang.String getDatabase() {
5959
return database;
6060
}
6161

6262
/**
63-
* The action's database (Google Cloud project ID) .
63+
* Optional. The action's database (Google Cloud project ID) .
6464
* @param database database or {@code null} for none
6565
*/
6666
public Target setDatabase(java.lang.String database) {
@@ -69,15 +69,15 @@ public Target setDatabase(java.lang.String database) {
6969
}
7070

7171
/**
72-
* The action's name, within `database` and `schema`.
72+
* Optional. The action's name, within `database` and `schema`.
7373
* @return value or {@code null} for none
7474
*/
7575
public java.lang.String getName() {
7676
return name;
7777
}
7878

7979
/**
80-
* The action's name, within `database` and `schema`.
80+
* Optional. The action's name, within `database` and `schema`.
8181
* @param name name or {@code null} for none
8282
*/
8383
public Target setName(java.lang.String name) {
@@ -86,15 +86,15 @@ public Target setName(java.lang.String name) {
8686
}
8787

8888
/**
89-
* The action's schema (BigQuery dataset ID), within `database`.
89+
* Optional. The action's schema (BigQuery dataset ID), within `database`.
9090
* @return value or {@code null} for none
9191
*/
9292
public java.lang.String getSchema() {
9393
return schema;
9494
}
9595

9696
/**
97-
* The action's schema (BigQuery dataset ID), within `database`.
97+
* Optional. The action's schema (BigQuery dataset ID), within `database`.
9898
* @param schema schema or {@code null} for none
9999
*/
100100
public Target setSchema(java.lang.String schema) {

0 commit comments

Comments
 (0)