generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.11.3 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.12.0
- old
+ new
@@ -116,11 +116,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class CancelJobResponse
+ class JobCancelResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -272,11 +272,11 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class InsertAllTableDataRequest
+ class TableDataInsertAllRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
class Row
class Representation < Google::Apis::Core::JsonRepresentation; end
@@ -284,11 +284,11 @@
end
include Google::Apis::Core::JsonObjectSupport
end
- class InsertAllTableDataResponse
+ class TableDataInsertAllResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
class InsertError
class Representation < Google::Apis::Core::JsonRepresentation; end
@@ -580,11 +580,11 @@
property :user_email, as: 'user_email'
end
end
- class CancelJobResponse
+ class JobCancelResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :job, as: 'job', class: Google::Apis::BigqueryV2::Job, decorator: Google::Apis::BigqueryV2::Job::Representation
property :kind, as: 'kind'
@@ -956,16 +956,16 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :v, as: 'v'
end
end
- class InsertAllTableDataRequest
+ class TableDataInsertAllRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :ignore_unknown_values, as: 'ignoreUnknownValues'
property :kind, as: 'kind'
- collection :rows, as: 'rows', class: Google::Apis::BigqueryV2::InsertAllTableDataRequest::Row, decorator: Google::Apis::BigqueryV2::InsertAllTableDataRequest::Row::Representation
+ collection :rows, as: 'rows', class: Google::Apis::BigqueryV2::TableDataInsertAllRequest::Row, decorator: Google::Apis::BigqueryV2::TableDataInsertAllRequest::Row::Representation
property :skip_invalid_rows, as: 'skipInvalidRows'
property :template_suffix, as: 'templateSuffix'
end
@@ -976,13 +976,13 @@
hash :json, as: 'json'
end
end
end
- class InsertAllTableDataResponse
+ class TableDataInsertAllResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :insert_errors, as: 'insertErrors', class: Google::Apis::BigqueryV2::InsertAllTableDataResponse::InsertError, decorator: Google::Apis::BigqueryV2::InsertAllTableDataResponse::InsertError::Representation
+ collection :insert_errors, as: 'insertErrors', class: Google::Apis::BigqueryV2::TableDataInsertAllResponse::InsertError, decorator: Google::Apis::BigqueryV2::TableDataInsertAllResponse::InsertError::Representation
property :kind, as: 'kind'
end
class InsertError