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

Commit f5315fc

Browse files
feat: binaryauthorization v1 public protos (#90)
- [x] Regenerate this pull request now. Committer: @alexander-fenster PiperOrigin-RevId: 398308923 Source-Link: googleapis/googleapis@a3dccab Source-Link: https://github.com/googleapis/googleapis-gen/commit/d475ce18d50c90ecdc27e425fdd498b26912266d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDQ3NWNlMThkNTBjOTBlY2RjMjdlNDI1ZmRkNDk4YjI2OTEyMjY2ZCJ9
1 parent 34e5a33 commit f5315fc

File tree

47 files changed

+35363
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+35363
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-binary-authorization</artifactId>
25-
<version>0.3.1</version>
25+
<version>0.3.3</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-binary-authorization:0.3.1'
32+
implementation 'com.google.cloud:google-cloud-binary-authorization:0.3.3'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

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

4141
## Authentication

google-cloud-binary-authorization-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,21 @@
6363
<artifactId>grpc-google-cloud-binary-authorization-v1beta1</artifactId>
6464
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1beta1:current} -->
6565
</dependency>
66+
<dependency>
67+
<groupId>com.google.api.grpc</groupId>
68+
<artifactId>grpc-google-cloud-binary-authorization-v1</artifactId>
69+
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-binary-authorization-v1:current} -->
70+
</dependency>
6671
<dependency>
6772
<groupId>com.google.api.grpc</groupId>
6873
<artifactId>proto-google-cloud-binary-authorization-v1beta1</artifactId>
6974
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-binary-authorization-v1beta1:current} -->
7075
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>proto-google-cloud-binary-authorization-v1</artifactId>
79+
<version>0.3.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-binary-authorization-v1:current} -->
80+
</dependency>
7181
</dependencies>
7282
</dependencyManagement>
7383

google-cloud-binary-authorization/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
4444

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-binary-authorization-v1</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-binary-authorization-v1beta1</artifactId>
@@ -63,6 +67,11 @@
6367
<artifactId>threetenbp</artifactId>
6468
</dependency>
6569

70+
<dependency>
71+
<groupId>io.grafeas</groupId>
72+
<artifactId>grafeas</artifactId>
73+
</dependency>
74+
6675
<!-- Test dependencies -->
6776
<dependency>
6877
<groupId>junit</groupId>
@@ -76,6 +85,11 @@
7685
<artifactId>grpc-google-cloud-binary-authorization-v1beta1</artifactId>
7786
<scope>test</scope>
7887
</dependency>
88+
<dependency>
89+
<groupId>com.google.api.grpc</groupId>
90+
<artifactId>grpc-google-cloud-binary-authorization-v1</artifactId>
91+
<scope>test</scope>
92+
</dependency>
7993
<!-- Need testing utility classes for generated gRPC clients tests -->
8094
<dependency>
8195
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)