File tree Expand file tree Collapse file tree 10 files changed +4031
-3914
lines changed
clients/google-api-services-iam
com/google/api/services/iam/v1/model
com/google/api/services/iam/v1/model
com/google/api/services/iam/v1/model Expand file tree Collapse file tree 10 files changed +4031
-3914
lines changed Original file line number Diff line number Diff line change 2
2
"maven" : {
3
3
"groupId" : " com.google.apis" ,
4
4
"artifactId" : " google-api-services-iam" ,
5
- "version" : " v1-rev20190429 -1.28.0"
5
+ "version" : " v1-rev20190607 -1.28.0"
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ public final class ServiceAccountKey extends com.google.api.client.json.GenericJ
50
50
@ com .google .api .client .util .Key
51
51
private java .lang .String keyAlgorithm ;
52
52
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
+
53
60
/**
54
61
* The resource name of the service account key in the following format
55
62
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
@@ -116,6 +123,23 @@ public ServiceAccountKey setKeyAlgorithm(java.lang.String keyAlgorithm) {
116
123
return this ;
117
124
}
118
125
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
+
119
143
/**
120
144
* The resource name of the service account key in the following format
121
145
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-javadoc-plugin</artifactId >
66
- <version >2.9.1 </version >
66
+ <version >3.1.0 </version >
67
67
<executions >
68
68
<execution >
69
69
<id >attach-javadocs</id >
73
73
</execution >
74
74
</executions >
75
75
<configuration >
76
+ <doclint >none</doclint >
76
77
<doctitle >Identity and Access Management (IAM) API ${project.version} </doctitle >
77
78
<windowtitle >Identity and Access Management (IAM) API ${project.version} </windowtitle >
78
79
<links >
79
80
<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 >
83
84
</links >
84
85
</configuration >
85
86
</plugin >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ public final class ServiceAccountKey extends com.google.api.client.json.GenericJ
50
50
@ com .google .api .client .util .Key
51
51
private java .lang .String keyAlgorithm ;
52
52
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
+
53
60
/**
54
61
* The resource name of the service account key in the following format
55
62
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
@@ -116,6 +123,23 @@ public ServiceAccountKey setKeyAlgorithm(java.lang.String keyAlgorithm) {
116
123
return this ;
117
124
}
118
125
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
+
119
143
/**
120
144
* The resource name of the service account key in the following format
121
145
* `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
63
63
<plugin >
64
64
<groupId >org.apache.maven.plugins</groupId >
65
65
<artifactId >maven-javadoc-plugin</artifactId >
66
- <version >2.9.1 </version >
66
+ <version >3.1.0 </version >
67
67
<executions >
68
68
<execution >
69
69
<id >attach-javadocs</id >
73
73
</execution >
74
74
</executions >
75
75
<configuration >
76
+ <doclint >none</doclint >
76
77
<doctitle >Identity and Access Management (IAM) API ${project.version} </doctitle >
77
78
<windowtitle >Identity and Access Management (IAM) API ${project.version} </windowtitle >
78
79
<links >
79
80
<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 >
83
84
</links >
84
85
</configuration >
85
86
</plugin >
You can’t perform that action at this time.
0 commit comments