Skip to content

Commit f6e78bb

Browse files
feat: Automated regeneration of documentai v1beta3 client (googleapis#21487)
Auto-created at 2025-01-26 10:18:02 +0000 using the toys pull request generator.
1 parent bd621d0 commit f6e78bb

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217085,6 +217085,8 @@
217085217085
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsIndividualPageSelector/pages/page": page
217086217086
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig": google_cloud_documentai_v1beta3_process_options_layout_config
217087217087
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig/chunkingConfig": chunking_config
217088+
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig/returnBoundingBoxes": return_bounding_boxes
217089+
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig/returnImages": return_images
217088217090
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig": google_cloud_documentai_v1beta3_process_options_layout_config_chunking_config
217089217091
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig/breakpointPercentileThreshold": breakpoint_percentile_threshold
217090217092
"/documentai:v1beta3/GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig/chunkSize": chunk_size

generated/google-apis-documentai_v1beta3/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-documentai_v1beta3
22

3+
### v0.102.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250117
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.101.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241210

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/classes.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6703,13 +6703,28 @@ class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig
67036703
# @return [Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig]
67046704
attr_accessor :chunking_config
67056705

6706+
# Optional. Whether to include bounding boxes in layout parser processor
6707+
# response.
6708+
# Corresponds to the JSON property `returnBoundingBoxes`
6709+
# @return [Boolean]
6710+
attr_accessor :return_bounding_boxes
6711+
alias_method :return_bounding_boxes?, :return_bounding_boxes
6712+
6713+
# Optional. Whether to include images in layout parser processor response.
6714+
# Corresponds to the JSON property `returnImages`
6715+
# @return [Boolean]
6716+
attr_accessor :return_images
6717+
alias_method :return_images?, :return_images
6718+
67066719
def initialize(**args)
67076720
update!(**args)
67086721
end
67096722

67106723
# Update properties of this object
67116724
def update!(**args)
67126725
@chunking_config = args[:chunking_config] if args.key?(:chunking_config)
6726+
@return_bounding_boxes = args[:return_bounding_boxes] if args.key?(:return_bounding_boxes)
6727+
@return_images = args[:return_images] if args.key?(:return_images)
67136728
end
67146729
end
67156730

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DocumentaiV1beta3
1818
# Version of the google-apis-documentai_v1beta3 gem
19-
GEM_VERSION = "0.101.0"
19+
GEM_VERSION = "0.102.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241210"
25+
REVISION = "20250117"
2626
end
2727
end
2828
end

generated/google-apis-documentai_v1beta3/lib/google/apis/documentai_v1beta3/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3725,6 +3725,8 @@ class GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig
37253725
class Representation < Google::Apis::Core::JsonRepresentation
37263726
property :chunking_config, as: 'chunkingConfig', class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig, decorator: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig::Representation
37273727

3728+
property :return_bounding_boxes, as: 'returnBoundingBoxes'
3729+
property :return_images, as: 'returnImages'
37283730
end
37293731
end
37303732

0 commit comments

Comments
 (0)