generated/google/apis/slides_v1/representations.rb in google-api-client-0.9.20 vs generated/google/apis/slides_v1/representations.rb in google-api-client-0.9.21
- old
+ new
@@ -314,10 +314,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class UpdateLinePropertiesRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class TableCellBackgroundFill
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -452,10 +458,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class CreateLineRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class CreateShapeResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -584,17 +596,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Range
+ class WordArt
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class WordArt
+ class Range
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -904,15 +916,17 @@
class LineProperties
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :weight, as: 'weight', class: Google::Apis::SlidesV1::Dimension, decorator: Google::Apis::SlidesV1::Dimension::Representation
- property :start_arrow, as: 'startArrow'
property :end_arrow, as: 'endArrow'
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
+
property :line_fill, as: 'lineFill', class: Google::Apis::SlidesV1::LineFill, decorator: Google::Apis::SlidesV1::LineFill::Representation
property :dash_style, as: 'dashStyle'
+ property :start_arrow, as: 'startArrow'
end
end
class Table
# @private
@@ -1165,10 +1179,20 @@
property :underline, as: 'underline'
end
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'
+ end
+ end
+
class TableCellBackgroundFill
# @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
@@ -1345,10 +1369,11 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
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 TextElement
# @private
@@ -1384,17 +1409,29 @@
class ShapeProperties
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :outline, as: 'outline', class: Google::Apis::SlidesV1::Outline, decorator: Google::Apis::SlidesV1::Outline::Representation
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
+
property :shape_background_fill, as: 'shapeBackgroundFill', class: Google::Apis::SlidesV1::ShapeBackgroundFill, decorator: Google::Apis::SlidesV1::ShapeBackgroundFill::Representation
property :shadow, as: 'shadow', class: Google::Apis::SlidesV1::Shadow, decorator: Google::Apis::SlidesV1::Shadow::Representation
end
end
+ class CreateLineRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :object_id_prop, as: 'objectId'
+ property :element_properties, as: 'elementProperties', class: Google::Apis::SlidesV1::PageElementProperties, decorator: Google::Apis::SlidesV1::PageElementProperties::Representation
+
+ property :line_category, as: 'lineCategory'
+ end
+ end
+
class CreateShapeResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :object_id_prop, as: 'objectId'
end
@@ -1487,10 +1524,12 @@
property :shadow, as: 'shadow', class: Google::Apis::SlidesV1::Shadow, decorator: Google::Apis::SlidesV1::Shadow::Representation
property :transparency, as: 'transparency'
property :contrast, as: 'contrast'
+ property :link, as: 'link', class: Google::Apis::SlidesV1::Link, decorator: Google::Apis::SlidesV1::Link::Representation
+
property :recolor, as: 'recolor', class: Google::Apis::SlidesV1::Recolor, decorator: Google::Apis::SlidesV1::Recolor::Representation
property :brightness, as: 'brightness'
end
end
@@ -1607,23 +1646,23 @@
property :text, as: 'text'
property :match_case, as: 'matchCase'
end
end
- class Range
+ class WordArt
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :end_index, as: 'endIndex'
- property :start_index, as: 'startIndex'
- property :type, as: 'type'
+ property :rendered_text, as: 'renderedText'
end
end
- class WordArt
+ class Range
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :rendered_text, as: 'renderedText'
+ property :end_index, as: 'endIndex'
+ property :start_index, as: 'startIndex'
+ property :type, as: 'type'
end
end
class TableColumnProperties
# @private
@@ -1650,10 +1689,12 @@
property :insert_text, as: 'insertText', class: Google::Apis::SlidesV1::InsertTextRequest, decorator: Google::Apis::SlidesV1::InsertTextRequest::Representation
property :delete_table_row, as: 'deleteTableRow', class: Google::Apis::SlidesV1::DeleteTableRowRequest, decorator: Google::Apis::SlidesV1::DeleteTableRowRequest::Representation
+ property :create_line, as: 'createLine', class: Google::Apis::SlidesV1::CreateLineRequest, decorator: Google::Apis::SlidesV1::CreateLineRequest::Representation
+
property :update_text_style, as: 'updateTextStyle', class: Google::Apis::SlidesV1::UpdateTextStyleRequest, decorator: Google::Apis::SlidesV1::UpdateTextStyleRequest::Representation
property :insert_table_rows, as: 'insertTableRows', class: Google::Apis::SlidesV1::InsertTableRowsRequest, decorator: Google::Apis::SlidesV1::InsertTableRowsRequest::Representation
property :update_table_cell_properties, as: 'updateTableCellProperties', class: Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest::Representation
@@ -1685,9 +1726,11 @@
property :create_image, as: 'createImage', class: Google::Apis::SlidesV1::CreateImageRequest, decorator: Google::Apis::SlidesV1::CreateImageRequest::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 :update_line_properties, as: 'updateLineProperties', class: Google::Apis::SlidesV1::UpdateLinePropertiesRequest, decorator: Google::Apis::SlidesV1::UpdateLinePropertiesRequest::Representation
end
end
class LineFill