diff --git a/generated/google/apis/androidmanagement_v1.rb b/generated/google/apis/androidmanagement_v1.rb index ac2e6ac2b..47e7f1230 100644 --- a/generated/google/apis/androidmanagement_v1.rb +++ b/generated/google/apis/androidmanagement_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://developers.google.com/android/management module AndroidmanagementV1 VERSION = 'V1' - REVISION = '20180320' + REVISION = '20180326' # Manage Android devices and apps for your customers AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement' diff --git a/generated/google/apis/androidmanagement_v1/classes.rb b/generated/google/apis/androidmanagement_v1/classes.rb index 045f8db67..6efc61ae5 100644 --- a/generated/google/apis/androidmanagement_v1/classes.rb +++ b/generated/google/apis/androidmanagement_v1/classes.rb @@ -2015,7 +2015,7 @@ module Google alias_method :usb_file_transfer_disabled?, :usb_file_transfer_disabled # Allows admins to toggle whether USB storge is enabled or disabled on user's - # devices. Next ID: 113 + # devices. Next ID: 114 # Corresponds to the JSON property `usbMassStorageEnabled` # @return [Boolean] attr_accessor :usb_mass_storage_enabled diff --git a/generated/google/apis/sheets_v4.rb b/generated/google/apis/sheets_v4.rb index 1994d7e6d..90d693e2a 100644 --- a/generated/google/apis/sheets_v4.rb +++ b/generated/google/apis/sheets_v4.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/sheets/ module SheetsV4 VERSION = 'V4' - REVISION = '20180309' + REVISION = '20180329' # View and manage the files in your Google Drive AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' diff --git a/generated/google/apis/sheets_v4/classes.rb b/generated/google/apis/sheets_v4/classes.rb index f46587302..f5c41d492 100644 --- a/generated/google/apis/sheets_v4/classes.rb +++ b/generated/google/apis/sheets_v4/classes.rb @@ -2540,7 +2540,8 @@ module Google # with length 1. # The domain (if it exists) & all series must have the same number # of source ranges. If using more than one source range, then the source - # range at a given offset must be contiguous across the domain and series. + # range at a given offset must be in order and contiguous across the domain + # and series. # For example, these are valid configurations: # domain sources: A1:A5 # series1 sources: B1:B5 @@ -3033,7 +3034,7 @@ module Google # A value the condition is based on. # The value will be parsed as if the user typed into a cell. - # Formulas are supported (and must begin with an `=`). + # Formulas are supported (and must begin with an `=` or a '+'). # Corresponds to the JSON property `userEnteredValue` # @return [String] attr_accessor :user_entered_value @@ -4830,19 +4831,21 @@ module Google class HistogramRule include Google::Apis::Core::Hashable - # Optional. The maximum value at which items will be placed into buckets + # The maximum value at which items will be placed into buckets # of constant size. Values above end will be lumped into a single bucket. + # This field is optional. # Corresponds to the JSON property `end` # @return [Float] attr_accessor :end - # Required. The size of the buckets that will be created. Must be positive. + # The size of the buckets that will be created. Must be positive. # Corresponds to the JSON property `interval` # @return [Float] attr_accessor :interval - # Optional. The minimum value at which items will be placed into buckets + # The minimum value at which items will be placed into buckets # of constant size. Values below start will be lumped into a single bucket. + # This field is optional. # Corresponds to the JSON property `start` # @return [Float] attr_accessor :start @@ -9492,9 +9495,9 @@ module Google # subtotal. Otherwise, the subtotal appears after the data point with # this index. A series can have multiple subtotals at arbitrary indices, # but subtotals do not affect the indices of the data points. For - # example, if a series has 3 data points, their indices will always be 0, - # 1, and 2, regardless of how many subtotals exist on the series or what - # data points they are associated with. + # example, if a series has three data points, their indices will always + # be 0, 1, and 2, regardless of how many subtotals exist on the series or + # what data points they are associated with. # Corresponds to the JSON property `subtotalIndex` # @return [Fixnum] attr_accessor :subtotal_index diff --git a/generated/google/apis/slides_v1.rb b/generated/google/apis/slides_v1.rb index 482abf6da..7dd8eb7ed 100644 --- a/generated/google/apis/slides_v1.rb +++ b/generated/google/apis/slides_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/slides/ module SlidesV1 VERSION = 'V1' - REVISION = '20180307' + REVISION = '20180329' # View and manage the files in your Google Drive AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' diff --git a/generated/google/apis/slides_v1/classes.rb b/generated/google/apis/slides_v1/classes.rb index 686034773..6a682a87b 100644 --- a/generated/google/apis/slides_v1/classes.rb +++ b/generated/google/apis/slides_v1/classes.rb @@ -320,7 +320,8 @@ module Google # display inside the presentation. Images must be less than 50MB in size, # cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF # format. - # The provided URL can be at most 2 kB in length. + # The provided URL can be at most 2 kB in length. The URL itself is saved + # with the image, and exposed via the Image.source_url field. # Corresponds to the JSON property `url` # @return [String] attr_accessor :url @@ -527,7 +528,7 @@ module Google # Creates an embedded Google Sheets chart. # NOTE: Chart creation requires at least one of the spreadsheets.readonly, - # spreadsheets, drive.readonly, or drive OAuth scopes. + # spreadsheets, drive.readonly, drive.file, or drive OAuth scopes. class CreateSheetsChartRequest include Google::Apis::Core::Hashable @@ -1537,7 +1538,7 @@ module Google end # A PageElement kind representing a - # line, curved connector, or bent connector. + # non-connector line, straight connector, curved connector or bent connector. class Line include Google::Apis::Core::Hashable @@ -2081,7 +2082,7 @@ module Google attr_accessor :image # A PageElement kind representing a - # line, curved connector, or bent connector. + # non-connector line, straight connector, curved connector or bent connector. # Corresponds to the JSON property `line` # @return [Google::Apis::SlidesV1::Line] attr_accessor :line @@ -2591,7 +2592,8 @@ module Google # display inside the presentation. Images must be less than 50MB in size, # cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF # format. - # The provided URL can be at most 2 kB in length. + # The provided URL can be at most 2 kB in length. The URL itself is saved + # with the image, and exposed via the Image.source_url field. # Corresponds to the JSON property `imageUrl` # @return [String] attr_accessor :image_url @@ -2790,7 +2792,8 @@ module Google # display inside the presentation. Images must be less than 50MB in size, # cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF # format. - # The provided URL can be at most 2 kB in length. + # The provided URL can be at most 2 kB in length. The URL itself is saved + # with the image, and exposed via the Image.source_url field. # Corresponds to the JSON property `url` # @return [String] attr_accessor :url @@ -2841,7 +2844,7 @@ module Google # Creates an embedded Google Sheets chart. # NOTE: Chart creation requires at least one of the spreadsheets.readonly, - # spreadsheets, drive.readonly, or drive OAuth scopes. + # spreadsheets, drive.readonly, drive.file, or drive OAuth scopes. # Corresponds to the JSON property `createSheetsChart` # @return [Google::Apis::SlidesV1::CreateSheetsChartRequest] attr_accessor :create_sheets_chart diff --git a/generated/google/apis/texttospeech_v1beta1.rb b/generated/google/apis/texttospeech_v1beta1.rb index e8fd12f2b..24a351402 100644 --- a/generated/google/apis/texttospeech_v1beta1.rb +++ b/generated/google/apis/texttospeech_v1beta1.rb @@ -20,12 +20,12 @@ module Google module Apis # Cloud Text-to-Speech API # - # Cloud Text-to-Speech API. + # Synthesizes natural-sounding speech by applying powerful neural network models. # # @see http://cloud.google.com/speech/text-to-speech/ module TexttospeechV1beta1 VERSION = 'V1beta1' - REVISION = '20180323' + REVISION = '20180330' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/texttospeech_v1beta1/service.rb b/generated/google/apis/texttospeech_v1beta1/service.rb index bee402e77..58df1fecb 100644 --- a/generated/google/apis/texttospeech_v1beta1/service.rb +++ b/generated/google/apis/texttospeech_v1beta1/service.rb @@ -22,7 +22,7 @@ module Google module TexttospeechV1beta1 # Cloud Text-to-Speech API # - # Cloud Text-to-Speech API. + # Synthesizes natural-sounding speech by applying powerful neural network models. # # @example # require 'google/apis/texttospeech_v1beta1'