Skip to content

Commit c059c46

Browse files
Google APIscopybara-github
authored andcommitted
chore: Operations proto comment cleanup
Committer: @miraleung PiperOrigin-RevId: 357075713
1 parent f3a60f6 commit c059c46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

google/longrunning/operations.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ service Operations {
110110
option (google.api.method_signature) = "name";
111111
}
112112

113-
// Waits for the specified long-running operation until it is done or reaches
114-
// at most a specified timeout, returning the latest state. If the operation
115-
// is already done, the latest state is immediately returned. If the timeout
113+
// Waits until the specified long-running operation is done or reaches at most
114+
// a specified timeout, returning the latest state. If the operation is
115+
// already done, the latest state is immediately returned. If the timeout
116116
// specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
117117
// timeout is used. If the server does not support this method, it returns
118118
// `google.rpc.Code.UNIMPLEMENTED`.

0 commit comments

Comments
 (0)