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

Commit

Permalink
fix: add missing dependency configmanagement.proto, multiclusteringre…
Browse files Browse the repository at this point in the history
…ss.proto to v1 client (#72)

fix: add missing dependency configmanagement.proto, cloudauditlogging.proto, metering.proto, multiclusteringress.proto, servicemesh.proto to v1alpha client
fix: add missing dependency configmanagement.proto, metering.proto, multiclusteringress.proto to v1beta client
feat: added v1beta, v1 messages and client for gkehub
feat: added v1alpha messages and client for gkehub

PiperOrigin-RevId: 384575823

Source-Link: googleapis/googleapis@34b0ce6

Source-Link: googleapis/googleapis-gen@68f113b
  • Loading branch information
gcf-owl-bot[bot] committed Jul 14, 2021
1 parent a70317c commit ecf6634
Show file tree
Hide file tree
Showing 420 changed files with 250,034 additions and 0 deletions.
40 changes: 40 additions & 0 deletions google-cloud-gkehub-bom/pom.xml
Expand Up @@ -63,11 +63,51 @@
<artifactId>grpc-google-cloud-gkehub-v1beta1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-gkehub-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-gkehub-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1alpha</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-gkehub-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1beta</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-gkehub-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1alpha2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-gkehub-v1alpha2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1beta1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-gkehub-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-gkehub-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1alpha</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-gkehub-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1alpha2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-gkehub-v1alpha2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1beta</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-gkehub-v1beta:current} -->
</dependency>
</dependencies>
</dependencyManagement>

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

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1beta</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1alpha2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1alpha</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-gkehub-v1beta1</artifactId>
Expand Down Expand Up @@ -76,6 +92,26 @@
<artifactId>grpc-google-cloud-gkehub-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1alpha2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1beta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-v1alpha</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-gkehub-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 ecf6634

Please sign in to comment.