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

Commit

Permalink
Regenerate common protos, iam and longrunning client. (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google committed Oct 4, 2019
1 parent 531132e commit 8a6622c
Show file tree
Hide file tree
Showing 32 changed files with 4,857 additions and 1,197 deletions.
6 changes: 3 additions & 3 deletions grpc-google-iam-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'java'

description = 'GRPC library for grpc-google-iam-v1'
group = 'com.google.api.grpc'
version = "0.12.0"
version = "0.13.0"
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand All @@ -18,8 +18,8 @@ repositories {
}

dependencies {
compile 'io.grpc:grpc-stub:1.10.1'
compile 'io.grpc:grpc-protobuf:1.10.1'
compile 'io.grpc:grpc-stub:1.23.0'
compile 'io.grpc:grpc-protobuf:1.23.0'
compile project(':proto-google-iam-v1')
}

Expand Down
180 changes: 96 additions & 84 deletions grpc-google-iam-v1/src/main/java/com/google/iam/v1/IAMPolicyGrpc.java

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions proto-google-iam-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'java'

description = 'PROTO library for proto-google-iam-v1'
group = 'com.google.api.grpc'
version = "0.12.0"
version = "0.13.0"
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand All @@ -18,8 +18,8 @@ repositories {
}

dependencies {
compile 'com.google.protobuf:protobuf-java:3.5.1'
compile 'com.google.api:api-common:1.5.0'
compile 'com.google.protobuf:protobuf-java:3.7.1'
compile 'com.google.api:api-common:1.8.1'
compile project(':proto-google-common-protos')
}

Expand Down

0 comments on commit 8a6622c

Please sign in to comment.