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

Commit cba4acc

Browse files
feat(v1): add org policy and access context manager protos to client libraries (#130)
* cloudasset: add org policy and access context manager protos to client libraries. googleapis/googleapis@b655808 commit b655808b3481a92f478ae2f828a6ce8220e40f32 Author: Google APIs <[email protected]> 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 <[email protected]>
1 parent 9bafdad commit cba4acc

27 files changed

+2560
-851
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@
197197
<artifactId>animal-sniffer-annotations</artifactId>
198198
<version>${animal-sniffer.version}</version>
199199
</dependency>
200+
<dependency>
201+
<groupId>com.google.api.grpc</groupId>
202+
<artifactId>proto-google-cloud-orgpolicy-v1</artifactId>
203+
<version>0.1.0</version>
204+
</dependency>
205+
<dependency>
206+
<groupId>com.google.api.grpc</groupId>
207+
<artifactId>proto-google-identity-accesscontextmanager-v1</artifactId>
208+
<version>0.1.0</version>
209+
</dependency>
200210

201211
<dependency>
202212
<groupId>junit</groupId>

proto-google-cloud-asset-v1/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,13 @@
3333
<groupId>com.google.api.grpc</groupId>
3434
<artifactId>proto-google-iam-v1</artifactId>
3535
</dependency>
36+
<dependency>
37+
<groupId>com.google.api.grpc</groupId>
38+
<artifactId>proto-google-cloud-orgpolicy-v1</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>com.google.api.grpc</groupId>
42+
<artifactId>proto-google-identity-accesscontextmanager-v1</artifactId>
43+
</dependency>
3644
</dependencies>
3745
</project>

0 commit comments

Comments
 (0)