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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-oslogin</artifactId >
25- <version >v1-rev20231217 -2.0.0</version >
25+ <version >v1-rev20250317 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
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 {
4444 private java .lang .String fingerprint ;
4545
4646 /**
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.
4849 * The value may be {@code null}.
4950 */
5051 @ com .google .api .client .util .Key
@@ -92,15 +93,17 @@ public SshPublicKey setFingerprint(java.lang.String fingerprint) {
9293 }
9394
9495 /**
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.
9698 * @return value or {@code null} for none
9799 */
98100 public java .lang .String getKey () {
99101 return key ;
100102 }
101103
102104 /**
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.
104107 * @param key key or {@code null} for none
105108 */
106109 public SshPublicKey setKey (java .lang .String key ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <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 >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-oslogin</artifactId >
25- <version >v1-rev20231217 -2.0.0</version >
25+ <version >v1-rev20250317 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-oslogin</artifactId >
25- <version >v1alpha-rev20250302 -2.0.0</version >
25+ <version >v1alpha-rev20250317 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
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 {
4444 private java .lang .String fingerprint ;
4545
4646 /**
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.
4849 * The value may be {@code null}.
4950 */
5051 @ com .google .api .client .util .Key
@@ -92,15 +93,17 @@ public SshPublicKey setFingerprint(java.lang.String fingerprint) {
9293 }
9394
9495 /**
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.
9698 * @return value or {@code null} for none
9799 */
98100 public java .lang .String getKey () {
99101 return key ;
100102 }
101103
102104 /**
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.
104107 * @param key key or {@code null} for none
105108 */
106109 public SshPublicKey setKey (java .lang .String key ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <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 >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-oslogin</artifactId >
25- <version >v1alpha-rev20250302 -2.0.0</version >
25+ <version >v1alpha-rev20250317 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-oslogin</artifactId >
25- <version >v1beta-rev20250302 -2.0.0</version >
25+ <version >v1beta-rev20250317 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
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'
3939}
4040```
4141
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 {
4444 private java .lang .String fingerprint ;
4545
4646 /**
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.
4849 * The value may be {@code null}.
4950 */
5051 @ com .google .api .client .util .Key
@@ -92,15 +93,17 @@ public SshPublicKey setFingerprint(java.lang.String fingerprint) {
9293 }
9394
9495 /**
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.
9698 * @return value or {@code null} for none
9799 */
98100 public java .lang .String getKey () {
99101 return key ;
100102 }
101103
102104 /**
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.
104107 * @param key key or {@code null} for none
105108 */
106109 public SshPublicKey setKey (java .lang .String key ) {
You can’t perform that action at this time.
0 commit comments