Skip to content

Commit 8b45464

Browse files
1 parent 40a7c05 commit 8b45464

File tree

5 files changed

+44
-20
lines changed

5 files changed

+44
-20
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-rev20241020-2.0.0</version>
25+
<version>v1beta1-rev20241108-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20241108-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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,10 @@ public List set(String parameterName, Object value) {
653653
}
654654
}
655655
/**
656-
* Update default config for a given project and location.
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
657660
*
658661
* Create a request for the method "locations.updateConfig".
659662
*
@@ -678,7 +681,10 @@ public class UpdateConfig extends DataformRequest<com.google.api.services.datafo
678681
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/config$");
679682

680683
/**
681-
* Update default config for a given project and location.
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
682688
*
683689
* Create a request for the method "locations.updateConfig".
684690
*
@@ -2829,7 +2835,10 @@ public List set(String parameterName, Object value) {
28292835
}
28302836
}
28312837
/**
2832-
* Updates a single Repository.
2838+
* Updates a single Repository. *Note:* This method does not fully implement AIP/134. In particular:
2839+
* 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted,
2840+
* instead of only updating the set fields, the request is treated as a full update on all
2841+
* modifiable fields
28332842
*
28342843
* Create a request for the method "repositories.patch".
28352844
*
@@ -2854,7 +2863,10 @@ public class Patch extends DataformRequest<com.google.api.services.dataform.v1be
28542863
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/repositories/[^/]+$");
28552864

28562865
/**
2857-
* Updates a single Repository.
2866+
* Updates a single Repository. *Note:* This method does not fully implement AIP/134. In
2867+
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
2868+
* omitted, instead of only updating the set fields, the request is treated as a full update on
2869+
* all modifiable fields
28582870
*
28592871
* Create a request for the method "repositories.patch".
28602872
*
@@ -5843,7 +5855,10 @@ public List set(String parameterName, Object value) {
58435855
}
58445856
}
58455857
/**
5846-
* Updates a single ReleaseConfig.
5858+
* Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In
5859+
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
5860+
* omitted, instead of only updating the set fields, the request is treated as a full update on all
5861+
* modifiable fields
58475862
*
58485863
* Create a request for the method "releaseConfigs.patch".
58495864
*
@@ -5868,7 +5883,10 @@ public class Patch extends DataformRequest<com.google.api.services.dataform.v1be
58685883
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/repositories/[^/]+/releaseConfigs/[^/]+$");
58695884

58705885
/**
5871-
* Updates a single ReleaseConfig.
5886+
* Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In
5887+
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
5888+
* omitted, instead of only updating the set fields, the request is treated as a full update on
5889+
* all modifiable fields
58725890
*
58735891
* Create a request for the method "releaseConfigs.patch".
58745892
*
@@ -6647,7 +6665,10 @@ public List set(String parameterName, Object value) {
66476665
}
66486666
}
66496667
/**
6650-
* Updates a single WorkflowConfig.
6668+
* Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In
6669+
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
6670+
* omitted, instead of only updating the set fields, the request is treated as a full update on all
6671+
* modifiable fields
66516672
*
66526673
* Create a request for the method "workflowConfigs.patch".
66536674
*
@@ -6672,7 +6693,10 @@ public class Patch extends DataformRequest<com.google.api.services.dataform.v1be
66726693
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/repositories/[^/]+/workflowConfigs/[^/]+$");
66736694

66746695
/**
6675-
* Updates a single WorkflowConfig.
6696+
* Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In
6697+
* particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is
6698+
* omitted, instead of only updating the set fields, the request is treated as a full update on
6699+
* all modifiable fields
66766700
*
66776701
* Create a request for the method "workflowConfigs.patch".
66786702
*

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

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

3939
/**
4040
* Output only. Identifies whether the user has requested cancellation of the operation.
41-
* Operations that have been cancelled successfully have Operation.error value with a
42-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
9999

100100
/**
101101
* Output only. Identifies whether the user has requested cancellation of the operation.
102-
* Operations that have been cancelled successfully have Operation.error value with a
103-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.Boolean getCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109109

110110
/**
111111
* Output only. Identifies whether the user has requested cancellation of the operation.
112-
* Operations that have been cancelled successfully have Operation.error value with a
113-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114114
* @param cancelRequested cancelRequested or {@code null} for none
115115
*/
116116
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

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-rev20241020-2.0.0</version>
12-
<name>Dataform API v1beta1-rev20241020-2.0.0</name>
11+
<version>v1beta1-rev20241108-2.0.0</version>
12+
<name>Dataform API v1beta1-rev20241108-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-rev20241020-2.0.0</version>
25+
<version>v1beta1-rev20241108-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-rev20241020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataform:v1beta1-rev20241108-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)