Autogenerated update (2019-07-23)
Update: - analyticsreporting_v4 - docs_v1 - genomics_v1 - genomics_v1alpha2 - genomics_v2alpha1 - sheets_v4 - vision_v1
This commit is contained in:
parent
19058e2f18
commit
75c165f296
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/analytics/devguides/reporting/core/v4/
|
# @see https://developers.google.com/analytics/devguides/reporting/core/v4/
|
||||||
module AnalyticsreportingV4
|
module AnalyticsreportingV4
|
||||||
VERSION = 'V4'
|
VERSION = 'V4'
|
||||||
REVISION = '20190710'
|
REVISION = '20190719'
|
||||||
|
|
||||||
# View and manage your Google Analytics data
|
# View and manage your Google Analytics data
|
||||||
AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
|
AUTH_ANALYTICS = 'https://www.googleapis.com/auth/analytics'
|
||||||
|
|
|
@ -1350,7 +1350,7 @@ module Google
|
||||||
attr_accessor :dimension_filter_clauses
|
attr_accessor :dimension_filter_clauses
|
||||||
|
|
||||||
# The dimensions requested.
|
# The dimensions requested.
|
||||||
# Requests can have a total of 7 dimensions.
|
# Requests can have a total of 9 dimensions.
|
||||||
# Corresponds to the JSON property `dimensions`
|
# Corresponds to the JSON property `dimensions`
|
||||||
# @return [Array<Google::Apis::AnalyticsreportingV4::Dimension>]
|
# @return [Array<Google::Apis::AnalyticsreportingV4::Dimension>]
|
||||||
attr_accessor :dimensions
|
attr_accessor :dimensions
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/docs/
|
# @see https://developers.google.com/docs/
|
||||||
module DocsV1
|
module DocsV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190711'
|
REVISION = '20190718'
|
||||||
|
|
||||||
# View and manage your Google Docs documents
|
# View and manage your Google Docs documents
|
||||||
AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents'
|
AUTH_DOCUMENTS = 'https://www.googleapis.com/auth/documents'
|
||||||
|
|
|
@ -839,11 +839,13 @@ module Google
|
||||||
attr_accessor :background
|
attr_accessor :background
|
||||||
|
|
||||||
# The ID of the default footer. If not set, there is no default footer.
|
# The ID of the default footer. If not set, there is no default footer.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `defaultFooterId`
|
# Corresponds to the JSON property `defaultFooterId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :default_footer_id
|
attr_accessor :default_footer_id
|
||||||
|
|
||||||
# The ID of the default header. If not set, there is no default header.
|
# The ID of the default header. If not set, there is no default header.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `defaultHeaderId`
|
# Corresponds to the JSON property `defaultHeaderId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :default_header_id
|
attr_accessor :default_header_id
|
||||||
|
@ -852,6 +854,7 @@ module Google
|
||||||
# use_even_page_header_footer determines
|
# use_even_page_header_footer determines
|
||||||
# whether to use the default_footer_id or this value for the
|
# whether to use the default_footer_id or this value for the
|
||||||
# footer on even pages. If not set, there is no even page footer.
|
# footer on even pages. If not set, there is no even page footer.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `evenPageFooterId`
|
# Corresponds to the JSON property `evenPageFooterId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :even_page_footer_id
|
attr_accessor :even_page_footer_id
|
||||||
|
@ -860,6 +863,7 @@ module Google
|
||||||
# use_even_page_header_footer determines
|
# use_even_page_header_footer determines
|
||||||
# whether to use the default_header_id or this value for the
|
# whether to use the default_header_id or this value for the
|
||||||
# header on even pages. If not set, there is no even page header.
|
# header on even pages. If not set, there is no even page header.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `evenPageHeaderId`
|
# Corresponds to the JSON property `evenPageHeaderId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :even_page_header_id
|
attr_accessor :even_page_header_id
|
||||||
|
@ -869,6 +873,7 @@ module Google
|
||||||
# use_first_page_header_footer determines
|
# use_first_page_header_footer determines
|
||||||
# whether to use the default_footer_id or this value for the
|
# whether to use the default_footer_id or this value for the
|
||||||
# footer on the first page. If not set, there is no first page footer.
|
# footer on the first page. If not set, there is no first page footer.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `firstPageFooterId`
|
# Corresponds to the JSON property `firstPageFooterId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :first_page_footer_id
|
attr_accessor :first_page_footer_id
|
||||||
|
@ -878,6 +883,7 @@ module Google
|
||||||
# The value of use_first_page_header_footer determines
|
# The value of use_first_page_header_footer determines
|
||||||
# whether to use the default_header_id or this value for the
|
# whether to use the default_header_id or this value for the
|
||||||
# header on the first page. If not set, there is no first page header.
|
# header on the first page. If not set, there is no first page header.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `firstPageHeaderId`
|
# Corresponds to the JSON property `firstPageHeaderId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :first_page_header_id
|
attr_accessor :first_page_header_id
|
||||||
|
@ -914,6 +920,7 @@ module Google
|
||||||
|
|
||||||
# Indicates whether to use the even page header / footer IDs for the even
|
# Indicates whether to use the even page header / footer IDs for the even
|
||||||
# pages.
|
# pages.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `useEvenPageHeaderFooter`
|
# Corresponds to the JSON property `useEvenPageHeaderFooter`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :use_even_page_header_footer
|
attr_accessor :use_even_page_header_footer
|
||||||
|
@ -921,6 +928,7 @@ module Google
|
||||||
|
|
||||||
# Indicates whether to use the first page header / footer IDs for the first
|
# Indicates whether to use the first page header / footer IDs for the first
|
||||||
# page.
|
# page.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `useFirstPageHeaderFooter`
|
# Corresponds to the JSON property `useFirstPageHeaderFooter`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :use_first_page_header_footer
|
attr_accessor :use_first_page_header_footer
|
||||||
|
@ -3110,7 +3118,8 @@ module Google
|
||||||
attr_accessor :direction
|
attr_accessor :direction
|
||||||
|
|
||||||
# The heading ID of the paragraph. If empty, then this paragraph is not a
|
# The heading ID of the paragraph. If empty, then this paragraph is not a
|
||||||
# heading. This property is read-only.
|
# heading.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `headingId`
|
# Corresponds to the JSON property `headingId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :heading_id
|
attr_accessor :heading_id
|
||||||
|
@ -3180,7 +3189,8 @@ module Google
|
||||||
attr_accessor :spacing_mode
|
attr_accessor :spacing_mode
|
||||||
|
|
||||||
# A list of the tab stops for this paragraph. The list of tab stops is not
|
# A list of the tab stops for this paragraph. The list of tab stops is not
|
||||||
# inherited. This property is read-only.
|
# inherited.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `tabStops`
|
# Corresponds to the JSON property `tabStops`
|
||||||
# @return [Array<Google::Apis::DocsV1::TabStop>]
|
# @return [Array<Google::Apis::DocsV1::TabStop>]
|
||||||
attr_accessor :tab_stops
|
attr_accessor :tab_stops
|
||||||
|
@ -3720,6 +3730,11 @@ module Google
|
||||||
# @return [Google::Apis::DocsV1::ReplaceAllTextRequest]
|
# @return [Google::Apis::DocsV1::ReplaceAllTextRequest]
|
||||||
attr_accessor :replace_all_text
|
attr_accessor :replace_all_text
|
||||||
|
|
||||||
|
# Updates the DocumentStyle.
|
||||||
|
# Corresponds to the JSON property `updateDocumentStyle`
|
||||||
|
# @return [Google::Apis::DocsV1::UpdateDocumentStyleRequest]
|
||||||
|
attr_accessor :update_document_style
|
||||||
|
|
||||||
# Update the styling of all paragraphs that overlap with the given range.
|
# Update the styling of all paragraphs that overlap with the given range.
|
||||||
# Corresponds to the JSON property `updateParagraphStyle`
|
# Corresponds to the JSON property `updateParagraphStyle`
|
||||||
# @return [Google::Apis::DocsV1::UpdateParagraphStyleRequest]
|
# @return [Google::Apis::DocsV1::UpdateParagraphStyleRequest]
|
||||||
|
@ -3769,6 +3784,7 @@ module Google
|
||||||
@insert_table_row = args[:insert_table_row] if args.key?(:insert_table_row)
|
@insert_table_row = args[:insert_table_row] if args.key?(:insert_table_row)
|
||||||
@insert_text = args[:insert_text] if args.key?(:insert_text)
|
@insert_text = args[:insert_text] if args.key?(:insert_text)
|
||||||
@replace_all_text = args[:replace_all_text] if args.key?(:replace_all_text)
|
@replace_all_text = args[:replace_all_text] if args.key?(:replace_all_text)
|
||||||
|
@update_document_style = args[:update_document_style] if args.key?(:update_document_style)
|
||||||
@update_paragraph_style = args[:update_paragraph_style] if args.key?(:update_paragraph_style)
|
@update_paragraph_style = args[:update_paragraph_style] if args.key?(:update_paragraph_style)
|
||||||
@update_table_cell_style = args[:update_table_cell_style] if args.key?(:update_table_cell_style)
|
@update_table_cell_style = args[:update_table_cell_style] if args.key?(:update_table_cell_style)
|
||||||
@update_table_column_properties = args[:update_table_column_properties] if args.key?(:update_table_column_properties)
|
@update_table_column_properties = args[:update_table_column_properties] if args.key?(:update_table_column_properties)
|
||||||
|
@ -4724,7 +4740,8 @@ module Google
|
||||||
# @return [Google::Apis::DocsV1::TableCellBorder]
|
# @return [Google::Apis::DocsV1::TableCellBorder]
|
||||||
attr_accessor :border_top
|
attr_accessor :border_top
|
||||||
|
|
||||||
# The column span of the cell. This property is read-only.
|
# The column span of the cell.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `columnSpan`
|
# Corresponds to the JSON property `columnSpan`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :column_span
|
attr_accessor :column_span
|
||||||
|
@ -4755,7 +4772,8 @@ module Google
|
||||||
# @return [Google::Apis::DocsV1::Dimension]
|
# @return [Google::Apis::DocsV1::Dimension]
|
||||||
attr_accessor :padding_top
|
attr_accessor :padding_top
|
||||||
|
|
||||||
# The row span of the cell. This property is read-only.
|
# The row span of the cell.
|
||||||
|
# This property is read-only.
|
||||||
# Corresponds to the JSON property `rowSpan`
|
# Corresponds to the JSON property `rowSpan`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :row_span
|
attr_accessor :row_span
|
||||||
|
@ -5359,6 +5377,35 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Updates the DocumentStyle.
|
||||||
|
class UpdateDocumentStyleRequest
|
||||||
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# The style of the document.
|
||||||
|
# Corresponds to the JSON property `documentStyle`
|
||||||
|
# @return [Google::Apis::DocsV1::DocumentStyle]
|
||||||
|
attr_accessor :document_style
|
||||||
|
|
||||||
|
# The fields that should be updated.
|
||||||
|
# At least one field must be specified. The root `document_style` is
|
||||||
|
# implied and should not be specified. A single `"*"` can be used as
|
||||||
|
# short-hand for listing every field.
|
||||||
|
# For example to update the background, set `fields` to `"background"`.
|
||||||
|
# Corresponds to the JSON property `fields`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :fields
|
||||||
|
|
||||||
|
def initialize(**args)
|
||||||
|
update!(**args)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Update properties of this object
|
||||||
|
def update!(**args)
|
||||||
|
@document_style = args[:document_style] if args.key?(:document_style)
|
||||||
|
@fields = args[:fields] if args.key?(:fields)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# Update the styling of all paragraphs that overlap with the given range.
|
# Update the styling of all paragraphs that overlap with the given range.
|
||||||
class UpdateParagraphStyleRequest
|
class UpdateParagraphStyleRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
|
@ -766,6 +766,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class UpdateDocumentStyleRequest
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class UpdateParagraphStyleRequest
|
class UpdateParagraphStyleRequest
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1799,6 +1805,8 @@ module Google
|
||||||
|
|
||||||
property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextRequest, decorator: Google::Apis::DocsV1::ReplaceAllTextRequest::Representation
|
property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextRequest, decorator: Google::Apis::DocsV1::ReplaceAllTextRequest::Representation
|
||||||
|
|
||||||
|
property :update_document_style, as: 'updateDocumentStyle', class: Google::Apis::DocsV1::UpdateDocumentStyleRequest, decorator: Google::Apis::DocsV1::UpdateDocumentStyleRequest::Representation
|
||||||
|
|
||||||
property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::DocsV1::UpdateParagraphStyleRequest, decorator: Google::Apis::DocsV1::UpdateParagraphStyleRequest::Representation
|
property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::DocsV1::UpdateParagraphStyleRequest, decorator: Google::Apis::DocsV1::UpdateParagraphStyleRequest::Representation
|
||||||
|
|
||||||
property :update_table_cell_style, as: 'updateTableCellStyle', class: Google::Apis::DocsV1::UpdateTableCellStyleRequest, decorator: Google::Apis::DocsV1::UpdateTableCellStyleRequest::Representation
|
property :update_table_cell_style, as: 'updateTableCellStyle', class: Google::Apis::DocsV1::UpdateTableCellStyleRequest, decorator: Google::Apis::DocsV1::UpdateTableCellStyleRequest::Representation
|
||||||
|
@ -2263,6 +2271,15 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class UpdateDocumentStyleRequest
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
|
||||||
|
|
||||||
|
property :fields, as: 'fields'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class UpdateParagraphStyleRequest
|
class UpdateParagraphStyleRequest
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/genomics
|
# @see https://cloud.google.com/genomics
|
||||||
module GenomicsV1
|
module GenomicsV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190606'
|
REVISION = '20190719'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -612,6 +612,11 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :instance
|
attr_accessor :instance
|
||||||
|
|
||||||
|
# The machine type that was assigned for the worker.
|
||||||
|
# Corresponds to the JSON property `machineType`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :machine_type
|
||||||
|
|
||||||
# The zone the worker is running in.
|
# The zone the worker is running in.
|
||||||
# Corresponds to the JSON property `zone`
|
# Corresponds to the JSON property `zone`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -624,6 +629,7 @@ module Google
|
||||||
# Update properties of this object
|
# Update properties of this object
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@instance = args[:instance] if args.key?(:instance)
|
@instance = args[:instance] if args.key?(:instance)
|
||||||
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
||||||
@zone = args[:zone] if args.key?(:zone)
|
@zone = args[:zone] if args.key?(:zone)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -315,6 +315,7 @@ module Google
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :instance, as: 'instance'
|
property :instance, as: 'instance'
|
||||||
|
property :machine_type, as: 'machineType'
|
||||||
property :zone, as: 'zone'
|
property :zone, as: 'zone'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/genomics
|
# @see https://cloud.google.com/genomics
|
||||||
module GenomicsV1alpha2
|
module GenomicsV1alpha2
|
||||||
VERSION = 'V1alpha2'
|
VERSION = 'V1alpha2'
|
||||||
REVISION = '20190606'
|
REVISION = '20190719'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1392,6 +1392,11 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :instance
|
attr_accessor :instance
|
||||||
|
|
||||||
|
# The machine type that was assigned for the worker.
|
||||||
|
# Corresponds to the JSON property `machineType`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :machine_type
|
||||||
|
|
||||||
# The zone the worker is running in.
|
# The zone the worker is running in.
|
||||||
# Corresponds to the JSON property `zone`
|
# Corresponds to the JSON property `zone`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -1404,6 +1409,7 @@ module Google
|
||||||
# Update properties of this object
|
# Update properties of this object
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@instance = args[:instance] if args.key?(:instance)
|
@instance = args[:instance] if args.key?(:instance)
|
||||||
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
||||||
@zone = args[:zone] if args.key?(:zone)
|
@zone = args[:zone] if args.key?(:zone)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -575,6 +575,7 @@ module Google
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :instance, as: 'instance'
|
property :instance, as: 'instance'
|
||||||
|
property :machine_type, as: 'machineType'
|
||||||
property :zone, as: 'zone'
|
property :zone, as: 'zone'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/genomics
|
# @see https://cloud.google.com/genomics
|
||||||
module GenomicsV2alpha1
|
module GenomicsV2alpha1
|
||||||
VERSION = 'V2alpha1'
|
VERSION = 'V2alpha1'
|
||||||
REVISION = '20190626'
|
REVISION = '20190719'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1341,6 +1341,11 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :instance
|
attr_accessor :instance
|
||||||
|
|
||||||
|
# The machine type that was assigned for the worker.
|
||||||
|
# Corresponds to the JSON property `machineType`
|
||||||
|
# @return [String]
|
||||||
|
attr_accessor :machine_type
|
||||||
|
|
||||||
# The zone the worker is running in.
|
# The zone the worker is running in.
|
||||||
# Corresponds to the JSON property `zone`
|
# Corresponds to the JSON property `zone`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -1353,6 +1358,7 @@ module Google
|
||||||
# Update properties of this object
|
# Update properties of this object
|
||||||
def update!(**args)
|
def update!(**args)
|
||||||
@instance = args[:instance] if args.key?(:instance)
|
@instance = args[:instance] if args.key?(:instance)
|
||||||
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
||||||
@zone = args[:zone] if args.key?(:zone)
|
@zone = args[:zone] if args.key?(:zone)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -580,6 +580,7 @@ module Google
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
property :instance, as: 'instance'
|
property :instance, as: 'instance'
|
||||||
|
property :machine_type, as: 'machineType'
|
||||||
property :zone, as: 'zone'
|
property :zone, as: 'zone'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/sheets/
|
# @see https://developers.google.com/sheets/
|
||||||
module SheetsV4
|
module SheetsV4
|
||||||
VERSION = 'V4'
|
VERSION = 'V4'
|
||||||
REVISION = '20190708'
|
REVISION = '20190715'
|
||||||
|
|
||||||
# See, edit, create, and delete all of your Google Drive files
|
# See, edit, create, and delete all of your Google Drive files
|
||||||
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
|
AUTH_DRIVE = 'https://www.googleapis.com/auth/drive'
|
||||||
|
|
|
@ -3838,6 +3838,79 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Removes rows within this range containing duplicate values in the specified
|
||||||
|
# columns. Rows with identical values but different letter cases, formatting,
|
||||||
|
# or formulas are considered to be duplicates.
|
||||||
|
# This request also removes duplicate rows hidden from view (for example, due
|
||||||
|
# to a filter). When removing duplicates, the first instance of each duplicate
|
||||||
|
# row scanning from the top downwards is kept in the resulting range. Content
|
||||||
|
# outside of the specified range isn't removed, and rows considered duplicates
|
||||||
|
# do not have to be adjacent to each other in the range.
|
||||||
|
class DeleteDuplicatesRequest
|
||||||
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# The columns in the range to analyze for duplicate values. If no columns are
|
||||||
|
# selected then all columns are analyzed for duplicates.
|
||||||
|
# Corresponds to the JSON property `comparisonColumns`
|
||||||
|
# @return [Array<Google::Apis::SheetsV4::DimensionRange>]
|
||||||
|
attr_accessor :comparison_columns
|
||||||
|
|
||||||
|
# A range on a sheet.
|
||||||
|
# All indexes are zero-based.
|
||||||
|
# Indexes are half open, e.g the start index is inclusive
|
||||||
|
# and the end index is exclusive -- [start_index, end_index).
|
||||||
|
# Missing indexes indicate the range is unbounded on that side.
|
||||||
|
# For example, if `"Sheet1"` is sheet ID 0, then:
|
||||||
|
# `Sheet1!A1:A1 == sheet_id: 0,
|
||||||
|
# start_row_index: 0, end_row_index: 1,
|
||||||
|
# start_column_index: 0, end_column_index: 1`
|
||||||
|
# `Sheet1!A3:B4 == sheet_id: 0,
|
||||||
|
# start_row_index: 2, end_row_index: 4,
|
||||||
|
# start_column_index: 0, end_column_index: 2`
|
||||||
|
# `Sheet1!A:B == sheet_id: 0,
|
||||||
|
# start_column_index: 0, end_column_index: 2`
|
||||||
|
# `Sheet1!A5:B == sheet_id: 0,
|
||||||
|
# start_row_index: 4,
|
||||||
|
# start_column_index: 0, end_column_index: 2`
|
||||||
|
# `Sheet1 == sheet_id:0`
|
||||||
|
# The start index must always be less than or equal to the end index.
|
||||||
|
# If the start index equals the end index, then the range is empty.
|
||||||
|
# Empty ranges are typically not meaningful and are usually rendered in the
|
||||||
|
# UI as `#REF!`.
|
||||||
|
# Corresponds to the JSON property `range`
|
||||||
|
# @return [Google::Apis::SheetsV4::GridRange]
|
||||||
|
attr_accessor :range
|
||||||
|
|
||||||
|
def initialize(**args)
|
||||||
|
update!(**args)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Update properties of this object
|
||||||
|
def update!(**args)
|
||||||
|
@comparison_columns = args[:comparison_columns] if args.key?(:comparison_columns)
|
||||||
|
@range = args[:range] if args.key?(:range)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# The result of removing duplicates in a range.
|
||||||
|
class DeleteDuplicatesResponse
|
||||||
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# The number of duplicate rows removed.
|
||||||
|
# Corresponds to the JSON property `duplicatesRemovedCount`
|
||||||
|
# @return [Fixnum]
|
||||||
|
attr_accessor :duplicates_removed_count
|
||||||
|
|
||||||
|
def initialize(**args)
|
||||||
|
update!(**args)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Update properties of this object
|
||||||
|
def update!(**args)
|
||||||
|
@duplicates_removed_count = args[:duplicates_removed_count] if args.key?(:duplicates_removed_count)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# Deletes the embedded object with the given ID.
|
# Deletes the embedded object with the given ID.
|
||||||
class DeleteEmbeddedObjectRequest
|
class DeleteEmbeddedObjectRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
@ -7099,6 +7172,18 @@ module Google
|
||||||
# @return [Google::Apis::SheetsV4::DeleteDimensionGroupRequest]
|
# @return [Google::Apis::SheetsV4::DeleteDimensionGroupRequest]
|
||||||
attr_accessor :delete_dimension_group
|
attr_accessor :delete_dimension_group
|
||||||
|
|
||||||
|
# Removes rows within this range containing duplicate values in the specified
|
||||||
|
# columns. Rows with identical values but different letter cases, formatting,
|
||||||
|
# or formulas are considered to be duplicates.
|
||||||
|
# This request also removes duplicate rows hidden from view (for example, due
|
||||||
|
# to a filter). When removing duplicates, the first instance of each duplicate
|
||||||
|
# row scanning from the top downwards is kept in the resulting range. Content
|
||||||
|
# outside of the specified range isn't removed, and rows considered duplicates
|
||||||
|
# do not have to be adjacent to each other in the range.
|
||||||
|
# Corresponds to the JSON property `deleteDuplicates`
|
||||||
|
# @return [Google::Apis::SheetsV4::DeleteDuplicatesRequest]
|
||||||
|
attr_accessor :delete_duplicates
|
||||||
|
|
||||||
# Deletes the embedded object with the given ID.
|
# Deletes the embedded object with the given ID.
|
||||||
# Corresponds to the JSON property `deleteEmbeddedObject`
|
# Corresponds to the JSON property `deleteEmbeddedObject`
|
||||||
# @return [Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest]
|
# @return [Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest]
|
||||||
|
@ -7211,6 +7296,16 @@ module Google
|
||||||
# @return [Google::Apis::SheetsV4::TextToColumnsRequest]
|
# @return [Google::Apis::SheetsV4::TextToColumnsRequest]
|
||||||
attr_accessor :text_to_columns
|
attr_accessor :text_to_columns
|
||||||
|
|
||||||
|
# Trims the whitespace (such as spaces, tabs, or new lines) in every cell in
|
||||||
|
# the specified range. This request removes all whitespace from the start and
|
||||||
|
# end of each cell's text, and reduces any sub-sequence of remaining whitespace
|
||||||
|
# characters to a single space. If the resulting trimmed text starts with a '+'
|
||||||
|
# or '=' character, the text remains as a string value and is not interpreted
|
||||||
|
# as a formula.
|
||||||
|
# Corresponds to the JSON property `trimWhitespace`
|
||||||
|
# @return [Google::Apis::SheetsV4::TrimWhitespaceRequest]
|
||||||
|
attr_accessor :trim_whitespace
|
||||||
|
|
||||||
# Unmerges cells in the given range.
|
# Unmerges cells in the given range.
|
||||||
# Corresponds to the JSON property `unmergeCells`
|
# Corresponds to the JSON property `unmergeCells`
|
||||||
# @return [Google::Apis::SheetsV4::UnmergeCellsRequest]
|
# @return [Google::Apis::SheetsV4::UnmergeCellsRequest]
|
||||||
|
@ -7333,6 +7428,7 @@ module Google
|
||||||
@delete_developer_metadata = args[:delete_developer_metadata] if args.key?(:delete_developer_metadata)
|
@delete_developer_metadata = args[:delete_developer_metadata] if args.key?(:delete_developer_metadata)
|
||||||
@delete_dimension = args[:delete_dimension] if args.key?(:delete_dimension)
|
@delete_dimension = args[:delete_dimension] if args.key?(:delete_dimension)
|
||||||
@delete_dimension_group = args[:delete_dimension_group] if args.key?(:delete_dimension_group)
|
@delete_dimension_group = args[:delete_dimension_group] if args.key?(:delete_dimension_group)
|
||||||
|
@delete_duplicates = args[:delete_duplicates] if args.key?(:delete_duplicates)
|
||||||
@delete_embedded_object = args[:delete_embedded_object] if args.key?(:delete_embedded_object)
|
@delete_embedded_object = args[:delete_embedded_object] if args.key?(:delete_embedded_object)
|
||||||
@delete_filter_view = args[:delete_filter_view] if args.key?(:delete_filter_view)
|
@delete_filter_view = args[:delete_filter_view] if args.key?(:delete_filter_view)
|
||||||
@delete_named_range = args[:delete_named_range] if args.key?(:delete_named_range)
|
@delete_named_range = args[:delete_named_range] if args.key?(:delete_named_range)
|
||||||
|
@ -7353,6 +7449,7 @@ module Google
|
||||||
@set_data_validation = args[:set_data_validation] if args.key?(:set_data_validation)
|
@set_data_validation = args[:set_data_validation] if args.key?(:set_data_validation)
|
||||||
@sort_range = args[:sort_range] if args.key?(:sort_range)
|
@sort_range = args[:sort_range] if args.key?(:sort_range)
|
||||||
@text_to_columns = args[:text_to_columns] if args.key?(:text_to_columns)
|
@text_to_columns = args[:text_to_columns] if args.key?(:text_to_columns)
|
||||||
|
@trim_whitespace = args[:trim_whitespace] if args.key?(:trim_whitespace)
|
||||||
@unmerge_cells = args[:unmerge_cells] if args.key?(:unmerge_cells)
|
@unmerge_cells = args[:unmerge_cells] if args.key?(:unmerge_cells)
|
||||||
@update_banding = args[:update_banding] if args.key?(:update_banding)
|
@update_banding = args[:update_banding] if args.key?(:update_banding)
|
||||||
@update_borders = args[:update_borders] if args.key?(:update_borders)
|
@update_borders = args[:update_borders] if args.key?(:update_borders)
|
||||||
|
@ -7430,6 +7527,11 @@ module Google
|
||||||
# @return [Google::Apis::SheetsV4::DeleteDimensionGroupResponse]
|
# @return [Google::Apis::SheetsV4::DeleteDimensionGroupResponse]
|
||||||
attr_accessor :delete_dimension_group
|
attr_accessor :delete_dimension_group
|
||||||
|
|
||||||
|
# The result of removing duplicates in a range.
|
||||||
|
# Corresponds to the JSON property `deleteDuplicates`
|
||||||
|
# @return [Google::Apis::SheetsV4::DeleteDuplicatesResponse]
|
||||||
|
attr_accessor :delete_duplicates
|
||||||
|
|
||||||
# The result of a filter view being duplicated.
|
# The result of a filter view being duplicated.
|
||||||
# Corresponds to the JSON property `duplicateFilterView`
|
# Corresponds to the JSON property `duplicateFilterView`
|
||||||
# @return [Google::Apis::SheetsV4::DuplicateFilterViewResponse]
|
# @return [Google::Apis::SheetsV4::DuplicateFilterViewResponse]
|
||||||
|
@ -7445,6 +7547,11 @@ module Google
|
||||||
# @return [Google::Apis::SheetsV4::FindReplaceResponse]
|
# @return [Google::Apis::SheetsV4::FindReplaceResponse]
|
||||||
attr_accessor :find_replace
|
attr_accessor :find_replace
|
||||||
|
|
||||||
|
# The result of trimming whitespace in cells.
|
||||||
|
# Corresponds to the JSON property `trimWhitespace`
|
||||||
|
# @return [Google::Apis::SheetsV4::TrimWhitespaceResponse]
|
||||||
|
attr_accessor :trim_whitespace
|
||||||
|
|
||||||
# The result of updating a conditional format rule.
|
# The result of updating a conditional format rule.
|
||||||
# Corresponds to the JSON property `updateConditionalFormatRule`
|
# Corresponds to the JSON property `updateConditionalFormatRule`
|
||||||
# @return [Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse]
|
# @return [Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse]
|
||||||
|
@ -7477,9 +7584,11 @@ module Google
|
||||||
@delete_conditional_format_rule = args[:delete_conditional_format_rule] if args.key?(:delete_conditional_format_rule)
|
@delete_conditional_format_rule = args[:delete_conditional_format_rule] if args.key?(:delete_conditional_format_rule)
|
||||||
@delete_developer_metadata = args[:delete_developer_metadata] if args.key?(:delete_developer_metadata)
|
@delete_developer_metadata = args[:delete_developer_metadata] if args.key?(:delete_developer_metadata)
|
||||||
@delete_dimension_group = args[:delete_dimension_group] if args.key?(:delete_dimension_group)
|
@delete_dimension_group = args[:delete_dimension_group] if args.key?(:delete_dimension_group)
|
||||||
|
@delete_duplicates = args[:delete_duplicates] if args.key?(:delete_duplicates)
|
||||||
@duplicate_filter_view = args[:duplicate_filter_view] if args.key?(:duplicate_filter_view)
|
@duplicate_filter_view = args[:duplicate_filter_view] if args.key?(:duplicate_filter_view)
|
||||||
@duplicate_sheet = args[:duplicate_sheet] if args.key?(:duplicate_sheet)
|
@duplicate_sheet = args[:duplicate_sheet] if args.key?(:duplicate_sheet)
|
||||||
@find_replace = args[:find_replace] if args.key?(:find_replace)
|
@find_replace = args[:find_replace] if args.key?(:find_replace)
|
||||||
|
@trim_whitespace = args[:trim_whitespace] if args.key?(:trim_whitespace)
|
||||||
@update_conditional_format_rule = args[:update_conditional_format_rule] if args.key?(:update_conditional_format_rule)
|
@update_conditional_format_rule = args[:update_conditional_format_rule] if args.key?(:update_conditional_format_rule)
|
||||||
@update_developer_metadata = args[:update_developer_metadata] if args.key?(:update_developer_metadata)
|
@update_developer_metadata = args[:update_developer_metadata] if args.key?(:update_developer_metadata)
|
||||||
@update_embedded_object_position = args[:update_embedded_object_position] if args.key?(:update_embedded_object_position)
|
@update_embedded_object_position = args[:update_embedded_object_position] if args.key?(:update_embedded_object_position)
|
||||||
|
@ -9064,6 +9173,70 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Trims the whitespace (such as spaces, tabs, or new lines) in every cell in
|
||||||
|
# the specified range. This request removes all whitespace from the start and
|
||||||
|
# end of each cell's text, and reduces any sub-sequence of remaining whitespace
|
||||||
|
# characters to a single space. If the resulting trimmed text starts with a '+'
|
||||||
|
# or '=' character, the text remains as a string value and is not interpreted
|
||||||
|
# as a formula.
|
||||||
|
class TrimWhitespaceRequest
|
||||||
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# A range on a sheet.
|
||||||
|
# All indexes are zero-based.
|
||||||
|
# Indexes are half open, e.g the start index is inclusive
|
||||||
|
# and the end index is exclusive -- [start_index, end_index).
|
||||||
|
# Missing indexes indicate the range is unbounded on that side.
|
||||||
|
# For example, if `"Sheet1"` is sheet ID 0, then:
|
||||||
|
# `Sheet1!A1:A1 == sheet_id: 0,
|
||||||
|
# start_row_index: 0, end_row_index: 1,
|
||||||
|
# start_column_index: 0, end_column_index: 1`
|
||||||
|
# `Sheet1!A3:B4 == sheet_id: 0,
|
||||||
|
# start_row_index: 2, end_row_index: 4,
|
||||||
|
# start_column_index: 0, end_column_index: 2`
|
||||||
|
# `Sheet1!A:B == sheet_id: 0,
|
||||||
|
# start_column_index: 0, end_column_index: 2`
|
||||||
|
# `Sheet1!A5:B == sheet_id: 0,
|
||||||
|
# start_row_index: 4,
|
||||||
|
# start_column_index: 0, end_column_index: 2`
|
||||||
|
# `Sheet1 == sheet_id:0`
|
||||||
|
# The start index must always be less than or equal to the end index.
|
||||||
|
# If the start index equals the end index, then the range is empty.
|
||||||
|
# Empty ranges are typically not meaningful and are usually rendered in the
|
||||||
|
# UI as `#REF!`.
|
||||||
|
# Corresponds to the JSON property `range`
|
||||||
|
# @return [Google::Apis::SheetsV4::GridRange]
|
||||||
|
attr_accessor :range
|
||||||
|
|
||||||
|
def initialize(**args)
|
||||||
|
update!(**args)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Update properties of this object
|
||||||
|
def update!(**args)
|
||||||
|
@range = args[:range] if args.key?(:range)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# The result of trimming whitespace in cells.
|
||||||
|
class TrimWhitespaceResponse
|
||||||
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
# The number of cells that were trimmed of whitespace.
|
||||||
|
# Corresponds to the JSON property `cellsChangedCount`
|
||||||
|
# @return [Fixnum]
|
||||||
|
attr_accessor :cells_changed_count
|
||||||
|
|
||||||
|
def initialize(**args)
|
||||||
|
update!(**args)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Update properties of this object
|
||||||
|
def update!(**args)
|
||||||
|
@cells_changed_count = args[:cells_changed_count] if args.key?(:cells_changed_count)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
# Unmerges cells in the given range.
|
# Unmerges cells in the given range.
|
||||||
class UnmergeCellsRequest
|
class UnmergeCellsRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
|
@ -484,6 +484,18 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class DeleteDuplicatesRequest
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class DeleteDuplicatesResponse
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class DeleteEmbeddedObjectRequest
|
class DeleteEmbeddedObjectRequest
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -982,6 +994,18 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class TrimWhitespaceRequest
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
|
class TrimWhitespaceResponse
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class UnmergeCellsRequest
|
class UnmergeCellsRequest
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1944,6 +1968,23 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class DeleteDuplicatesRequest
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
collection :comparison_columns, as: 'comparisonColumns', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
|
||||||
|
|
||||||
|
property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class DeleteDuplicatesResponse
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :duplicates_removed_count, as: 'duplicatesRemovedCount'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class DeleteEmbeddedObjectRequest
|
class DeleteEmbeddedObjectRequest
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -2634,6 +2675,8 @@ module Google
|
||||||
|
|
||||||
property :delete_dimension_group, as: 'deleteDimensionGroup', class: Google::Apis::SheetsV4::DeleteDimensionGroupRequest, decorator: Google::Apis::SheetsV4::DeleteDimensionGroupRequest::Representation
|
property :delete_dimension_group, as: 'deleteDimensionGroup', class: Google::Apis::SheetsV4::DeleteDimensionGroupRequest, decorator: Google::Apis::SheetsV4::DeleteDimensionGroupRequest::Representation
|
||||||
|
|
||||||
|
property :delete_duplicates, as: 'deleteDuplicates', class: Google::Apis::SheetsV4::DeleteDuplicatesRequest, decorator: Google::Apis::SheetsV4::DeleteDuplicatesRequest::Representation
|
||||||
|
|
||||||
property :delete_embedded_object, as: 'deleteEmbeddedObject', class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest, decorator: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest::Representation
|
property :delete_embedded_object, as: 'deleteEmbeddedObject', class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest, decorator: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest::Representation
|
||||||
|
|
||||||
property :delete_filter_view, as: 'deleteFilterView', class: Google::Apis::SheetsV4::DeleteFilterViewRequest, decorator: Google::Apis::SheetsV4::DeleteFilterViewRequest::Representation
|
property :delete_filter_view, as: 'deleteFilterView', class: Google::Apis::SheetsV4::DeleteFilterViewRequest, decorator: Google::Apis::SheetsV4::DeleteFilterViewRequest::Representation
|
||||||
|
@ -2674,6 +2717,8 @@ module Google
|
||||||
|
|
||||||
property :text_to_columns, as: 'textToColumns', class: Google::Apis::SheetsV4::TextToColumnsRequest, decorator: Google::Apis::SheetsV4::TextToColumnsRequest::Representation
|
property :text_to_columns, as: 'textToColumns', class: Google::Apis::SheetsV4::TextToColumnsRequest, decorator: Google::Apis::SheetsV4::TextToColumnsRequest::Representation
|
||||||
|
|
||||||
|
property :trim_whitespace, as: 'trimWhitespace', class: Google::Apis::SheetsV4::TrimWhitespaceRequest, decorator: Google::Apis::SheetsV4::TrimWhitespaceRequest::Representation
|
||||||
|
|
||||||
property :unmerge_cells, as: 'unmergeCells', class: Google::Apis::SheetsV4::UnmergeCellsRequest, decorator: Google::Apis::SheetsV4::UnmergeCellsRequest::Representation
|
property :unmerge_cells, as: 'unmergeCells', class: Google::Apis::SheetsV4::UnmergeCellsRequest, decorator: Google::Apis::SheetsV4::UnmergeCellsRequest::Representation
|
||||||
|
|
||||||
property :update_banding, as: 'updateBanding', class: Google::Apis::SheetsV4::UpdateBandingRequest, decorator: Google::Apis::SheetsV4::UpdateBandingRequest::Representation
|
property :update_banding, as: 'updateBanding', class: Google::Apis::SheetsV4::UpdateBandingRequest, decorator: Google::Apis::SheetsV4::UpdateBandingRequest::Representation
|
||||||
|
@ -2732,12 +2777,16 @@ module Google
|
||||||
|
|
||||||
property :delete_dimension_group, as: 'deleteDimensionGroup', class: Google::Apis::SheetsV4::DeleteDimensionGroupResponse, decorator: Google::Apis::SheetsV4::DeleteDimensionGroupResponse::Representation
|
property :delete_dimension_group, as: 'deleteDimensionGroup', class: Google::Apis::SheetsV4::DeleteDimensionGroupResponse, decorator: Google::Apis::SheetsV4::DeleteDimensionGroupResponse::Representation
|
||||||
|
|
||||||
|
property :delete_duplicates, as: 'deleteDuplicates', class: Google::Apis::SheetsV4::DeleteDuplicatesResponse, decorator: Google::Apis::SheetsV4::DeleteDuplicatesResponse::Representation
|
||||||
|
|
||||||
property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewResponse, decorator: Google::Apis::SheetsV4::DuplicateFilterViewResponse::Representation
|
property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewResponse, decorator: Google::Apis::SheetsV4::DuplicateFilterViewResponse::Representation
|
||||||
|
|
||||||
property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetResponse, decorator: Google::Apis::SheetsV4::DuplicateSheetResponse::Representation
|
property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetResponse, decorator: Google::Apis::SheetsV4::DuplicateSheetResponse::Representation
|
||||||
|
|
||||||
property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceResponse, decorator: Google::Apis::SheetsV4::FindReplaceResponse::Representation
|
property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceResponse, decorator: Google::Apis::SheetsV4::FindReplaceResponse::Representation
|
||||||
|
|
||||||
|
property :trim_whitespace, as: 'trimWhitespace', class: Google::Apis::SheetsV4::TrimWhitespaceResponse, decorator: Google::Apis::SheetsV4::TrimWhitespaceResponse::Representation
|
||||||
|
|
||||||
property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse::Representation
|
property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse::Representation
|
||||||
|
|
||||||
property :update_developer_metadata, as: 'updateDeveloperMetadata', class: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse, decorator: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse::Representation
|
property :update_developer_metadata, as: 'updateDeveloperMetadata', class: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse, decorator: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse::Representation
|
||||||
|
@ -2980,6 +3029,21 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class TrimWhitespaceRequest
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class TrimWhitespaceResponse
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :cells_changed_count, as: 'cellsChangedCount'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class UnmergeCellsRequest
|
class UnmergeCellsRequest
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/vision/
|
# @see https://cloud.google.com/vision/
|
||||||
module VisionV1
|
module VisionV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20190704'
|
REVISION = '20190718'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1168,6 +1168,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class GoogleCloudVisionV1p4beta1ImageQuality
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class GoogleCloudVisionV1p4beta1ImportProductSetsResponse
|
class GoogleCloudVisionV1p4beta1ImportProductSetsResponse
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1264,6 +1270,12 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class GoogleCloudVisionV1p4beta1QualityOptimizationResult
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
|
end
|
||||||
|
|
||||||
class GoogleCloudVisionV1p4beta1ReferenceImage
|
class GoogleCloudVisionV1p4beta1ReferenceImage
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -1672,318 +1684,6 @@ module Google
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
include Google::Apis::Core::JsonObjectSupport
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AnnotateFileResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AnnotateImageResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AsyncAnnotateFileResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AsyncBatchAnnotateFilesResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AsyncBatchAnnotateImagesResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1BatchAnnotateFilesResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1BatchOperationMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Block
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1BoundingPoly
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ColorInfo
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1CropHint
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1CropHintsAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1DominantColorsAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1EntityAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1FaceAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1FaceAnnotationLandmark
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1GcsDestination
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1GcsSource
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImageAnnotationContext
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImageProperties
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImageQuality
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImportProductSetsResponse
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1InputConfig
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1LocalizedObjectAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1LocationInfo
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1NormalizedVertex
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1OperationMetadata
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1OutputConfig
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Page
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Paragraph
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Position
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Product
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductKeyValue
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductSearchResults
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductSearchResultsGroupedResult
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductSearchResultsResult
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Property
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1QualityOptimizationResult
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ReferenceImage
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1SafeSearchAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Symbol
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotation
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotationDetectedBreak
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotationDetectedLanguage
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotationTextProperty
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Vertex
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetection
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebEntity
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebImage
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebLabel
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebPage
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Word
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
||||||
|
|
||||||
include Google::Apis::Core::JsonObjectSupport
|
|
||||||
end
|
|
||||||
|
|
||||||
class GroupedResult
|
class GroupedResult
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation; end
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
||||||
|
|
||||||
|
@ -4147,6 +3847,8 @@ module Google
|
||||||
|
|
||||||
property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ImageProperties, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ImageProperties::Representation
|
property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ImageProperties, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ImageProperties::Representation
|
||||||
|
|
||||||
|
property :image_quality_annotation, as: 'imageQualityAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ImageQuality, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ImageQuality::Representation
|
||||||
|
|
||||||
collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
|
collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
|
||||||
|
|
||||||
collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
|
collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
|
||||||
|
@ -4157,6 +3859,8 @@ module Google
|
||||||
|
|
||||||
property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ProductSearchResults, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ProductSearchResults::Representation
|
property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ProductSearchResults, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1ProductSearchResults::Representation
|
||||||
|
|
||||||
|
property :quality_optimization_result, as: 'qualityOptimizationResult', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1QualityOptimizationResult, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1QualityOptimizationResult::Representation
|
||||||
|
|
||||||
property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1SafeSearchAnnotation::Representation
|
property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1SafeSearchAnnotation::Representation
|
||||||
|
|
||||||
collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
|
collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1EntityAnnotation::Representation
|
||||||
|
@ -4348,6 +4052,12 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class GoogleCloudVisionV1p4beta1ImageQuality
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class GoogleCloudVisionV1p4beta1ImportProductSetsResponse
|
class GoogleCloudVisionV1p4beta1ImportProductSetsResponse
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -4509,6 +4219,15 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class GoogleCloudVisionV1p4beta1QualityOptimizationResult
|
||||||
|
# @private
|
||||||
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
property :image, :base64 => true, as: 'image'
|
||||||
|
property :mime_type, as: 'mimeType'
|
||||||
|
property :quality_optimization_type, as: 'qualityOptimizationType'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
class GoogleCloudVisionV1p4beta1ReferenceImage
|
class GoogleCloudVisionV1p4beta1ReferenceImage
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
@ -5237,562 +4956,6 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AnnotateFileResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :input_config, as: 'inputConfig', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1InputConfig, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1InputConfig::Representation
|
|
||||||
|
|
||||||
collection :responses, as: 'responses', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1AnnotateImageResponse, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1AnnotateImageResponse::Representation
|
|
||||||
|
|
||||||
property :total_pages, as: 'totalPages'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AnnotateImageResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :context, as: 'context', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageAnnotationContext, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageAnnotationContext::Representation
|
|
||||||
|
|
||||||
property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1CropHintsAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1CropHintsAnnotation::Representation
|
|
||||||
|
|
||||||
property :error, as: 'error', class: Google::Apis::VisionV1::Status, decorator: Google::Apis::VisionV1::Status::Representation
|
|
||||||
|
|
||||||
collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1FaceAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1FaceAnnotation::Representation
|
|
||||||
|
|
||||||
property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotation::Representation
|
|
||||||
|
|
||||||
property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageProperties, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageProperties::Representation
|
|
||||||
|
|
||||||
property :image_quality_annotation, as: 'imageQualityAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageQuality, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ImageQuality::Representation
|
|
||||||
|
|
||||||
collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation::Representation
|
|
||||||
|
|
||||||
collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation::Representation
|
|
||||||
|
|
||||||
collection :localized_object_annotations, as: 'localizedObjectAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1LocalizedObjectAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1LocalizedObjectAnnotation::Representation
|
|
||||||
|
|
||||||
collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation::Representation
|
|
||||||
|
|
||||||
collection :object_attribute_annotations, as: 'objectAttributeAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation::Representation
|
|
||||||
|
|
||||||
property :product_search_results, as: 'productSearchResults', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResults, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResults::Representation
|
|
||||||
|
|
||||||
property :quality_optimization_result, as: 'qualityOptimizationResult', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1QualityOptimizationResult, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1QualityOptimizationResult::Representation
|
|
||||||
|
|
||||||
property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1SafeSearchAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1SafeSearchAnnotation::Representation
|
|
||||||
|
|
||||||
collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1EntityAnnotation::Representation
|
|
||||||
|
|
||||||
property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetection, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetection::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AsyncAnnotateFileResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1OutputConfig, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1OutputConfig::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AsyncBatchAnnotateFilesResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :responses, as: 'responses', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1AsyncAnnotateFileResponse, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1AsyncAnnotateFileResponse::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1AsyncBatchAnnotateImagesResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :output_config, as: 'outputConfig', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1OutputConfig, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1OutputConfig::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1BatchAnnotateFilesResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :responses, as: 'responses', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1AnnotateFileResponse, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1AnnotateFileResponse::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1BatchOperationMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :end_time, as: 'endTime'
|
|
||||||
property :state, as: 'state'
|
|
||||||
property :submit_time, as: 'submitTime'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Block
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :block_type, as: 'blockType'
|
|
||||||
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Paragraph, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Paragraph::Representation
|
|
||||||
|
|
||||||
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1BoundingPoly
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :normalized_vertices, as: 'normalizedVertices', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1NormalizedVertex, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1NormalizedVertex::Representation
|
|
||||||
|
|
||||||
collection :vertices, as: 'vertices', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Vertex, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Vertex::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ColorInfo
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :color, as: 'color', class: Google::Apis::VisionV1::Color, decorator: Google::Apis::VisionV1::Color::Representation
|
|
||||||
|
|
||||||
property :pixel_fraction, as: 'pixelFraction'
|
|
||||||
property :score, as: 'score'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1CropHint
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :importance_fraction, as: 'importanceFraction'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1CropHintsAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1CropHint, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1CropHint::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1DominantColorsAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :colors, as: 'colors', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ColorInfo, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ColorInfo::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1EntityAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :description, as: 'description'
|
|
||||||
property :locale, as: 'locale'
|
|
||||||
collection :locations, as: 'locations', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1LocationInfo, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1LocationInfo::Representation
|
|
||||||
|
|
||||||
property :mid, as: 'mid'
|
|
||||||
collection :properties, as: 'properties', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Property, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Property::Representation
|
|
||||||
|
|
||||||
property :score, as: 'score'
|
|
||||||
property :topicality, as: 'topicality'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1FaceAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :anger_likelihood, as: 'angerLikelihood'
|
|
||||||
property :blurred_likelihood, as: 'blurredLikelihood'
|
|
||||||
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :detection_confidence, as: 'detectionConfidence'
|
|
||||||
property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :headwear_likelihood, as: 'headwearLikelihood'
|
|
||||||
property :joy_likelihood, as: 'joyLikelihood'
|
|
||||||
property :landmarking_confidence, as: 'landmarkingConfidence'
|
|
||||||
collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1FaceAnnotationLandmark, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1FaceAnnotationLandmark::Representation
|
|
||||||
|
|
||||||
property :pan_angle, as: 'panAngle'
|
|
||||||
property :roll_angle, as: 'rollAngle'
|
|
||||||
property :sorrow_likelihood, as: 'sorrowLikelihood'
|
|
||||||
property :surprise_likelihood, as: 'surpriseLikelihood'
|
|
||||||
property :tilt_angle, as: 'tiltAngle'
|
|
||||||
property :under_exposed_likelihood, as: 'underExposedLikelihood'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1FaceAnnotationLandmark
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :position, as: 'position', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Position, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Position::Representation
|
|
||||||
|
|
||||||
property :type, as: 'type'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1GcsDestination
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :uri, as: 'uri'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1GcsSource
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :uri, as: 'uri'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImageAnnotationContext
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :page_number, as: 'pageNumber'
|
|
||||||
property :uri, as: 'uri'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImageProperties
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1DominantColorsAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1DominantColorsAnnotation::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImageQuality
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ImportProductSetsResponse
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :reference_images, as: 'referenceImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ReferenceImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ReferenceImage::Representation
|
|
||||||
|
|
||||||
collection :statuses, as: 'statuses', class: Google::Apis::VisionV1::Status, decorator: Google::Apis::VisionV1::Status::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1InputConfig
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :content, :base64 => true, as: 'content'
|
|
||||||
property :gcs_source, as: 'gcsSource', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1GcsSource, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1GcsSource::Representation
|
|
||||||
|
|
||||||
property :mime_type, as: 'mimeType'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1LocalizedObjectAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :language_code, as: 'languageCode'
|
|
||||||
property :mid, as: 'mid'
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :score, as: 'score'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1LocationInfo
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1::LatLng, decorator: Google::Apis::VisionV1::LatLng::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1NormalizedVertex
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :x, as: 'x'
|
|
||||||
property :y, as: 'y'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1OperationMetadata
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :create_time, as: 'createTime'
|
|
||||||
property :state, as: 'state'
|
|
||||||
property :update_time, as: 'updateTime'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1OutputConfig
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :batch_size, as: 'batchSize'
|
|
||||||
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1GcsDestination, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1GcsDestination::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Page
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :blocks, as: 'blocks', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Block, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Block::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :height, as: 'height'
|
|
||||||
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty::Representation
|
|
||||||
|
|
||||||
property :width, as: 'width'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Paragraph
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty::Representation
|
|
||||||
|
|
||||||
collection :words, as: 'words', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Word, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Word::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Position
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :x, as: 'x'
|
|
||||||
property :y, as: 'y'
|
|
||||||
property :z, as: 'z'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Product
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :description, as: 'description'
|
|
||||||
property :display_name, as: 'displayName'
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :product_category, as: 'productCategory'
|
|
||||||
collection :product_labels, as: 'productLabels', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductKeyValue, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductKeyValue::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductKeyValue
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :key, as: 'key'
|
|
||||||
property :value, as: 'value'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductSearchResults
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :index_time, as: 'indexTime'
|
|
||||||
collection :product_grouped_results, as: 'productGroupedResults', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResultsGroupedResult, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResultsGroupedResult::Representation
|
|
||||||
|
|
||||||
collection :results, as: 'results', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResultsResult::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductSearchResultsGroupedResult
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
collection :results, as: 'results', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResultsResult, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1ProductSearchResultsResult::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ProductSearchResultsResult
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :image, as: 'image'
|
|
||||||
property :product, as: 'product', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Product, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Product::Representation
|
|
||||||
|
|
||||||
property :score, as: 'score'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Property
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :mid, as: 'mid'
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :uint64_value, :numeric_string => true, as: 'uint64Value'
|
|
||||||
property :value, as: 'value'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1QualityOptimizationResult
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :image, :base64 => true, as: 'image'
|
|
||||||
property :mime_type, as: 'mimeType'
|
|
||||||
property :quality_optimization_type, as: 'qualityOptimizationType'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1ReferenceImage
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :bounding_polys, as: 'boundingPolys', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :name, as: 'name'
|
|
||||||
property :uri, as: 'uri'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1SafeSearchAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :adult, as: 'adult'
|
|
||||||
property :medical, as: 'medical'
|
|
||||||
property :racy, as: 'racy'
|
|
||||||
property :spoof, as: 'spoof'
|
|
||||||
property :violence, as: 'violence'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Symbol
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty::Representation
|
|
||||||
|
|
||||||
property :text, as: 'text'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotation
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :pages, as: 'pages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Page, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Page::Representation
|
|
||||||
|
|
||||||
property :text, as: 'text'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotationDetectedBreak
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :is_prefix, as: 'isPrefix'
|
|
||||||
property :type, as: 'type'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotationDetectedLanguage
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :language_code, as: 'languageCode'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1TextAnnotationTextProperty
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationDetectedBreak, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationDetectedBreak::Representation
|
|
||||||
|
|
||||||
collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationDetectedLanguage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationDetectedLanguage::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Vertex
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :x, as: 'x'
|
|
||||||
property :y, as: 'y'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetection
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :best_guess_labels, as: 'bestGuessLabels', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebLabel, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebLabel::Representation
|
|
||||||
|
|
||||||
collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage::Representation
|
|
||||||
|
|
||||||
collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebPage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebPage::Representation
|
|
||||||
|
|
||||||
collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage::Representation
|
|
||||||
|
|
||||||
collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage::Representation
|
|
||||||
|
|
||||||
collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebEntity, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebEntity::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebEntity
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :description, as: 'description'
|
|
||||||
property :entity_id, as: 'entityId'
|
|
||||||
property :score, as: 'score'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebImage
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :score, as: 'score'
|
|
||||||
property :url, as: 'url'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebLabel
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :label, as: 'label'
|
|
||||||
property :language_code, as: 'languageCode'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1WebDetectionWebPage
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage::Representation
|
|
||||||
|
|
||||||
property :page_title, as: 'pageTitle'
|
|
||||||
collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1WebDetectionWebImage::Representation
|
|
||||||
|
|
||||||
property :score, as: 'score'
|
|
||||||
property :url, as: 'url'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GoogleCloudVisionV1p6beta1Word
|
|
||||||
# @private
|
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
|
||||||
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1BoundingPoly::Representation
|
|
||||||
|
|
||||||
property :confidence, as: 'confidence'
|
|
||||||
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1TextAnnotationTextProperty::Representation
|
|
||||||
|
|
||||||
collection :symbols, as: 'symbols', class: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Symbol, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1p6beta1Symbol::Representation
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class GroupedResult
|
class GroupedResult
|
||||||
# @private
|
# @private
|
||||||
class Representation < Google::Apis::Core::JsonRepresentation
|
class Representation < Google::Apis::Core::JsonRepresentation
|
||||||
|
|
Loading…
Reference in New Issue