Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-cloudbuild/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-cloudbuild</artifactId>
<version>v1-rev20260627-2.0.0</version>
<version>v1-rev20260814-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20260627-2.0.0'
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20260814-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,6 @@ public final class BuildTrigger extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private GitHubEventsConfig github;

/**
* Deprecated: CloudBuild GitLab V1 integration is deprecated. GitLabEnterpriseEventsConfig
* describes the configuration of a trigger that creates a build whenever a GitLab Enterprise
* event is received.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GitLabEventsConfig gitlabEnterpriseEventsConfig;

/**
* Output only. Unique identifier of the trigger.
* The value may be {@code null}.
Expand Down Expand Up @@ -493,27 +484,6 @@ public BuildTrigger setGithub(GitHubEventsConfig github) {
return this;
}

/**
* Deprecated: CloudBuild GitLab V1 integration is deprecated. GitLabEnterpriseEventsConfig
* describes the configuration of a trigger that creates a build whenever a GitLab Enterprise
* event is received.
* @return value or {@code null} for none
*/
public GitLabEventsConfig getGitlabEnterpriseEventsConfig() {
return gitlabEnterpriseEventsConfig;
}

/**
* Deprecated: CloudBuild GitLab V1 integration is deprecated. GitLabEnterpriseEventsConfig
* describes the configuration of a trigger that creates a build whenever a GitLab Enterprise
* event is received.
* @param gitlabEnterpriseEventsConfig gitlabEnterpriseEventsConfig or {@code null} for none
*/
public BuildTrigger setGitlabEnterpriseEventsConfig(GitLabEventsConfig gitlabEnterpriseEventsConfig) {
this.gitlabEnterpriseEventsConfig = gitlabEnterpriseEventsConfig;
return this;
}

/**
* Output only. Unique identifier of the trigger.
* @return value or {@code null} for none
Expand Down
Loading
Loading