Skip to content

Commit bb4b762

Browse files
1 parent 4b0d7e1 commit bb4b762

4 files changed

Lines changed: 33 additions & 6 deletions

File tree

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

clients/google-api-services-dataform/v1/2.0.0/com/google/api/services/dataform/v1/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}.
@@ -128,6 +136,25 @@ public GitRemoteSettings setEffectiveDefaultBranch(java.lang.String effectiveDef
128136
return this;
129137
}
130138

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

clients/google-api-services-dataform/v1/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>v1-rev20260515-2.0.0</version>
12-
<name>Dataform API v1-rev20260515-2.0.0</name>
11+
<version>v1-rev20260529-2.0.0</version>
12+
<name>Dataform API v1-rev20260529-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)