Skip to content

Commit 61f4f06

Browse files
1 parent 7f36627 commit 61f4f06

4 files changed

Lines changed: 33 additions & 6 deletions

File tree

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ public final class GitRemoteSettings extends com.google.api.client.json.GenericJ
5252
@com.google.api.client.util.Key
5353
private java.lang.String effectiveDefaultBranch;
5454

55+
/**
56+
* Optional. Resource name for the GitRepositoryLink used for machine credentials. Must be in the
57+
* format `projects/locations/connections/gitRepositoryLinks`
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.lang.String gitRepositoryLink;
62+
5563
/**
5664
* Optional. Authentication fields for remote uris using SSH protocol.
5765
* The value may be {@code null}.
@@ -130,6 +138,25 @@ public GitRemoteSettings setEffectiveDefaultBranch(java.lang.String effectiveDef
130138
return this;
131139
}
132140

141+
/**
142+
* Optional. Resource name for the GitRepositoryLink used for machine credentials. Must be in the
143+
* format `projects/locations/connections/gitRepositoryLinks`
144+
* @return value or {@code null} for none
145+
*/
146+
public java.lang.String getGitRepositoryLink() {
147+
return gitRepositoryLink;
148+
}
149+
150+
/**
151+
* Optional. Resource name for the GitRepositoryLink used for machine credentials. Must be in the
152+
* format `projects/locations/connections/gitRepositoryLinks`
153+
* @param gitRepositoryLink gitRepositoryLink or {@code null} for none
154+
*/
155+
public GitRemoteSettings setGitRepositoryLink(java.lang.String gitRepositoryLink) {
156+
this.gitRepositoryLink = gitRepositoryLink;
157+
return this;
158+
}
159+
133160
/**
134161
* Optional. Authentication fields for remote uris using SSH protocol.
135162
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)