generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.23.0 vs generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.23.1

- old
+ new

@@ -69,11 +69,10 @@ # Corresponds to the JSON property `authorizationType` # @return [String] attr_accessor :authorization_type # Data source client id which should be used to receive refresh token. - # When not supplied, no offline credentials are populated for data transfer. # Corresponds to the JSON property `clientId` # @return [String] attr_accessor :client_id # Specifies whether the data source supports automatic data refresh for the @@ -139,14 +138,13 @@ # Data source parameters. # Corresponds to the JSON property `parameters` # @return [Array<Google::Apis::BigquerydatatransferV1::DataSourceParameter>] attr_accessor :parameters - # Api auth scopes for which refresh token needs to be obtained. Only valid - # when `client_id` is specified. Ignored otherwise. These are scopes needed - # by a data source to prepare data and ingest them into BigQuery, - # e.g., https://www.googleapis.com/auth/bigquery + # Api auth scopes for which refresh token needs to be obtained. These are + # scopes needed by a data source to prepare data and ingest them into + # BigQuery, e.g., https://www.googleapis.com/auth/bigquery # Corresponds to the JSON property `scopes` # @return [Array<String>] attr_accessor :scopes # Specifies whether the data source supports a user defined schedule, or @@ -875,10 +873,10 @@ # Output only. Describes the schedule of this transfer run if it was # created as part of a regular schedule. For batch transfer runs that are # scheduled manually, this is empty. # NOTE: the system might choose to delay the schedule depending on the - # current load, so `schedule_time` doesn't always matches this. + # current load, so `schedule_time` doesn't always match this. # Corresponds to the JSON property `schedule` # @return [String] attr_accessor :schedule # Minimum time after which a transfer run can be started.