Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
feat: Enhance the AttributeContext semantics, and other comments upda…
Browse files Browse the repository at this point in the history
…te (#113)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/dc937605-665f-4564-809e-8bcc78fcafa9/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 357075713
Source-Link: googleapis/googleapis@c059c46
PiperOrigin-RevId: 355883280
Source-Link: googleapis/googleapis@7f6e0d5
PiperOrigin-RevId: 355218181
Source-Link: googleapis/googleapis@2f8d204

feat: Add `ErrorReason` enum from `google.api.error_reason` for Google API and minor proto updates.
chore: Operations proto comment cleanup
  • Loading branch information
yoshi-automation committed Feb 18, 2021
1 parent fb68b9f commit 528a2ae
Show file tree
Hide file tree
Showing 10 changed files with 4,354 additions and 1,559 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@ public void cancelOperation(
*
*
* <pre>
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* Waits until the specified long-running operation is done or reaches at most
* a specified timeout, returning the latest state. If the operation is
* already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
Expand Down Expand Up @@ -559,9 +559,9 @@ public void cancelOperation(
*
*
* <pre>
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* Waits until the specified long-running operation is done or reaches at most
* a specified timeout, returning the latest state. If the operation is
* already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
Expand Down Expand Up @@ -680,9 +680,9 @@ public com.google.protobuf.Empty cancelOperation(
*
*
* <pre>
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* Waits until the specified long-running operation is done or reaches at most
* a specified timeout, returning the latest state. If the operation is
* already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
Expand Down Expand Up @@ -801,9 +801,9 @@ protected OperationsFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
*
*
* <pre>
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* Waits until the specified long-running operation is done or reaches at most
* a specified timeout, returning the latest state. If the operation is
* already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
* <pre>
* Denotes that a (repeated) field is an unordered list.
* This indicates that the service may provide the elements of the list
* in any arbitrary order, rather than the order the user originally
* in any arbitrary order, rather than the order the user originally
* provided. Additionally, the list's order may or may not be stable.
* </pre>
*
Expand Down Expand Up @@ -196,7 +196,7 @@ public enum FieldBehavior implements com.google.protobuf.ProtocolMessageEnum {
* <pre>
* Denotes that a (repeated) field is an unordered list.
* This indicates that the service may provide the elements of the list
* in any arbitrary order, rather than the order the user originally
* in any arbitrary order, rather than the order the user originally
* provided. Additionally, the list's order may or may not be stable.
* </pre>
*
Expand Down
Loading

0 comments on commit 528a2ae

Please sign in to comment.