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

Commit

Permalink
feat: binaryauthorization v1 public protos (#90)
Browse files Browse the repository at this point in the history
- [x] Regenerate this pull request now.

Committer: @alexander-fenster
PiperOrigin-RevId: 398308923

Source-Link: googleapis/googleapis@a3dccab

Source-Link: googleapis/googleapis-gen@d475ce1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDQ3NWNlMThkNTBjOTBlY2RjMjdlNDI1ZmRkNDk4YjI2OTEyMjY2ZCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 21, 2021
1 parent 34e5a33 commit f5315fc
Show file tree
Hide file tree
Showing 47 changed files with 35,363 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-binary-authorization</artifactId>
<version>0.3.1</version>
<version>0.3.3</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-binary-authorization:0.3.1'
implementation 'com.google.cloud:google-cloud-binary-authorization:0.3.3'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "0.3.1"
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "0.3.3"
```

## Authentication
Expand Down
10 changes: 10 additions & 0 deletions google-cloud-binary-authorization-bom/pom.xml
Expand Up @@ -63,11 +63,21 @@
<artifactId>grpc-google-cloud-binary-authorization-v1beta1</artifactId>
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-binary-authorization-v1</artifactId>
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-binary-authorization-v1beta1</artifactId>
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-binary-authorization-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-binary-authorization-v1</artifactId>
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-binary-authorization-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
14 changes: 14 additions & 0 deletions google-cloud-binary-authorization/pom.xml
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-binary-authorization-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-binary-authorization-v1beta1</artifactId>
Expand All @@ -63,6 +67,11 @@
<artifactId>threetenbp</artifactId>
</dependency>

<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
Expand All @@ -76,6 +85,11 @@
<artifactId>grpc-google-cloud-binary-authorization-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-binary-authorization-v1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit f5315fc

Please sign in to comment.