Skip to content

Commit f16f105

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate iam client (googleapis#2047)
1 parent de0587f commit f16f105

File tree

10 files changed

+4031
-3914
lines changed

10 files changed

+4031
-3914
lines changed

clients/google-api-services-iam/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-iam",
5-
"version": "v1-rev20190429-1.28.0"
5+
"version": "v1-rev20190607-1.28.0"
66
}
77
}

clients/google-api-services-iam/v1/1.26.0/com/google/api/services/iam/v1/model/ServiceAccountKey.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class ServiceAccountKey extends com.google.api.client.json.GenericJ
5050
@com.google.api.client.util.Key
5151
private java.lang.String keyAlgorithm;
5252

53+
/**
54+
* The key origin.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String keyOrigin;
59+
5360
/**
5461
* The resource name of the service account key in the following format
5562
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
@@ -116,6 +123,23 @@ public ServiceAccountKey setKeyAlgorithm(java.lang.String keyAlgorithm) {
116123
return this;
117124
}
118125

126+
/**
127+
* The key origin.
128+
* @return value or {@code null} for none
129+
*/
130+
public java.lang.String getKeyOrigin() {
131+
return keyOrigin;
132+
}
133+
134+
/**
135+
* The key origin.
136+
* @param keyOrigin keyOrigin or {@code null} for none
137+
*/
138+
public ServiceAccountKey setKeyOrigin(java.lang.String keyOrigin) {
139+
this.keyOrigin = keyOrigin;
140+
return this;
141+
}
142+
119143
/**
120144
* The resource name of the service account key in the following format
121145
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.

clients/google-api-services-iam/v1/1.26.0/pom.xml

Lines changed: 7 additions & 6 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-iam</artifactId>
11-
<version>v1-rev20190429-1.26.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20190429-1.26.0</name>
11+
<version>v1-rev20190607-1.26.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20190607-1.26.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Identity and Access Management (IAM) API ${project.version}</doctitle>
7778
<windowtitle>Identity and Access Management (IAM) API ${project.version}</windowtitle>
7879
<links>
7980
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.26.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.26.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.26.0/javadoc/index.html</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.26.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.26.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.26.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

clients/google-api-services-iam/v1/1.26.0/resources/iam.v1.json

Lines changed: 1312 additions & 1298 deletions
Large diffs are not rendered by default.

clients/google-api-services-iam/v1/1.27.0/com/google/api/services/iam/v1/model/ServiceAccountKey.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class ServiceAccountKey extends com.google.api.client.json.GenericJ
5050
@com.google.api.client.util.Key
5151
private java.lang.String keyAlgorithm;
5252

53+
/**
54+
* The key origin.
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private java.lang.String keyOrigin;
59+
5360
/**
5461
* The resource name of the service account key in the following format
5562
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
@@ -116,6 +123,23 @@ public ServiceAccountKey setKeyAlgorithm(java.lang.String keyAlgorithm) {
116123
return this;
117124
}
118125

126+
/**
127+
* The key origin.
128+
* @return value or {@code null} for none
129+
*/
130+
public java.lang.String getKeyOrigin() {
131+
return keyOrigin;
132+
}
133+
134+
/**
135+
* The key origin.
136+
* @param keyOrigin keyOrigin or {@code null} for none
137+
*/
138+
public ServiceAccountKey setKeyOrigin(java.lang.String keyOrigin) {
139+
this.keyOrigin = keyOrigin;
140+
return this;
141+
}
142+
119143
/**
120144
* The resource name of the service account key in the following format
121145
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.

clients/google-api-services-iam/v1/1.27.0/pom.xml

Lines changed: 7 additions & 6 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-iam</artifactId>
11-
<version>v1-rev20190429-1.27.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20190429-1.27.0</name>
11+
<version>v1-rev20190607-1.27.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20190607-1.27.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Identity and Access Management (IAM) API ${project.version}</doctitle>
7778
<windowtitle>Identity and Access Management (IAM) API ${project.version}</windowtitle>
7879
<links>
7980
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.27.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.27.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.27.0/javadoc/index.html</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.27.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.27.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.27.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

0 commit comments

Comments
 (0)