Skip to content

Commit

Permalink
chore: [oslogin] reformat protos (#9028)
Browse files Browse the repository at this point in the history
* chore: reformat protos

PiperOrigin-RevId: 504098251

Source-Link: googleapis/googleapis@b0cf667

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c1df92110f05a7ee22340e3c490aa87006e5f258
Copy-Tag: eyJwIjoiamF2YS1vcy1sb2dpbi8uT3dsQm90LnlhbWwiLCJoIjoiYzFkZjkyMTEwZjA1YTdlZTIyMzQwZTNjNDkwYWE4NzAwNmU1ZjI1OCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 2, 2023
1 parent 705ae1a commit c63dc4f
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 132 deletions.
6 changes: 3 additions & 3 deletions java-os-login/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-os-login</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-os-login:2.7.0'
implementation 'com.google.cloud:google-cloud-os-login:2.8.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.7.0"
libraryDependencies += "com.google.cloud" % "google-cloud-os-login" % "2.8.0"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand All @@ -102,9 +102,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand Down Expand Up @@ -474,9 +474,9 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand All @@ -500,9 +500,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand All @@ -526,9 +526,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand All @@ -551,9 +551,9 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand All @@ -572,9 +572,9 @@ public Builder clearName() {
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public interface DeletePosixAccountRequestOrBuilder
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand All @@ -43,9 +43,9 @@ public interface DeletePosixAccountRequestOrBuilder
*
*
* <pre>
* Required. A reference to the POSIX account to update. POSIX accounts are identified
* by the project ID they are associated with. A reference to the POSIX
* account is in format `users/{user}/projects/{project}`.
* Required. A reference to the POSIX account to update. POSIX accounts are
* identified by the project ID they are associated with. A reference to the
* POSIX account is in format `users/{user}/projects/{project}`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -102,9 +102,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand Down Expand Up @@ -474,9 +474,9 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -500,9 +500,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -526,9 +526,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -551,9 +551,9 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -572,9 +572,9 @@ public Builder clearName() {
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public interface DeleteSshPublicKeyRequestOrBuilder
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -43,9 +43,9 @@ public interface DeleteSshPublicKeyRequestOrBuilder
*
*
* <pre>
* Required. The fingerprint of the public key to update. Public keys are identified by
* their SHA-256 fingerprint. The fingerprint of the public key is in format
* `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to update. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -102,9 +102,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand Down Expand Up @@ -473,9 +473,9 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -499,9 +499,9 @@ public java.lang.String getName() {
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -525,9 +525,9 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -550,9 +550,9 @@ public Builder setName(java.lang.String value) {
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -571,9 +571,9 @@ public Builder clearName() {
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public interface GetSshPublicKeyRequestOrBuilder
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand All @@ -43,9 +43,9 @@ public interface GetSshPublicKeyRequestOrBuilder
*
*
* <pre>
* Required. The fingerprint of the public key to retrieve. Public keys are identified
* by their SHA-256 fingerprint. The fingerprint of the public key is in
* format `users/{user}/sshPublicKeys/{fingerprint}`.
* Required. The fingerprint of the public key to retrieve. Public keys are
* identified by their SHA-256 fingerprint. The fingerprint of the public key
* is in format `users/{user}/sshPublicKeys/{fingerprint}`.
* </pre>
*
* <code>
Expand Down
Loading

0 comments on commit c63dc4f

Please sign in to comment.