Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: Enhance the AttributeContext semantics, and other comments upda…
…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
Showing
with
4,354 additions
and 1,559 deletions.
- +12 −12 grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java
- +2 −2 proto-google-common-protos/src/main/java/com/google/api/FieldBehavior.java
- +411 −411 proto-google-common-protos/src/main/java/com/google/api/Service.java
- +65 −65 proto-google-common-protos/src/main/java/com/google/api/ServiceOrBuilder.java
- +28 −28 proto-google-common-protos/src/main/java/com/google/api/ServiceProto.java
- +65 −0 proto-google-common-protos/src/main/java/com/google/api/Usage.java
- +20 −0 proto-google-common-protos/src/main/java/com/google/api/UsageOrBuilder.java
- +3,662 −990 proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContext.java
- +87 −49 proto-google-common-protos/src/main/java/com/google/rpc/context/AttributeContextProto.java
- +2 −2 synth.metadata
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.