Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Google.Cloud.DocumentAI.V1] make page_range field public #11086

Merged

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Sep 25, 2023

  • Regenerate this pull request now.

fix: OcrConfig.compute_style_info is deprecated. Use PremiumFeatures.compute_style_info instead.

PiperOrigin-RevId: 568225060

Source-Link: googleapis/googleapis@3cd21b1

Source-Link: https://github.com/googleapis/googleapis-gen/commit/087cf523d1a0d9d53fe7833bc4d7bf369f82d333
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRG9jdW1lbnRBSS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMDg3Y2Y1MjNkMWEwZDlkNTNmZTc4MzNiYzRkN2JmMzY5ZjgyZDMzMyJ9

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 25, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 25, 2023
@github-actions
Copy link

Pull request diff results
OwlBot post-processor has not run: failing diff.

fix: `OcrConfig.compute_style_info` is deprecated. Use `PremiumFeatures.compute_style_info` instead.

PiperOrigin-RevId: 568225060

Source-Link: googleapis/googleapis@3cd21b1

Source-Link: googleapis/googleapis-gen@087cf52
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRG9jdW1lbnRBSS5WMS8uT3dsQm90LnlhbWwiLCJoIjoiMDg3Y2Y1MjNkMWEwZDlkNTNmZTc4MzNiYzRkN2JmMzY5ZjgyZDMzMyJ9
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review September 25, 2023 18:13
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner September 25, 2023 18:13
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-apis-Google_Cloud_DocumentAI_V1 branch from da60d2a to ea44642 Compare September 25, 2023 18:13
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 25, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 25, 2023
@jskeet jskeet added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Sep 25, 2023
@github-actions
Copy link

Pull request diff results
Building Google.Cloud.DocumentAI.V1
Detecting changes for Google.Cloud.DocumentAI.V1
Minor changes:
Class 'OcrConfig'; property 'OcrConfig.Types.PremiumFeatures PremiumFeatures { get; set; }' added.
Class 'OcrConfig'; property 'Boolean DisableCharacterBoxesDetection { get; set; }' added.
Class 'OcrConfig.Types.PremiumFeatures' added.
Class 'ProcessOptions'; method 'void ClearFromEnd()' added.
Class 'ProcessOptions'; method 'void ClearFromStart()' added.
Class 'ProcessOptions'; method 'void ClearPageRange()' added.
Class 'ProcessOptions'; property 'ProcessOptions.PageRangeOneofCase PageRangeCase { get; }' added.
Class 'ProcessOptions'; property 'ProcessOptions.Types.IndividualPageSelector IndividualPageSelector { get; set; }' added.
Class 'ProcessOptions'; property 'Boolean HasFromEnd { get; }' added.
Class 'ProcessOptions'; property 'Boolean HasFromStart { get; }' added.
Class 'ProcessOptions'; property 'Int32 FromEnd { get; set; }' added.
Class 'ProcessOptions'; property 'Int32 FromStart { get; set; }' added.
Enum 'ProcessOptions.PageRangeOneofCase' added.
Class 'ProcessOptions.Types' added.
Class 'ProcessOptions.Types.IndividualPageSelector' added.

Diff level: Minor

Checking compatibility with previous releases
Checking compatibility for Google.Cloud.DocumentAI.V1 version 3.9.0
Differences from 3.9.0
Minor changes:
Class 'OcrConfig'; property 'OcrConfig.Types.PremiumFeatures PremiumFeatures { get; set; }' added.
Class 'OcrConfig'; property 'Boolean DisableCharacterBoxesDetection { get; set; }' added.
Class 'OcrConfig.Types.PremiumFeatures' added.
Class 'ProcessOptions'; method 'void ClearFromEnd()' added.
Class 'ProcessOptions'; method 'void ClearFromStart()' added.
Class 'ProcessOptions'; method 'void ClearPageRange()' added.
Class 'ProcessOptions'; property 'ProcessOptions.PageRangeOneofCase PageRangeCase { get; }' added.
Class 'ProcessOptions'; property 'ProcessOptions.Types.IndividualPageSelector IndividualPageSelector { get; set; }' added.
Class 'ProcessOptions'; property 'Boolean HasFromEnd { get; }' added.
Class 'ProcessOptions'; property 'Boolean HasFromStart { get; }' added.
Class 'ProcessOptions'; property 'Int32 FromEnd { get; set; }' added.
Class 'ProcessOptions'; property 'Int32 FromStart { get; set; }' added.
Enum 'ProcessOptions.PageRangeOneofCase' added.
Class 'ProcessOptions.Types' added.
Class 'ProcessOptions.Types.IndividualPageSelector' added.

Diff level: Minor

@gcf-merge-on-green gcf-merge-on-green bot merged commit 8f008d6 into main Sep 25, 2023
11 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-copy-apis-Google_Cloud_DocumentAI_V1 branch September 25, 2023 18:16
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Sep 25, 2023
jskeet added a commit that referenced this pull request Sep 26, 2023
Changes in this release:

### Bug fixes

- `OcrConfig.compute_style_info` is deprecated. Use `PremiumFeatures.compute_style_info` instead. ([commit 8f008d6](8f008d6))

### New features

- [Google.Cloud.DocumentAI.V1] make `page_range` field public ([issue 11086](#11086)) ([commit 8f008d6](8f008d6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant