generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.30.2 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.30.3

- old
+ new

@@ -26,10 +26,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Argument + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class BigQueryModelTraining class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -206,10 +212,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class HivePartitioningOptions + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class IterationResult class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -320,10 +332,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ListRoutinesResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class LocationMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -440,10 +458,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Routine + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class RoutineReference class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -609,10 +633,21 @@ property :roc_auc, as: 'rocAuc' property :threshold, as: 'threshold' end end + class Argument + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :argument_kind, as: 'argumentKind' + property :data_type, as: 'dataType', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation + + property :mode, as: 'mode' + property :name, as: 'name' + end + end + class BigQueryModelTraining # @private class Representation < Google::Apis::Core::JsonRepresentation property :current_iteration, as: 'currentIteration' property :expected_total_iterations, :numeric_string => true, as: 'expectedTotalIterations' @@ -666,10 +701,12 @@ end class BinaryConfusionMatrix # @private class Representation < Google::Apis::Core::JsonRepresentation + property :accuracy, as: 'accuracy' + property :f1_score, as: 'f1Score' property :false_negatives, :numeric_string => true, as: 'falseNegatives' property :false_positives, :numeric_string => true, as: 'falsePositives' property :positive_class_threshold, as: 'positiveClassThreshold' property :precision, as: 'precision' property :recall, as: 'recall' @@ -932,10 +969,12 @@ property :csv_options, as: 'csvOptions', class: Google::Apis::BigqueryV2::CsvOptions, decorator: Google::Apis::BigqueryV2::CsvOptions::Representation property :google_sheets_options, as: 'googleSheetsOptions', class: Google::Apis::BigqueryV2::GoogleSheetsOptions, decorator: Google::Apis::BigqueryV2::GoogleSheetsOptions::Representation property :hive_partitioning_mode, as: 'hivePartitioningMode' + property :hive_partitioning_options, as: 'hivePartitioningOptions', class: Google::Apis::BigqueryV2::HivePartitioningOptions, decorator: Google::Apis::BigqueryV2::HivePartitioningOptions::Representation + property :ignore_unknown_values, as: 'ignoreUnknownValues' property :max_bad_records, as: 'maxBadRecords' property :schema, as: 'schema', class: Google::Apis::BigqueryV2::TableSchema, decorator: Google::Apis::BigqueryV2::TableSchema::Representation property :source_format, as: 'sourceFormat' @@ -979,10 +1018,18 @@ property :range, as: 'range' property :skip_leading_rows, :numeric_string => true, as: 'skipLeadingRows' end end + class HivePartitioningOptions + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :mode, as: 'mode' + property :source_uri_prefix, as: 'sourceUriPrefix' + end + end + class IterationResult # @private class Representation < Google::Apis::Core::JsonRepresentation collection :cluster_infos, as: 'clusterInfos', class: Google::Apis::BigqueryV2::ClusterInfo, decorator: Google::Apis::BigqueryV2::ClusterInfo::Representation @@ -1070,10 +1117,12 @@ property :destination_table_properties, as: 'destinationTableProperties', class: Google::Apis::BigqueryV2::DestinationTableProperties, decorator: Google::Apis::BigqueryV2::DestinationTableProperties::Representation property :encoding, as: 'encoding' property :field_delimiter, as: 'fieldDelimiter' property :hive_partitioning_mode, as: 'hivePartitioningMode' + property :hive_partitioning_options, as: 'hivePartitioningOptions', class: Google::Apis::BigqueryV2::HivePartitioningOptions, decorator: Google::Apis::BigqueryV2::HivePartitioningOptions::Representation + property :ignore_unknown_values, as: 'ignoreUnknownValues' property :max_bad_records, as: 'maxBadRecords' property :null_marker, as: 'nullMarker' collection :projection_fields, as: 'projectionFields' property :quote, as: 'quote' @@ -1300,10 +1349,19 @@ property :next_page_token, as: 'nextPageToken' end end + class ListRoutinesResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :next_page_token, as: 'nextPageToken' + collection :routines, as: 'routines', class: Google::Apis::BigqueryV2::Routine, decorator: Google::Apis::BigqueryV2::Routine::Representation + + end + end + class LocationMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation property :legacy_location_id, as: 'legacyLocationId' end @@ -1528,9 +1586,28 @@ property :mean_absolute_error, as: 'meanAbsoluteError' property :mean_squared_error, as: 'meanSquaredError' property :mean_squared_log_error, as: 'meanSquaredLogError' property :median_absolute_error, as: 'medianAbsoluteError' property :r_squared, as: 'rSquared' + end + end + + class Routine + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :arguments, as: 'arguments', class: Google::Apis::BigqueryV2::Argument, decorator: Google::Apis::BigqueryV2::Argument::Representation + + property :creation_time, :numeric_string => true, as: 'creationTime' + property :definition_body, as: 'definitionBody' + property :etag, as: 'etag' + collection :imported_libraries, as: 'importedLibraries' + property :language, as: 'language' + property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime' + property :return_type, as: 'returnType', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation + + property :routine_reference, as: 'routineReference', class: Google::Apis::BigqueryV2::RoutineReference, decorator: Google::Apis::BigqueryV2::RoutineReference::Representation + + property :routine_type, as: 'routineType' end end class RoutineReference # @private