generated/google/apis/slides_v1/representations.rb in google-api-client-0.10.0 vs generated/google/apis/slides_v1/representations.rb in google-api-client-0.10.1
- old
+ new
@@ -20,10 +20,28 @@
module Google
module Apis
module SlidesV1
+ class InsertTableColumnsRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class LayoutPlaceholderIdMapping
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class UpdateShapePropertiesRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class WordArt
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -98,17 +116,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class TableCellBackgroundFill
+ class UpdateSlidesPositionRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class UpdateSlidesPositionRequest
+ class TableCellBackgroundFill
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -302,17 +320,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class TextElement
+ class Dimension
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Dimension
+ class TextElement
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -428,17 +446,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class CreateTableResponse
+ class CreateTableRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class CreateTableRequest
+ class CreateTableResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -494,17 +512,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class UpdateTextStyleRequest
+ class DeleteTableColumnRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class DeleteTableColumnRequest
+ class UpdateTextStyleRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -530,17 +548,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class TextStyle
+ class Size
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Size
+ class TextStyle
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -590,11 +608,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class NotesProperties
+ class TableColumnProperties
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -602,11 +620,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class TableColumnProperties
+ class NotesProperties
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -644,10 +662,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class WriteControl
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class DeleteParagraphBulletsRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -657,25 +681,38 @@
include Google::Apis::Core::JsonObjectSupport
end
class InsertTableColumnsRequest
- class Representation < Google::Apis::Core::JsonRepresentation; end
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :number, as: 'number'
+ property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
- include Google::Apis::Core::JsonObjectSupport
+ property :insert_right, as: 'insertRight'
+ property :table_object_id, as: 'tableObjectId'
+ end
end
class LayoutPlaceholderIdMapping
- class Representation < Google::Apis::Core::JsonRepresentation; end
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :layout_placeholder, as: 'layoutPlaceholder', class: Google::Apis::SlidesV1::Placeholder, decorator: Google::Apis::SlidesV1::Placeholder::Representation
- include Google::Apis::Core::JsonObjectSupport
+ property :layout_placeholder_object_id, as: 'layoutPlaceholderObjectId'
+ end
end
class UpdateShapePropertiesRequest
- class Representation < Google::Apis::Core::JsonRepresentation; end
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :shape_properties, as: 'shapeProperties', class: Google::Apis::SlidesV1::ShapeProperties, decorator: Google::Apis::SlidesV1::ShapeProperties::Representation
- include Google::Apis::Core::JsonObjectSupport
+ property :fields, as: 'fields'
+ end
end
class WordArt
# @private
class Representation < Google::Apis::Core::JsonRepresentation
@@ -684,13 +721,13 @@
end
class Recolor
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :name, as: 'name'
collection :recolor_stops, as: 'recolorStops', class: Google::Apis::SlidesV1::ColorStop, decorator: Google::Apis::SlidesV1::ColorStop::Representation
- property :name, as: 'name'
end
end
class Link
# @private
@@ -736,49 +773,49 @@
end
class CreateShapeRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
-
property :object_id_prop, as: 'objectId'
property :shape_type, as: 'shapeType'
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
+
end
end
class Video
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :source, as: 'source'
property :url, as: 'url'
property :id, as: 'id'
property :video_properties, as: 'videoProperties', class: Google::Apis::SlidesV1::VideoProperties, decorator: Google::Apis::SlidesV1::VideoProperties::Representation
- property :source, as: 'source'
end
end
class PageProperties
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :color_scheme, as: 'colorScheme', class: Google::Apis::SlidesV1::ColorScheme, decorator: Google::Apis::SlidesV1::ColorScheme::Representation
-
property :page_background_fill, as: 'pageBackgroundFill', class: Google::Apis::SlidesV1::PageBackgroundFill, decorator: Google::Apis::SlidesV1::PageBackgroundFill::Representation
+ property :color_scheme, as: 'colorScheme', class: Google::Apis::SlidesV1::ColorScheme, decorator: Google::Apis::SlidesV1::ColorScheme::Representation
+
end
end
class TableCell
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :location, as: 'location', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
+
+ property :row_span, as: 'rowSpan'
property :column_span, as: 'columnSpan'
property :text, as: 'text', class: Google::Apis::SlidesV1::TextContent, decorator: Google::Apis::SlidesV1::TextContent::Representation
property :table_cell_properties, as: 'tableCellProperties', class: Google::Apis::SlidesV1::TableCellProperties, decorator: Google::Apis::SlidesV1::TableCellProperties::Representation
- property :location, as: 'location', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
-
- property :row_span, as: 'rowSpan'
end
end
class NestingLevel
# @private
@@ -789,31 +826,31 @@
end
class UpdateLinePropertiesRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
property :line_properties, as: 'lineProperties', class: Google::Apis::SlidesV1::LineProperties, decorator: Google::Apis::SlidesV1::LineProperties::Representation
property :fields, as: 'fields'
- property :object_id_prop, as: 'objectId'
end
end
- class TableCellBackgroundFill
+ class UpdateSlidesPositionRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
-
- property :property_state, as: 'propertyState'
+ property :insertion_index, as: 'insertionIndex'
+ collection :slide_object_ids, as: 'slideObjectIds'
end
end
- class UpdateSlidesPositionRequest
+ class TableCellBackgroundFill
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :slide_object_ids, as: 'slideObjectIds'
- property :insertion_index, as: 'insertionIndex'
+ property :property_state, as: 'propertyState'
+ property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
+
end
end
class UpdatePagePropertiesRequest
# @private
@@ -843,12 +880,12 @@
end
class DuplicateObjectRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- hash :object_ids, as: 'objectIds'
property :object_id_prop, as: 'objectId'
+ hash :object_ids, as: 'objectIds'
end
end
class ReplaceAllTextRequest
# @private
@@ -860,31 +897,32 @@
end
class Page
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :revision_id, as: 'revisionId'
property :layout_properties, as: 'layoutProperties', class: Google::Apis::SlidesV1::LayoutProperties, decorator: Google::Apis::SlidesV1::LayoutProperties::Representation
+ collection :page_elements, as: 'pageElements', class: Google::Apis::SlidesV1::PageElement, decorator: Google::Apis::SlidesV1::PageElement::Representation
+
property :notes_properties, as: 'notesProperties', class: Google::Apis::SlidesV1::NotesProperties, decorator: Google::Apis::SlidesV1::NotesProperties::Representation
property :page_type, as: 'pageType'
- collection :page_elements, as: 'pageElements', class: Google::Apis::SlidesV1::PageElement, decorator: Google::Apis::SlidesV1::PageElement::Representation
+ property :page_properties, as: 'pageProperties', class: Google::Apis::SlidesV1::PageProperties, decorator: Google::Apis::SlidesV1::PageProperties::Representation
property :slide_properties, as: 'slideProperties', class: Google::Apis::SlidesV1::SlideProperties, decorator: Google::Apis::SlidesV1::SlideProperties::Representation
- property :page_properties, as: 'pageProperties', class: Google::Apis::SlidesV1::PageProperties, decorator: Google::Apis::SlidesV1::PageProperties::Representation
-
- property :object_id_prop, as: 'objectId'
end
end
class ShapeBackgroundFill
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :property_state, as: 'propertyState'
property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
+ property :property_state, as: 'propertyState'
end
end
class CropProperties
# @private
@@ -909,14 +947,14 @@
end
class ColorStop
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
-
property :alpha, as: 'alpha'
property :position, as: 'position'
+ property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
+
end
end
class Range
# @private
@@ -928,15 +966,15 @@
end
class CreateVideoRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :source, as: 'source'
property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
property :id, as: 'id'
- property :object_id_prop, as: 'objectId'
- property :source, as: 'source'
end
end
class DuplicateObjectResponse
# @private
@@ -956,41 +994,41 @@
end
class Shadow
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :alpha, as: 'alpha'
- property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
-
- property :rotate_with_shape, as: 'rotateWithShape'
property :property_state, as: 'propertyState'
property :blur_radius, as: 'blurRadius', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
- property :type, as: 'type'
property :transform, as: 'transform', class: Google::Apis::SlidesV1::AffineTransform, decorator: Google::Apis::SlidesV1::AffineTransform::Representation
+ property :type, as: 'type'
property :alignment, as: 'alignment'
+ property :alpha, as: 'alpha'
+ property :color, as: 'color', class: Google::Apis::SlidesV1::OpaqueColor, decorator: Google::Apis::SlidesV1::OpaqueColor::Representation
+
+ property :rotate_with_shape, as: 'rotateWithShape'
end
end
class DeleteTableRowRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :table_object_id, as: 'tableObjectId'
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
+ property :table_object_id, as: 'tableObjectId'
end
end
class Bullet
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :bullet_style, as: 'bulletStyle', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
+
property :list_id, as: 'listId'
property :glyph, as: 'glyph'
property :nesting_level, as: 'nestingLevel'
- property :bullet_style, as: 'bulletStyle', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
-
end
end
class OutlineFill
# @private
@@ -1067,38 +1105,38 @@
end
class InsertTextRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :text, as: 'text'
property :insertion_index, as: 'insertionIndex'
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
- property :object_id_prop, as: 'objectId'
- property :text, as: 'text'
end
end
class AffineTransform
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :unit, as: 'unit'
+ property :scale_x, as: 'scaleX'
+ property :shear_x, as: 'shearX'
property :scale_y, as: 'scaleY'
property :translate_y, as: 'translateY'
property :translate_x, as: 'translateX'
property :shear_y, as: 'shearY'
- property :unit, as: 'unit'
- property :scale_x, as: 'scaleX'
- property :shear_x, as: 'shearX'
end
end
class AutoText
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :type, as: 'type'
- property :content, as: 'content'
property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
+ property :type, as: 'type'
+ property :content, as: 'content'
end
end
class CreateVideoResponse
# @private
@@ -1133,32 +1171,32 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :object_id_prop, as: 'objectId'
end
end
+ class Dimension
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :magnitude, as: 'magnitude'
+ property :unit, as: 'unit'
+ end
+ end
+
class TextElement
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :text_run, as: 'textRun', class: Google::Apis::SlidesV1::TextRun, decorator: Google::Apis::SlidesV1::TextRun::Representation
+
property :auto_text, as: 'autoText', class: Google::Apis::SlidesV1::AutoText, decorator: Google::Apis::SlidesV1::AutoText::Representation
property :paragraph_marker, as: 'paragraphMarker', class: Google::Apis::SlidesV1::ParagraphMarker, decorator: Google::Apis::SlidesV1::ParagraphMarker::Representation
property :start_index, as: 'startIndex'
property :end_index, as: 'endIndex'
- property :text_run, as: 'textRun', class: Google::Apis::SlidesV1::TextRun, decorator: Google::Apis::SlidesV1::TextRun::Representation
-
end
end
- class Dimension
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :magnitude, as: 'magnitude'
- property :unit, as: 'unit'
- end
- end
-
class LineFill
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :solid_fill, as: 'solidFill', class: Google::Apis::SlidesV1::SolidFill, decorator: Google::Apis::SlidesV1::SolidFill::Representation
@@ -1174,15 +1212,15 @@
end
class InsertTableRowsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :insert_below, as: 'insertBelow'
+ property :number, as: 'number'
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
property :table_object_id, as: 'tableObjectId'
- property :insert_below, as: 'insertBelow'
- property :number, as: 'number'
end
end
class LayoutProperties
# @private
@@ -1194,38 +1232,39 @@
end
class LineProperties
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :dash_style, as: 'dashStyle'
property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
- property :dash_style, as: 'dashStyle'
- property :start_arrow, as: 'startArrow'
property :end_arrow, as: 'endArrow'
+ property :start_arrow, as: 'startArrow'
property :weight, as: 'weight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
property :line_fill, as: 'lineFill', class: Google::Apis::SlidesV1::LineFill, decorator: Google::Apis::SlidesV1::LineFill::Representation
end
end
class Presentation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :page_size, as: 'pageSize', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
-
- property :presentation_id, as: 'presentationId'
- collection :slides, as: 'slides', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
-
property :notes_master, as: 'notesMaster', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
+ property :title, as: 'title'
collection :layouts, as: 'layouts', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
- property :title, as: 'title'
- property :locale, as: 'locale'
collection :masters, as: 'masters', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
+ property :locale, as: 'locale'
+ property :page_size, as: 'pageSize', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
+
+ property :presentation_id, as: 'presentationId'
+ collection :slides, as: 'slides', class: Google::Apis::SlidesV1::Page, decorator: Google::Apis::SlidesV1::Page::Representation
+
+ property :revision_id, as: 'revisionId'
end
end
class OpaqueColor
# @private
@@ -1310,49 +1349,49 @@
end
class Response
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :create_video, as: 'createVideo', class: Google::Apis::SlidesV1::CreateVideoResponse, decorator: Google::Apis::SlidesV1::CreateVideoResponse::Representation
-
- property :create_sheets_chart, as: 'createSheetsChart', class: Google::Apis::SlidesV1::CreateSheetsChartResponse, decorator: Google::Apis::SlidesV1::CreateSheetsChartResponse::Representation
-
- property :replace_all_shapes_with_sheets_chart, as: 'replaceAllShapesWithSheetsChart', class: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse::Representation
-
- property :replace_all_shapes_with_image, as: 'replaceAllShapesWithImage', class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse::Representation
-
property :create_table, as: 'createTable', class: Google::Apis::SlidesV1::CreateTableResponse, decorator: Google::Apis::SlidesV1::CreateTableResponse::Representation
property :replace_all_text, as: 'replaceAllText', class: Google::Apis::SlidesV1::ReplaceAllTextResponse, decorator: Google::Apis::SlidesV1::ReplaceAllTextResponse::Representation
property :create_slide, as: 'createSlide', class: Google::Apis::SlidesV1::CreateSlideResponse, decorator: Google::Apis::SlidesV1::CreateSlideResponse::Representation
- property :duplicate_object, as: 'duplicateObject', class: Google::Apis::SlidesV1::DuplicateObjectResponse, decorator: Google::Apis::SlidesV1::DuplicateObjectResponse::Representation
-
property :create_shape, as: 'createShape', class: Google::Apis::SlidesV1::CreateShapeResponse, decorator: Google::Apis::SlidesV1::CreateShapeResponse::Representation
+ property :duplicate_object, as: 'duplicateObject', class: Google::Apis::SlidesV1::DuplicateObjectResponse, decorator: Google::Apis::SlidesV1::DuplicateObjectResponse::Representation
+
property :create_line, as: 'createLine', class: Google::Apis::SlidesV1::CreateLineResponse, decorator: Google::Apis::SlidesV1::CreateLineResponse::Representation
property :create_image, as: 'createImage', class: Google::Apis::SlidesV1::CreateImageResponse, decorator: Google::Apis::SlidesV1::CreateImageResponse::Representation
+ property :create_video, as: 'createVideo', class: Google::Apis::SlidesV1::CreateVideoResponse, decorator: Google::Apis::SlidesV1::CreateVideoResponse::Representation
+
+ property :replace_all_shapes_with_sheets_chart, as: 'replaceAllShapesWithSheetsChart', class: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartResponse::Representation
+
+ property :create_sheets_chart, as: 'createSheetsChart', class: Google::Apis::SlidesV1::CreateSheetsChartResponse, decorator: Google::Apis::SlidesV1::CreateSheetsChartResponse::Representation
+
+ property :replace_all_shapes_with_image, as: 'replaceAllShapesWithImage', class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse::Representation
+
end
end
class TextRun
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :content, as: 'content'
property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
+ property :content, as: 'content'
end
end
class LayoutReference
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :predefined_layout, as: 'predefinedLayout'
property :layout_id, as: 'layoutId'
+ property :predefined_layout, as: 'predefinedLayout'
end
end
class SubstringMatchCriteria
# @private
@@ -1370,37 +1409,37 @@
property :row_span, as: 'rowSpan'
property :column_span, as: 'columnSpan'
end
end
- class CreateTableResponse
+ class CreateTableRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :rows, as: 'rows'
property :object_id_prop, as: 'objectId'
+ property :columns, as: 'columns'
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
+
end
end
- class CreateTableRequest
+ class CreateTableResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :rows, as: 'rows'
property :object_id_prop, as: 'objectId'
- property :columns, as: 'columns'
- property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
-
end
end
class Table
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :rows, as: 'rows'
collection :table_columns, as: 'tableColumns', class: Google::Apis::SlidesV1::TableColumnProperties, decorator: Google::Apis::SlidesV1::TableColumnProperties::Representation
property :columns, as: 'columns'
collection :table_rows, as: 'tableRows', class: Google::Apis::SlidesV1::TableRow, decorator: Google::Apis::SlidesV1::TableRow::Representation
+ property :rows, as: 'rows'
end
end
class PageBackgroundFill
# @private
@@ -1470,51 +1509,58 @@
end
class StretchedPictureFill
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :content_url, as: 'contentUrl'
property :size, as: 'size', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
+ property :content_url, as: 'contentUrl'
end
end
- class UpdateTextStyleRequest
+ class DeleteTableColumnRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :object_id_prop, as: 'objectId'
- property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
-
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
- property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
-
- property :fields, as: 'fields'
+ property :table_object_id, as: 'tableObjectId'
end
end
- class DeleteTableColumnRequest
+ class UpdateTextStyleRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
- property :table_object_id, as: 'tableObjectId'
+ property :style, as: 'style', class: Google::Apis::SlidesV1::TextStyle, decorator: Google::Apis::SlidesV1::TextStyle::Representation
+
+ property :fields, as: 'fields'
+ property :object_id_prop, as: 'objectId'
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
+
end
end
class List
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :list_id, as: 'listId'
hash :nesting_level, as: 'nestingLevel', class: Google::Apis::SlidesV1::NestingLevel, decorator: Google::Apis::SlidesV1::NestingLevel::Representation
- property :list_id, as: 'listId'
end
end
class PageElement
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :line, as: 'line', class: Google::Apis::SlidesV1::Line, decorator: Google::Apis::SlidesV1::Line::Representation
+
+ property :description, as: 'description'
+ property :element_group, as: 'elementGroup', class: Google::Apis::SlidesV1::Group, decorator: Google::Apis::SlidesV1::Group::Representation
+
+ property :image, as: 'image', class: Google::Apis::SlidesV1::Image, decorator: Google::Apis::SlidesV1::Image::Representation
+
property :size, as: 'size', class: Google::Apis::SlidesV1::Size, decorator: Google::Apis::SlidesV1::Size::Representation
property :title, as: 'title'
property :sheets_chart, as: 'sheetsChart', class: Google::Apis::SlidesV1::SheetsChart, decorator: Google::Apis::SlidesV1::SheetsChart::Representation
@@ -1522,22 +1568,15 @@
property :word_art, as: 'wordArt', class: Google::Apis::SlidesV1::WordArt, decorator: Google::Apis::SlidesV1::WordArt::Representation
property :table, as: 'table', class: Google::Apis::SlidesV1::Table, decorator: Google::Apis::SlidesV1::Table::Representation
- property :object_id_prop, as: 'objectId'
property :transform, as: 'transform', class: Google::Apis::SlidesV1::AffineTransform, decorator: Google::Apis::SlidesV1::AffineTransform::Representation
+ property :object_id_prop, as: 'objectId'
property :shape, as: 'shape', class: Google::Apis::SlidesV1::Shape, decorator: Google::Apis::SlidesV1::Shape::Representation
- property :line, as: 'line', class: Google::Apis::SlidesV1::Line, decorator: Google::Apis::SlidesV1::Line::Representation
-
- property :description, as: 'description'
- property :element_group, as: 'elementGroup', class: Google::Apis::SlidesV1::Group, decorator: Google::Apis::SlidesV1::Group::Representation
-
- property :image, as: 'image', class: Google::Apis::SlidesV1::Image, decorator: Google::Apis::SlidesV1::Image::Representation
-
end
end
class CreateImageRequest
# @private
@@ -1550,25 +1589,32 @@
end
class CreateParagraphBulletsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
+
property :bullet_preset, as: 'bulletPreset'
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
- property :object_id_prop, as: 'objectId'
- property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
+ end
+ end
+ class Size
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :height, as: 'height', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
+
+ property :width, as: 'width', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
+
end
end
class TextStyle
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :baseline_offset, as: 'baselineOffset'
- property :background_color, as: 'backgroundColor', class: Google::Apis::SlidesV1::OptionalColor, decorator: Google::Apis::SlidesV1::OptionalColor::Representation
-
property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
property :underline, as: 'underline'
property :bold, as: 'bold'
property :foreground_color, as: 'foregroundColor', class: Google::Apis::SlidesV1::OptionalColor, decorator: Google::Apis::SlidesV1::OptionalColor::Representation
@@ -1577,20 +1623,13 @@
property :strikethrough, as: 'strikethrough'
property :italic, as: 'italic'
property :font_size, as: 'fontSize', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
property :small_caps, as: 'smallCaps'
- end
- end
+ property :baseline_offset, as: 'baselineOffset'
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SlidesV1::OptionalColor, decorator: Google::Apis::SlidesV1::OptionalColor::Representation
- class Size
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :height, as: 'height', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
-
- property :width, as: 'width', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
-
end
end
class UpdateVideoPropertiesRequest
# @private
@@ -1603,16 +1642,10 @@
end
class Request
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :replace_all_shapes_with_image, as: 'replaceAllShapesWithImage', class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest::Representation
-
- property :replace_all_text, as: 'replaceAllText', class: Google::Apis::SlidesV1::ReplaceAllTextRequest, decorator: Google::Apis::SlidesV1::ReplaceAllTextRequest::Representation
-
- property :update_image_properties, as: 'updateImageProperties', class: Google::Apis::SlidesV1::UpdateImagePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateImagePropertiesRequest::Representation
-
property :insert_table_rows, as: 'insertTableRows', class: Google::Apis::SlidesV1::InsertTableRowsRequest, decorator: Google::Apis::SlidesV1::InsertTableRowsRequest::Representation
property :create_slide, as: 'createSlide', class: Google::Apis::SlidesV1::CreateSlideRequest, decorator: Google::Apis::SlidesV1::CreateSlideRequest::Representation
property :update_line_properties, as: 'updateLineProperties', class: Google::Apis::SlidesV1::UpdateLinePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateLinePropertiesRequest::Representation
@@ -1627,14 +1660,14 @@
property :delete_text, as: 'deleteText', class: Google::Apis::SlidesV1::DeleteTextRequest, decorator: Google::Apis::SlidesV1::DeleteTextRequest::Representation
property :update_page_properties, as: 'updatePageProperties', class: Google::Apis::SlidesV1::UpdatePagePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdatePagePropertiesRequest::Representation
- property :create_shape, as: 'createShape', class: Google::Apis::SlidesV1::CreateShapeRequest, decorator: Google::Apis::SlidesV1::CreateShapeRequest::Representation
-
property :delete_paragraph_bullets, as: 'deleteParagraphBullets', class: Google::Apis::SlidesV1::DeleteParagraphBulletsRequest, decorator: Google::Apis::SlidesV1::DeleteParagraphBulletsRequest::Representation
+ property :create_shape, as: 'createShape', class: Google::Apis::SlidesV1::CreateShapeRequest, decorator: Google::Apis::SlidesV1::CreateShapeRequest::Representation
+
property :insert_table_columns, as: 'insertTableColumns', class: Google::Apis::SlidesV1::InsertTableColumnsRequest, decorator: Google::Apis::SlidesV1::InsertTableColumnsRequest::Representation
property :refresh_sheets_chart, as: 'refreshSheetsChart', class: Google::Apis::SlidesV1::RefreshSheetsChartRequest, decorator: Google::Apis::SlidesV1::RefreshSheetsChartRequest::Representation
property :update_table_cell_properties, as: 'updateTableCellProperties', class: Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest::Representation
@@ -1643,18 +1676,18 @@
property :delete_object, as: 'deleteObject', class: Google::Apis::SlidesV1::DeleteObjectRequest, decorator: Google::Apis::SlidesV1::DeleteObjectRequest::Representation
property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::SlidesV1::UpdateParagraphStyleRequest, decorator: Google::Apis::SlidesV1::UpdateParagraphStyleRequest::Representation
- property :duplicate_object, as: 'duplicateObject', class: Google::Apis::SlidesV1::DuplicateObjectRequest, decorator: Google::Apis::SlidesV1::DuplicateObjectRequest::Representation
-
property :delete_table_column, as: 'deleteTableColumn', class: Google::Apis::SlidesV1::DeleteTableColumnRequest, decorator: Google::Apis::SlidesV1::DeleteTableColumnRequest::Representation
- property :create_line, as: 'createLine', class: Google::Apis::SlidesV1::CreateLineRequest, decorator: Google::Apis::SlidesV1::CreateLineRequest::Representation
+ property :duplicate_object, as: 'duplicateObject', class: Google::Apis::SlidesV1::DuplicateObjectRequest, decorator: Google::Apis::SlidesV1::DuplicateObjectRequest::Representation
property :update_video_properties, as: 'updateVideoProperties', class: Google::Apis::SlidesV1::UpdateVideoPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateVideoPropertiesRequest::Representation
+ property :create_line, as: 'createLine', class: Google::Apis::SlidesV1::CreateLineRequest, decorator: Google::Apis::SlidesV1::CreateLineRequest::Representation
+
property :create_image, as: 'createImage', class: Google::Apis::SlidesV1::CreateImageRequest, decorator: Google::Apis::SlidesV1::CreateImageRequest::Representation
property :create_paragraph_bullets, as: 'createParagraphBullets', class: Google::Apis::SlidesV1::CreateParagraphBulletsRequest, decorator: Google::Apis::SlidesV1::CreateParagraphBulletsRequest::Representation
property :create_video, as: 'createVideo', class: Google::Apis::SlidesV1::CreateVideoRequest, decorator: Google::Apis::SlidesV1::CreateVideoRequest::Representation
@@ -1665,10 +1698,16 @@
property :update_page_element_transform, as: 'updatePageElementTransform', class: Google::Apis::SlidesV1::UpdatePageElementTransformRequest, decorator: Google::Apis::SlidesV1::UpdatePageElementTransformRequest::Representation
property :update_text_style, as: 'updateTextStyle', class: Google::Apis::SlidesV1::UpdateTextStyleRequest, decorator: Google::Apis::SlidesV1::UpdateTextStyleRequest::Representation
+ property :replace_all_shapes_with_image, as: 'replaceAllShapesWithImage', class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest, decorator: Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest::Representation
+
+ property :replace_all_text, as: 'replaceAllText', class: Google::Apis::SlidesV1::ReplaceAllTextRequest, decorator: Google::Apis::SlidesV1::ReplaceAllTextRequest::Representation
+
+ property :update_image_properties, as: 'updateImageProperties', class: Google::Apis::SlidesV1::UpdateImagePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateImagePropertiesRequest::Representation
+
end
end
class UpdateImagePropertiesRequest
# @private
@@ -1681,10 +1720,13 @@
end
class ParagraphStyle
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :space_below, as: 'spaceBelow', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
+
+ property :direction, as: 'direction'
property :spacing_mode, as: 'spacingMode'
property :indent_end, as: 'indentEnd', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
property :indent_start, as: 'indentStart', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
@@ -1692,13 +1734,10 @@
property :alignment, as: 'alignment'
property :line_spacing, as: 'lineSpacing'
property :indent_first_line, as: 'indentFirstLine', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
- property :space_below, as: 'spaceBelow', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
-
- property :direction, as: 'direction'
end
end
class ReplaceAllShapesWithSheetsChartResponse
# @private
@@ -1732,14 +1771,15 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :object_id_prop, as: 'objectId'
end
end
- class NotesProperties
+ class TableColumnProperties
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :speaker_notes_object_id, as: 'speakerNotesObjectId'
+ property :column_width, as: 'columnWidth', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
+
end
end
class ShapeProperties
# @private
@@ -1753,15 +1793,14 @@
property :shadow, as: 'shadow', class: Google::Apis::SlidesV1::Shadow, decorator: Google::Apis::SlidesV1::Shadow::Representation
end
end
- class TableColumnProperties
+ class NotesProperties
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :column_width, as: 'columnWidth', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
-
+ property :speaker_notes_object_id, as: 'speakerNotesObjectId'
end
end
class TableRow
# @private
@@ -1786,22 +1825,24 @@
end
class CreateSlideRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :slide_layout_reference, as: 'slideLayoutReference', class: Google::Apis::SlidesV1::LayoutReference, decorator: Google::Apis::SlidesV1::LayoutReference::Representation
+
property :object_id_prop, as: 'objectId'
property :insertion_index, as: 'insertionIndex'
collection :placeholder_id_mappings, as: 'placeholderIdMappings', class: Google::Apis::SlidesV1::LayoutPlaceholderIdMapping, decorator: Google::Apis::SlidesV1::LayoutPlaceholderIdMapping::Representation
- property :slide_layout_reference, as: 'slideLayoutReference', class: Google::Apis::SlidesV1::LayoutReference, decorator: Google::Apis::SlidesV1::LayoutReference::Representation
-
end
end
class BatchUpdatePresentationRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :write_control, as: 'writeControl', class: Google::Apis::SlidesV1::WriteControl, decorator: Google::Apis::SlidesV1::WriteControl::Representation
+
collection :requests, as: 'requests', class: Google::Apis::SlidesV1::Request, decorator: Google::Apis::SlidesV1::Request::Representation
end
end
@@ -1820,58 +1861,34 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :object_id_prop, as: 'objectId'
end
end
- class DeleteParagraphBulletsRequest
+ class WriteControl
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :object_id_prop, as: 'objectId'
- property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
-
- property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
-
+ property :required_revision_id, as: 'requiredRevisionId'
end
end
- class ParagraphMarker
+ class DeleteParagraphBulletsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :style, as: 'style', class: Google::Apis::SlidesV1::ParagraphStyle, decorator: Google::Apis::SlidesV1::ParagraphStyle::Representation
-
- property :bullet, as: 'bullet', class: Google::Apis::SlidesV1::Bullet, decorator: Google::Apis::SlidesV1::Bullet::Representation
-
- end
- end
-
- class InsertTableColumnsRequest
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :number, as: 'number'
property :cell_location, as: 'cellLocation', class: Google::Apis::SlidesV1::TableCellLocation, decorator: Google::Apis::SlidesV1::TableCellLocation::Representation
- property :insert_right, as: 'insertRight'
- property :table_object_id, as: 'tableObjectId'
- end
- end
-
- class LayoutPlaceholderIdMapping
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :layout_placeholder, as: 'layoutPlaceholder', class: Google::Apis::SlidesV1::Placeholder, decorator: Google::Apis::SlidesV1::Placeholder::Representation
-
- property :layout_placeholder_object_id, as: 'layoutPlaceholderObjectId'
property :object_id_prop, as: 'objectId'
+ property :text_range, as: 'textRange', class: Google::Apis::SlidesV1::Range, decorator: Google::Apis::SlidesV1::Range::Representation
+
end
end
- class UpdateShapePropertiesRequest
+ class ParagraphMarker
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :object_id_prop, as: 'objectId'
- property :shape_properties, as: 'shapeProperties', class: Google::Apis::SlidesV1::ShapeProperties, decorator: Google::Apis::SlidesV1::ShapeProperties::Representation
+ property :style, as: 'style', class: Google::Apis::SlidesV1::ParagraphStyle, decorator: Google::Apis::SlidesV1::ParagraphStyle::Representation
- property :fields, as: 'fields'
+ property :bullet, as: 'bullet', class: Google::Apis::SlidesV1::Bullet, decorator: Google::Apis::SlidesV1::Bullet::Representation
+
end
end
end
end
end