Skip to content

Commit

Permalink
feat!: [documentai] remove deprecated v1beta1 and v1beta2 (#11228)
Browse files Browse the repository at this point in the history
* chore: remove deprecated api versions for documentai

* remove code for v1beta1 and v1beta2.
  • Loading branch information
zhumin8 authored Oct 7, 2024
1 parent c2d44dc commit 5876f54
Show file tree
Hide file tree
Showing 131 changed files with 0 additions and 166,716 deletions.
2 changes: 0 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,6 @@ libraries:
issue_tracker: https://issuetracker.google.com/savedsearches/559755
GAPICs:
- proto_path: google/cloud/documentai/v1
- proto_path: google/cloud/documentai/v1beta1
- proto_path: google/cloud/documentai/v1beta2
- proto_path: google/cloud/documentai/v1beta3

- api_shortname: domains
Expand Down
20 changes: 0 additions & 20 deletions java-document-ai/google-cloud-document-ai-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
<artifactId>google-cloud-document-ai</artifactId>
<version>2.56.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-document-ai:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1beta1</artifactId>
<version>0.68.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-document-ai-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1beta2</artifactId>
<version>0.68.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-document-ai-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1beta3</artifactId>
Expand All @@ -43,16 +33,6 @@
<artifactId>grpc-google-cloud-document-ai-v1</artifactId>
<version>2.56.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-document-ai-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1beta1</artifactId>
<version>0.68.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-document-ai-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1beta2</artifactId>
<version>0.68.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-document-ai-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1beta3</artifactId>
Expand Down
18 changes: 0 additions & 18 deletions java-document-ai/google-cloud-document-ai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1beta2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-document-ai-v1beta3</artifactId>
Expand Down Expand Up @@ -84,21 +76,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1beta2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-document-ai-v1beta3</artifactId>
Expand Down
Loading

0 comments on commit 5876f54

Please sign in to comment.