generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.13.5 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.13.6

- old
+ new

@@ -74,10 +74,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class EncryptionConfiguration + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ErrorProto class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -104,10 +110,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GetServiceAccountResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleSheetsOptions class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -473,10 +485,17 @@ property :dataset_id, as: 'datasetId' property :project_id, as: 'projectId' end end + class EncryptionConfiguration + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kms_key_name, as: 'kmsKeyName' + end + end + class ErrorProto # @private class Representation < Google::Apis::Core::JsonRepresentation property :debug_info, as: 'debugInfo' property :location, as: 'location' @@ -564,10 +583,18 @@ property :total_bytes_processed, :numeric_string => true, as: 'totalBytesProcessed' property :total_rows, :numeric_string => true, as: 'totalRows' end end + class GetServiceAccountResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :email, as: 'email' + property :kind, as: 'kind' + end + end + class GoogleSheetsOptions # @private class Representation < Google::Apis::Core::JsonRepresentation property :skip_leading_rows, :numeric_string => true, as: 'skipLeadingRows' end @@ -636,10 +663,12 @@ class Representation < Google::Apis::Core::JsonRepresentation property :allow_jagged_rows, as: 'allowJaggedRows' property :allow_quoted_newlines, as: 'allowQuotedNewlines' property :autodetect, as: 'autodetect' property :create_disposition, as: 'createDisposition' + property :destination_encryption_configuration, as: 'destinationEncryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation + property :destination_table, as: 'destinationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation property :encoding, as: 'encoding' property :field_delimiter, as: 'fieldDelimiter' property :ignore_unknown_values, as: 'ignoreUnknownValues' @@ -666,10 +695,12 @@ class Representation < Google::Apis::Core::JsonRepresentation property :allow_large_results, as: 'allowLargeResults' property :create_disposition, as: 'createDisposition' property :default_dataset, as: 'defaultDataset', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation + property :destination_encryption_configuration, as: 'destinationEncryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation + property :destination_table, as: 'destinationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation property :flatten_results, as: 'flattenResults' property :maximum_billing_tier, as: 'maximumBillingTier' property :maximum_bytes_billed, :numeric_string => true, as: 'maximumBytesBilled' @@ -694,10 +725,12 @@ class JobConfigurationTableCopy # @private class Representation < Google::Apis::Core::JsonRepresentation property :create_disposition, as: 'createDisposition' + property :destination_encryption_configuration, as: 'destinationEncryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation + property :destination_table, as: 'destinationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation property :source_table, as: 'sourceTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation collection :source_tables, as: 'sourceTables', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation @@ -936,9 +969,11 @@ class Table # @private class Representation < Google::Apis::Core::JsonRepresentation property :creation_time, :numeric_string => true, as: 'creationTime' property :description, as: 'description' + property :encryption_configuration, as: 'encryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation + property :etag, as: 'etag' property :expiration_time, :numeric_string => true, as: 'expirationTime' property :external_data_configuration, as: 'externalDataConfiguration', class: Google::Apis::BigqueryV2::ExternalDataConfiguration, decorator: Google::Apis::BigqueryV2::ExternalDataConfiguration::Representation property :friendly_name, as: 'friendlyName'