generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.21.2 vs generated/google/apis/bigquerydatatransfer_v1/classes.rb in google-api-client-0.22.0
- old
+ new
@@ -167,11 +167,11 @@
# Corresponds to the JSON property `transferType`
# @return [String]
attr_accessor :transfer_type
# The number of seconds to wait for an update from the data source
- # before BigQuery marks the transfer as failed.
+ # before the Data Transfer Service marks the transfer as FAILED.
# Corresponds to the JSON property `updateDeadlineSeconds`
# @return [Fixnum]
attr_accessor :update_deadline_seconds
def initialize(**args)
@@ -223,11 +223,11 @@
# Parameter display name in the user interface.
# Corresponds to the JSON property `displayName`
# @return [String]
attr_accessor :display_name
- # When parameter is a record, describes child fields.
+ # Deprecated. This field has no effect.
# Corresponds to the JSON property `fields`
# @return [Array<Google::Apis::BigquerydatatransferV1::DataSourceParameter>]
attr_accessor :fields
# Cannot be changed after initial creation.
@@ -249,17 +249,16 @@
# Parameter identifier.
# Corresponds to the JSON property `paramId`
# @return [String]
attr_accessor :param_id
- # If set to true, schema should be taken from the parent with the same
- # parameter_id. Only applicable when parameter type is RECORD.
+ # Deprecated. This field has no effect.
# Corresponds to the JSON property `recurse`
# @return [Boolean]
attr_accessor :recurse
alias_method :recurse?, :recurse
- # Can parameter have multiple values.
+ # Deprecated. This field has no effect.
# Corresponds to the JSON property `repeated`
# @return [Boolean]
attr_accessor :repeated
alias_method :repeated?, :repeated