Skip to content

Commit 56903c1

Browse files
1 parent f61b2fc commit 56903c1

24 files changed

Lines changed: 221 additions & 133 deletions

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

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/CloudBuild.java

Lines changed: 164 additions & 94 deletions
Large diffs are not rendered by default.

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/BatchCreateGitLabConnectedRepositoriesRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.cloudbuild.v1.model;
1818

1919
/**
20-
* RPC request object accepted by BatchCreateGitLabConnectedRepositories RPC method.
20+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. RPC request object accepted by
21+
* BatchCreateGitLabConnectedRepositories RPC method.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/BatchCreateGitLabConnectedRepositoriesResponse.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.cloudbuild.v1.model;
1818

1919
/**
20-
* Response of BatchCreateGitLabConnectedRepositories RPC method.
20+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. Response of
21+
* BatchCreateGitLabConnectedRepositories RPC method.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/BatchCreateGitLabConnectedRepositoriesResponseMetadata.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.cloudbuild.v1.model;
1818

1919
/**
20-
* Metadata for `BatchCreateGitLabConnectedRepositories` operation.
20+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. Metadata for
21+
* `BatchCreateGitLabConnectedRepositories` operation.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/BitbucketServerConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public final class BitbucketServerConfig extends com.google.api.client.json.Gene
6060
private java.lang.String hostUri;
6161

6262
/**
63-
* The resource name for the config.
63+
* Identifier. The resource name for the config.
6464
* The value may be {@code null}.
6565
*/
6666
@com.google.api.client.util.Key
@@ -194,15 +194,15 @@ public BitbucketServerConfig setHostUri(java.lang.String hostUri) {
194194
}
195195

196196
/**
197-
* The resource name for the config.
197+
* Identifier. The resource name for the config.
198198
* @return value or {@code null} for none
199199
*/
200200
public java.lang.String getName() {
201201
return name;
202202
}
203203

204204
/**
205-
* The resource name for the config.
205+
* Identifier. The resource name for the config.
206206
* @param name name or {@code null} for none
207207
*/
208208
public BitbucketServerConfig setName(java.lang.String name) {

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/BuildTrigger.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ public final class BuildTrigger extends com.google.api.client.json.GenericJson {
127127
private GitHubEventsConfig github;
128128

129129
/**
130-
* GitLabEnterpriseEventsConfig describes the configuration of a trigger that creates a build
131-
* whenever a GitLab Enterprise event is received.
130+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. GitLabEnterpriseEventsConfig
131+
* describes the configuration of a trigger that creates a build whenever a GitLab Enterprise
132+
* event is received.
132133
* The value may be {@code null}.
133134
*/
134135
@com.google.api.client.util.Key
@@ -493,17 +494,19 @@ public BuildTrigger setGithub(GitHubEventsConfig github) {
493494
}
494495

495496
/**
496-
* GitLabEnterpriseEventsConfig describes the configuration of a trigger that creates a build
497-
* whenever a GitLab Enterprise event is received.
497+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. GitLabEnterpriseEventsConfig
498+
* describes the configuration of a trigger that creates a build whenever a GitLab Enterprise
499+
* event is received.
498500
* @return value or {@code null} for none
499501
*/
500502
public GitLabEventsConfig getGitlabEnterpriseEventsConfig() {
501503
return gitlabEnterpriseEventsConfig;
502504
}
503505

504506
/**
505-
* GitLabEnterpriseEventsConfig describes the configuration of a trigger that creates a build
506-
* whenever a GitLab Enterprise event is received.
507+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. GitLabEnterpriseEventsConfig
508+
* describes the configuration of a trigger that creates a build whenever a GitLab Enterprise
509+
* event is received.
507510
* @param gitlabEnterpriseEventsConfig gitlabEnterpriseEventsConfig or {@code null} for none
508511
*/
509512
public BuildTrigger setGitlabEnterpriseEventsConfig(GitLabEventsConfig gitlabEnterpriseEventsConfig) {

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/CreateGitLabConfigOperationMetadata.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.cloudbuild.v1.model;
1818

1919
/**
20-
* Metadata for `CreateGitLabConfig` operation.
20+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. Metadata for `CreateGitLabConfig`
21+
* operation.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/CreateGitLabConnectedRepositoryRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.cloudbuild.v1.model;
1818

1919
/**
20-
* Request to connect a repository from a connected GitLab host.
20+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. Request to connect a repository from
21+
* a connected GitLab host.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/DeleteGitLabConfigOperationMetadata.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.cloudbuild.v1.model;
1818

1919
/**
20-
* Metadata for `DeleteGitLabConfig` operation.
20+
* Deprecated: CloudBuild GitLab V1 integration is deprecated. Metadata for `DeleteGitLabConfig`
21+
* operation.
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Build API. For a detailed explanation see:

0 commit comments

Comments
 (0)