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

Commit

Permalink
chore: add @io.grpc.stub.annotations.GrpcGenerated annotation (#261)
Browse files Browse the repository at this point in the history
* changes without context

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.

* chore(ruby): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen

PiperOrigin-RevId: 403132955

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Oct 14 10:50:47 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: d2977af9e9f1fc0c9dc8368352daa032471f3c63
Source-Link: googleapis/googleapis@d2977af

* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 404008092

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Oct 18 11:08:45 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: f5b58edfffe922e9837490336be8562f108e7b66
Source-Link: googleapis/googleapis@f5b58ed

* chore: update Java and Python dependencies

PiperOrigin-RevId: 408420890

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Nov 8 13:03:45 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 2921f9fb3bfbd16f6b2da0104373e2b47a80a65e
Source-Link: googleapis/googleapis@2921f9f

Co-authored-by: Chanseok Oh <chanseok@google.com>
  • Loading branch information
yoshi-automation and chanseokoh committed Nov 15, 2021
1 parent 233543d commit 72b13bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -34,6 +34,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/longrunning/operations.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class OperationsGrpc {

private OperationsGrpc() {}
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "177c62af7f181a42b91def98dec2e46efdb07b5e",
"internalRef": "401879979"
"sha": "2921f9fb3bfbd16f6b2da0104373e2b47a80a65e",
"internalRef": "408420890"
}
},
{
Expand Down

0 comments on commit 72b13bd

Please sign in to comment.