File tree Expand file tree Collapse file tree 12 files changed +36
-27
lines changed
clients/google-api-services-oslogin
com/google/api/services/oslogin/v1alpha/model
com/google/api/services/oslogin/v1beta/model
com/google/api/services/oslogin/v1/model Expand file tree Collapse file tree 12 files changed +36
-27
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-oslogin</artifactId >
25
- <version >v1-rev20231217 -2.0.0</version >
25
+ <version >v1-rev20250317 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-oslogin:v1-rev20231217 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-oslogin:v1-rev20250317 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ public final class SshPublicKey extends com.google.api.client.json.GenericJson {
44
44
private java .lang .String fingerprint ;
45
45
46
46
/**
47
- * Public key text in SSH format, defined by RFC4253 section 6.6.
47
+ * Required. Public key text in SSH format, defined by
48
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
48
49
* The value may be {@code null}.
49
50
*/
50
51
@ com .google .api .client .util .Key
@@ -92,15 +93,17 @@ public SshPublicKey setFingerprint(java.lang.String fingerprint) {
92
93
}
93
94
94
95
/**
95
- * Public key text in SSH format, defined by RFC4253 section 6.6.
96
+ * Required. Public key text in SSH format, defined by
97
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
96
98
* @return value or {@code null} for none
97
99
*/
98
100
public java .lang .String getKey () {
99
101
return key ;
100
102
}
101
103
102
104
/**
103
- * Public key text in SSH format, defined by RFC4253 section 6.6.
105
+ * Required. Public key text in SSH format, defined by
106
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
104
107
* @param key key or {@code null} for none
105
108
*/
106
109
public SshPublicKey setKey (java .lang .String 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-oslogin</artifactId >
11
- <version >v1-rev20231217 -2.0.0</version >
12
- <name >Cloud OS Login API v1-rev20231217 -2.0.0</name >
11
+ <version >v1-rev20250317 -2.0.0</version >
12
+ <name >Cloud OS Login API v1-rev20250317 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-oslogin</artifactId >
25
- <version >v1-rev20231217 -2.0.0</version >
25
+ <version >v1-rev20250317 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-oslogin:v1-rev20231217 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-oslogin:v1-rev20250317 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-oslogin</artifactId >
25
- <version >v1alpha-rev20250302 -2.0.0</version >
25
+ <version >v1alpha-rev20250317 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250302 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250317 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ public final class SshPublicKey extends com.google.api.client.json.GenericJson {
44
44
private java .lang .String fingerprint ;
45
45
46
46
/**
47
- * Public key text in SSH format, defined by RFC4253 section 6.6.
47
+ * Required. Public key text in SSH format, defined by
48
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
48
49
* The value may be {@code null}.
49
50
*/
50
51
@ com .google .api .client .util .Key
@@ -92,15 +93,17 @@ public SshPublicKey setFingerprint(java.lang.String fingerprint) {
92
93
}
93
94
94
95
/**
95
- * Public key text in SSH format, defined by RFC4253 section 6.6.
96
+ * Required. Public key text in SSH format, defined by
97
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
96
98
* @return value or {@code null} for none
97
99
*/
98
100
public java .lang .String getKey () {
99
101
return key ;
100
102
}
101
103
102
104
/**
103
- * Public key text in SSH format, defined by RFC4253 section 6.6.
105
+ * Required. Public key text in SSH format, defined by
106
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
104
107
* @param key key or {@code null} for none
105
108
*/
106
109
public SshPublicKey setKey (java .lang .String 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-oslogin</artifactId >
11
- <version >v1alpha-rev20250302 -2.0.0</version >
12
- <name >Cloud OS Login API v1alpha-rev20250302 -2.0.0</name >
11
+ <version >v1alpha-rev20250317 -2.0.0</version >
12
+ <name >Cloud OS Login API v1alpha-rev20250317 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-oslogin</artifactId >
25
- <version >v1alpha-rev20250302 -2.0.0</version >
25
+ <version >v1alpha-rev20250317 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250302 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-oslogin:v1alpha-rev20250317 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-oslogin</artifactId >
25
- <version >v1beta-rev20250302 -2.0.0</version >
25
+ <version >v1beta-rev20250317 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-oslogin:v1beta-rev20250302 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-oslogin:v1beta-rev20250317 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ public final class SshPublicKey extends com.google.api.client.json.GenericJson {
44
44
private java .lang .String fingerprint ;
45
45
46
46
/**
47
- * Public key text in SSH format, defined by RFC4253 section 6.6.
47
+ * Required. Public key text in SSH format, defined by
48
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
48
49
* The value may be {@code null}.
49
50
*/
50
51
@ com .google .api .client .util .Key
@@ -92,15 +93,17 @@ public SshPublicKey setFingerprint(java.lang.String fingerprint) {
92
93
}
93
94
94
95
/**
95
- * Public key text in SSH format, defined by RFC4253 section 6.6.
96
+ * Required. Public key text in SSH format, defined by
97
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
96
98
* @return value or {@code null} for none
97
99
*/
98
100
public java .lang .String getKey () {
99
101
return key ;
100
102
}
101
103
102
104
/**
103
- * Public key text in SSH format, defined by RFC4253 section 6.6.
105
+ * Required. Public key text in SSH format, defined by
106
+ * [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
104
107
* @param key key or {@code null} for none
105
108
*/
106
109
public SshPublicKey setKey (java .lang .String key ) {
You can’t perform that action at this time.
0 commit comments