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

Commit

Permalink
feat(v1): add org policy and access context manager protos to client …
Browse files Browse the repository at this point in the history
…libraries (#130)

* cloudasset: add org policy and access context manager protos to client libraries.

googleapis/googleapis@b655808
commit b655808b3481a92f478ae2f828a6ce8220e40f32
Author: Google APIs <noreply@google.com>
Date:   Sat Mar 28 12:54:21 2020 -0700

    cloudasset: add org policy and access context manager protos to client libraries.

    PiperOrigin-RevId: 303527638

* deps: add orgpolicy and accesscontextmanager dependencies

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
yoshi-automation and chingor13 committed Apr 6, 2020
1 parent 9bafdad commit cba4acc
Show file tree
Hide file tree
Showing 27 changed files with 2,560 additions and 851 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -197,6 +197,16 @@
<artifactId>animal-sniffer-annotations</artifactId>
<version>${animal-sniffer.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orgpolicy-v1</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-identity-accesscontextmanager-v1</artifactId>
<version>0.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 8 additions & 0 deletions proto-google-cloud-asset-v1/pom.xml
Expand Up @@ -33,5 +33,13 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-orgpolicy-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-identity-accesscontextmanager-v1</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit cba4acc

Please sign in to comment.