Skip to content

Commit af7b226

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate cloudbuild client (googleapis#2296)
1 parent 74ba48a commit af7b226

File tree

138 files changed

+32708
-800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+32708
-800
lines changed

clients/google-api-services-cloudbuild/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-cloudbuild",
5-
"version": "v1-rev20190531-1.28.0"
5+
"version": "v1-rev20190622-1.30.1"
66
}
77
}

clients/google-api-services-cloudbuild/v1/1.28.0/com/google/api/services/cloudbuild/v1/model/GitHubEventsConfig.java

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@
3333
public final class GitHubEventsConfig extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* Output only. Indicates that a build was generated from a check suite event.
37-
* The value may be {@code null}.
38-
*/
39-
@com.google.api.client.util.Key
40-
private CheckSuiteFilter checkSuite;
41-
42-
/**
43-
* The installationID that emmits the GitHub event.
36+
* The installationID that emits the GitHub event.
4437
* The value may be {@code null}.
4538
*/
4639
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -75,32 +68,15 @@ public final class GitHubEventsConfig extends com.google.api.client.json.Generic
7568
private PushFilter push;
7669

7770
/**
78-
* Output only. Indicates that a build was generated from a check suite event.
79-
* @return value or {@code null} for none
80-
*/
81-
public CheckSuiteFilter getCheckSuite() {
82-
return checkSuite;
83-
}
84-
85-
/**
86-
* Output only. Indicates that a build was generated from a check suite event.
87-
* @param checkSuite checkSuite or {@code null} for none
88-
*/
89-
public GitHubEventsConfig setCheckSuite(CheckSuiteFilter checkSuite) {
90-
this.checkSuite = checkSuite;
91-
return this;
92-
}
93-
94-
/**
95-
* The installationID that emmits the GitHub event.
71+
* The installationID that emits the GitHub event.
9672
* @return value or {@code null} for none
9773
*/
9874
public java.lang.Long getInstallationId() {
9975
return installationId;
10076
}
10177

10278
/**
103-
* The installationID that emmits the GitHub event.
79+
* The installationID that emits the GitHub event.
10480
* @param installationId installationId or {@code null} for none
10581
*/
10682
public GitHubEventsConfig setInstallationId(java.lang.Long installationId) {

clients/google-api-services-cloudbuild/v1/1.28.0/pom.xml

Lines changed: 17 additions & 5 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-cloudbuild</artifactId>
11-
<version>v1-rev20190531-1.28.0</version>
12-
<name>Cloud Build API v1-rev20190531-1.28.0</name>
11+
<version>v1-rev20190622-1.28.0</version>
12+
<name>Cloud Build API v1-rev20190622-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -60,6 +60,18 @@
6060
<artifactId>maven-source-plugin</artifactId>
6161
<version>2.2.1</version>
6262
</plugin>
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-jar-plugin</artifactId>
66+
<version>3.1.2</version>
67+
<configuration>
68+
<archive>
69+
<manifestEntries>
70+
<Automatic-Module-Name>com.google.api.services.cloudbuild</Automatic-Module-Name>
71+
</manifestEntries>
72+
</archive>
73+
</configuration>
74+
</plugin>
6375
<plugin>
6476
<groupId>org.apache.maven.plugins</groupId>
6577
<artifactId>maven-javadoc-plugin</artifactId>
@@ -78,9 +90,9 @@
7890
<windowtitle>Cloud Build API ${project.version}</windowtitle>
7991
<links>
8092
<link>http://docs.oracle.com/javase/7/docs/api</link>
81-
<link>https://googleapis.dev/java/google-http-client/1.28.0/index.html</link>
82-
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/index.html</link>
83-
<link>https://googleapis.dev/java/google-api-client/1.28.0/index.html</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.28.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/</link>
95+
<link>https://googleapis.dev/java/google-api-client/1.28.0/</link>
8496
</links>
8597
</configuration>
8698
</plugin>

0 commit comments

Comments
 (0)