{
  "mtlsRootUrl": "https://bigquery.mtls.googleapis.com/",
  "schemas": {
    "ListRowAccessPoliciesResponse": {
      "id": "ListRowAccessPoliciesResponse",
      "description": "Response message for the ListRowAccessPolicies method.",
      "properties": {
        "rowAccessPolicies": {
          "type": "array",
          "items": {
            "$ref": "RowAccessPolicy"
          },
          "description": "Row access policies on the requested table."
        },
        "nextPageToken": {
          "description": "A token to request the next page of results.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "BinaryClassificationMetrics": {
      "description": "Evaluation metrics for binary classification/classifier models.",
      "id": "BinaryClassificationMetrics",
      "type": "object",
      "properties": {
        "aggregateClassificationMetrics": {
          "description": "Aggregate classification metrics.",
          "$ref": "AggregateClassificationMetrics"
        },
        "negativeLabel": {
          "type": "string",
          "description": "Label representing the negative class."
        },
        "positiveLabel": {
          "type": "string",
          "description": "Label representing the positive class."
        },
        "binaryConfusionMatrixList": {
          "description": "Binary confusion matrix at multiple thresholds.",
          "type": "array",
          "items": {
            "$ref": "BinaryConfusionMatrix"
          }
        }
      }
    },
    "ScriptStackFrame": {
      "type": "object",
      "properties": {
        "startColumn": {
          "format": "int32",
          "type": "integer",
          "description": "[Output-only] One-based start column."
        },
        "startLine": {
          "type": "integer",
          "description": "[Output-only] One-based start line.",
          "format": "int32"
        },
        "endColumn": {
          "format": "int32",
          "type": "integer",
          "description": "[Output-only] One-based end column."
        },
        "text": {
          "type": "string",
          "description": "[Output-only] Text of the current statement/expression."
        },
        "endLine": {
          "type": "integer",
          "description": "[Output-only] One-based end line.",
          "format": "int32"
        },
        "procedureId": {
          "description": "[Output-only] Name of the active procedure, empty if in a top-level script.",
          "type": "string"
        }
      },
      "id": "ScriptStackFrame"
    },
    "ExplainQueryStage": {
      "type": "object",
      "id": "ExplainQueryStage",
      "properties": {
        "status": {
          "description": "Current status for the stage.",
          "type": "string"
        },
        "completedParallelInputs": {
          "description": "Number of parallel input segments completed.",
          "type": "string",
          "format": "int64"
        },
        "computeMsAvg": {
          "type": "string",
          "format": "int64",
          "description": "Milliseconds the average shard spent on CPU-bound tasks."
        },
        "parallelInputs": {
          "format": "int64",
          "description": "Number of parallel input segments to be processed.",
          "type": "string"
        },
        "recordsWritten": {
          "type": "string",
          "format": "int64",
          "description": "Number of records written by the stage."
        },
        "waitRatioAvg": {
          "description": "Relative amount of time the average shard spent waiting to be scheduled.",
          "format": "double",
          "type": "number"
        },
        "readRatioAvg": {
          "format": "double",
          "type": "number",
          "description": "Relative amount of time the average shard spent reading input."
        },
        "writeMsMax": {
          "description": "Milliseconds the slowest shard spent on writing output.",
          "format": "int64",
          "type": "string"
        },
        "writeRatioMax": {
          "type": "number",
          "format": "double",
          "description": "Relative amount of time the slowest shard spent on writing output."
        },
        "writeMsAvg": {
          "format": "int64",
          "type": "string",
          "description": "Milliseconds the average shard spent on writing output."
        },
        "waitRatioMax": {
          "format": "double",
          "type": "number",
          "description": "Relative amount of time the slowest shard spent waiting to be scheduled."
        },
        "slotMs": {
          "type": "string",
          "description": "Slot-milliseconds used by the stage.",
          "format": "int64"
        },
        "computeRatioAvg": {
          "description": "Relative amount of time the average shard spent on CPU-bound tasks.",
          "format": "double",
          "type": "number"
        },
        "recordsRead": {
          "type": "string",
          "description": "Number of records read into the stage.",
          "format": "int64"
        },
        "computeRatioMax": {
          "format": "double",
          "type": "number",
          "description": "Relative amount of time the slowest shard spent on CPU-bound tasks."
        },
        "id": {
          "description": "Unique ID for stage within plan.",
          "format": "int64",
          "type": "string"
        },
        "waitMsMax": {
          "type": "string",
          "description": "Milliseconds the slowest shard spent waiting to be scheduled.",
          "format": "int64"
        },
        "writeRatioAvg": {
          "type": "number",
          "format": "double",
          "description": "Relative amount of time the average shard spent on writing output."
        },
        "startMs": {
          "type": "string",
          "format": "int64",
          "description": "Stage start time represented as milliseconds since epoch."
        },
        "inputStages": {
          "type": "array",
          "description": "IDs for stages that are inputs to this stage.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "readRatioMax": {
          "type": "number",
          "description": "Relative amount of time the slowest shard spent reading input.",
          "format": "double"
        },
        "shuffleOutputBytes": {
          "type": "string",
          "description": "Total number of bytes written to shuffle.",
          "format": "int64"
        },
        "steps": {
          "type": "array",
          "description": "List of operations within the stage in dependency order (approximately chronological).",
          "items": {
            "$ref": "ExplainQueryStep"
          }
        },
        "shuffleOutputBytesSpilled": {
          "type": "string",
          "format": "int64",
          "description": "Total number of bytes written to shuffle and spilled to disk."
        },
        "endMs": {
          "format": "int64",
          "description": "Stage end time represented as milliseconds since epoch.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Human-readable name for stage."
        },
        "waitMsAvg": {
          "format": "int64",
          "type": "string",
          "description": "Milliseconds the average shard spent waiting to be scheduled."
        },
        "computeMsMax": {
          "description": "Milliseconds the slowest shard spent on CPU-bound tasks.",
          "format": "int64",
          "type": "string"
        },
        "readMsMax": {
          "type": "string",
          "description": "Milliseconds the slowest shard spent reading input.",
          "format": "int64"
        },
        "readMsAvg": {
          "format": "int64",
          "type": "string",
          "description": "Milliseconds the average shard spent reading input."
        }
      }
    },
    "ErrorProto": {
      "id": "ErrorProto",
      "type": "object",
      "properties": {
        "debugInfo": {
          "type": "string",
          "description": "Debugging information. This property is internal to Google and should not be used."
        },
        "reason": {
          "description": "A short error code that summarizes the error.",
          "type": "string"
        },
        "message": {
          "description": "A human-readable description of the error.",
          "type": "string"
        },
        "location": {
          "type": "string",
          "description": "Specifies where the error occurred, if present."
        }
      }
    },
    "TableSchema": {
      "properties": {
        "fields": {
          "items": {
            "$ref": "TableFieldSchema"
          },
          "type": "array",
          "description": "Describes the fields in a table."
        }
      },
      "id": "TableSchema",
      "type": "object"
    },
    "Table": {
      "type": "object",
      "properties": {
        "labels": {
          "description": "The labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "etag": {
          "description": "[Output-only] A hash of the table metadata. Used to ensure there were no concurrent modifications to the resource when attempting an update. Not guaranteed to change when the table contents or the fields numRows, numBytes, numLongTermBytes or lastModifiedTime change.",
          "type": "string"
        },
        "timePartitioning": {
          "description": "Time-based partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified.",
          "$ref": "TimePartitioning"
        },
        "model": {
          "$ref": "ModelDefinition",
          "description": "[Output-only, Beta] Present iff this table represents a ML model. Describes the training information for the model, and it is required to run 'PREDICT' queries."
        },
        "lastModifiedTime": {
          "description": "[Output-only] The time when this table was last modified, in milliseconds since the epoch.",
          "format": "uint64",
          "type": "string"
        },
        "location": {
          "description": "[Output-only] The geographic location where the table resides. This value is inherited from the dataset.",
          "type": "string"
        },
        "numRows": {
          "format": "uint64",
          "type": "string",
          "description": "[Output-only] The number of rows of data in this table, excluding any data in the streaming buffer."
        },
        "kind": {
          "type": "string",
          "default": "bigquery#table",
          "description": "[Output-only] The type of the resource."
        },
        "expirationTime": {
          "format": "int64",
          "type": "string",
          "description": "[Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created tables."
        },
        "numLongTermBytes": {
          "description": "[Output-only] The number of bytes in the table that are considered \"long-term storage\".",
          "type": "string",
          "format": "int64"
        },
        "externalDataConfiguration": {
          "description": "[Optional] Describes the data format, location, and other properties of a table stored outside of BigQuery. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.",
          "$ref": "ExternalDataConfiguration"
        },
        "clustering": {
          "description": "[Beta] Clustering specification for the table. Must be specified with partitioning, data in the table will be first partitioned and subsequently clustered.",
          "$ref": "Clustering"
        },
        "numBytes": {
          "description": "[Output-only] The size of this table in bytes, excluding any data in the streaming buffer.",
          "format": "int64",
          "type": "string"
        },
        "streamingBuffer": {
          "description": "[Output-only] Contains information regarding this table's streaming buffer, if one is present. This field will be absent if the table is not being streamed to or if there is no data in the streaming buffer.",
          "$ref": "Streamingbuffer"
        },
        "schema": {
          "description": "[Optional] Describes the schema of this table.",
          "$ref": "TableSchema"
        },
        "creationTime": {
          "format": "int64",
          "description": "[Output-only] The time when this table was created, in milliseconds since the epoch.",
          "type": "string"
        },
        "encryptionConfiguration": {
          "description": "Custom encryption configuration (e.g., Cloud KMS keys).",
          "$ref": "EncryptionConfiguration"
        },
        "type": {
          "description": "[Output-only] Describes the table type. The following values are supported: TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query. SNAPSHOT: An immutable, read-only table that is a copy of another table. [TrustedTester] MATERIALIZED_VIEW: SQL query whose result is persisted. EXTERNAL: A table that references data stored in an external storage system, such as Google Cloud Storage. The default value is TABLE.",
          "type": "string"
        },
        "friendlyName": {
          "description": "[Optional] A descriptive name for this table.",
          "type": "string"
        },
        "rangePartitioning": {
          "$ref": "RangePartitioning",
          "description": "[TrustedTester] Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified."
        },
        "view": {
          "$ref": "ViewDefinition",
          "description": "[Optional] The view definition."
        },
        "selfLink": {
          "type": "string",
          "description": "[Output-only] A URL that can be used to access this resource again."
        },
        "description": {
          "description": "[Optional] A user-friendly description of this table.",
          "type": "string"
        },
        "tableReference": {
          "description": "[Required] Reference describing the ID of this table.",
          "$ref": "TableReference"
        },
        "numPhysicalBytes": {
          "format": "int64",
          "description": "[Output-only] [TrustedTester] The physical size of this table in bytes, excluding any data in the streaming buffer. This includes compression and storage used for time travel.",
          "type": "string"
        },
        "snapshotDefinition": {
          "description": "[Output-only] Snapshot definition.",
          "$ref": "SnapshotDefinition"
        },
        "id": {
          "description": "[Output-only] An opaque ID uniquely identifying the table.",
          "type": "string"
        },
        "requirePartitionFilter": {
          "default": "false",
          "type": "boolean",
          "description": "[Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified."
        },
        "materializedView": {
          "description": "[Optional] Materialized view definition.",
          "$ref": "MaterializedViewDefinition"
        }
      },
      "id": "Table"
    },
    "ArimaResult": {
      "id": "ArimaResult",
      "type": "object",
      "properties": {
        "seasonalPeriods": {
          "items": {
            "enumDescriptions": [
              "",
              "No seasonality",
              "Daily period, 24 hours.",
              "Weekly period, 7 days.",
              "Monthly period, 30 days or irregular.",
              "Quarterly period, 90 days or irregular.",
              "Yearly period, 365 days or irregular."
            ],
            "enum": [
              "SEASONAL_PERIOD_TYPE_UNSPECIFIED",
              "NO_SEASONALITY",
              "DAILY",
              "WEEKLY",
              "MONTHLY",
              "QUARTERLY",
              "YEARLY"
            ],
            "type": "string"
          },
          "description": "Seasonal periods. Repeated because multiple periods are supported for one time series.",
          "type": "array"
        },
        "arimaModelInfo": {
          "description": "This message is repeated because there are multiple arima models fitted in auto-arima. For non-auto-arima model, its size is one.",
          "items": {
            "$ref": "ArimaModelInfo"
          },
          "type": "array"
        }
      },
      "description": "(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results."
    },
    "JobConfigurationQuery": {
      "type": "object",
      "id": "JobConfigurationQuery",
      "properties": {
        "parameterMode": {
          "type": "string",
          "description": "Standard SQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query."
        },
        "maximumBillingTier": {
          "default": "1",
          "type": "integer",
          "description": "[Optional] Limits the billing tier for this job. Queries that have resource usage beyond this tier will fail (without incurring a charge). If unspecified, this will be set to your project default.",
          "format": "int32"
        },
        "defaultDataset": {
          "$ref": "DatasetReference",
          "description": "[Optional] Specifies the default dataset to use for unqualified table names in the query. Note that this does not alter behavior of unqualified dataset names."
        },
        "createSession": {
          "description": "If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode.",
          "type": "boolean"
        },
        "clustering": {
          "description": "[Beta] Clustering specification for the destination table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered.",
          "$ref": "Clustering"
        },
        "flattenResults": {
          "default": "true",
          "description": "[Optional] If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results. allowLargeResults must be true if this is set to false. For standard SQL queries, this flag is ignored and results are never flattened.",
          "type": "boolean"
        },
        "writeDisposition": {
          "type": "string",
          "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data and uses the schema from the query result. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion."
        },
        "preserveNulls": {
          "description": "[Deprecated] This property is deprecated.",
          "type": "boolean"
        },
        "rangePartitioning": {
          "description": "[TrustedTester] Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified.",
          "$ref": "RangePartitioning"
        },
        "allowLargeResults": {
          "type": "boolean",
          "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set. For standard SQL queries, this flag is ignored and large results are always allowed. However, you must still set destinationTable when result size exceeds the allowed maximum response size.",
          "default": "false"
        },
        "connectionProperties": {
          "type": "array",
          "items": {
            "$ref": "ConnectionProperty"
          },
          "description": "Connection properties."
        },
        "timePartitioning": {
          "$ref": "TimePartitioning",
          "description": "Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified."
        },
        "priority": {
          "type": "string",
          "description": "[Optional] Specifies a priority for the query. Possible values include INTERACTIVE and BATCH. The default value is INTERACTIVE."
        },
        "useLegacySql": {
          "default": "true",
          "description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false.",
          "type": "boolean"
        },
        "useQueryCache": {
          "default": "true",
          "description": "[Optional] Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. Moreover, the query cache is only available when a query does not have a destination table specified. The default value is true.",
          "type": "boolean"
        },
        "createDisposition": {
          "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.",
          "type": "string"
        },
        "destinationEncryptionConfiguration": {
          "description": "Custom encryption configuration (e.g., Cloud KMS keys).",
          "$ref": "EncryptionConfiguration"
        },
        "tableDefinitions": {
          "description": "[Optional] If querying an external data source outside of BigQuery, describes the data format, location and other properties of the data source. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.",
          "type": "object",
          "additionalProperties": {
            "$ref": "ExternalDataConfiguration"
          }
        },
        "schemaUpdateOptions": {
          "description": "Allows the schema of the destination table to be updated as a side effect of the query job. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "userDefinedFunctionResources": {
          "items": {
            "$ref": "UserDefinedFunctionResource"
          },
          "description": "Describes user-defined function resources used in the query.",
          "type": "array"
        },
        "query": {
          "type": "string",
          "description": "[Required] SQL query text to execute. The useLegacySql field can be used to indicate whether the query uses legacy SQL or standard SQL."
        },
        "maximumBytesBilled": {
          "description": "[Optional] Limits the bytes billed for this job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, this will be set to your project default.",
          "type": "string",
          "format": "int64"
        },
        "queryParameters": {
          "items": {
            "$ref": "QueryParameter"
          },
          "description": "Query parameters for standard SQL queries.",
          "type": "array"
        },
        "destinationTable": {
          "description": "[Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results. This property must be set for large results that exceed the maximum response size.",
          "$ref": "TableReference"
        }
      }
    },
    "ViewDefinition": {
      "id": "ViewDefinition",
      "type": "object",
      "properties": {
        "userDefinedFunctionResources": {
          "description": "Describes user-defined function resources used in the query.",
          "type": "array",
          "items": {
            "$ref": "UserDefinedFunctionResource"
          }
        },
        "useExplicitColumnNames": {
          "type": "boolean",
          "description": "True if the column names are explicitly specified. For example by using the 'CREATE VIEW v(c1, c2) AS ...' syntax. Can only be set using BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/"
        },
        "query": {
          "description": "[Required] A query that BigQuery executes when the view is referenced.",
          "type": "string"
        },
        "useLegacySql": {
          "description": "Specifies whether to use BigQuery's legacy SQL for this view. The default value is true. If set to false, the view will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ Queries and views that reference this view must use the same flag value.",
          "type": "boolean"
        }
      }
    },
    "AuditConfig": {
      "properties": {
        "auditLogConfigs": {
          "type": "array",
          "description": "The configuration for logging of each type of permission.",
          "items": {
            "$ref": "AuditLogConfig"
          }
        },
        "service": {
          "description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
          "type": "string"
        }
      },
      "description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.",
      "id": "AuditConfig",
      "type": "object"
    },
    "DmlStatistics": {
      "properties": {
        "deletedRowCount": {
          "type": "string",
          "description": "Number of deleted Rows. populated by DML DELETE, MERGE and TRUNCATE statements.",
          "format": "int64"
        },
        "insertedRowCount": {
          "type": "string",
          "description": "Number of inserted Rows. Populated by DML INSERT and MERGE statements.",
          "format": "int64"
        },
        "updatedRowCount": {
          "description": "Number of updated Rows. Populated by DML UPDATE and MERGE statements.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "DmlStatistics",
      "type": "object"
    },
    "CategoryCount": {
      "id": "CategoryCount",
      "description": "Represents the count of a single category within the cluster.",
      "type": "object",
      "properties": {
        "category": {
          "description": "The name of category.",
          "type": "string"
        },
        "count": {
          "description": "The count of training samples matching the category within the cluster.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "BigtableColumnFamily": {
      "id": "BigtableColumnFamily",
      "properties": {
        "columns": {
          "type": "array",
          "description": "[Optional] Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as .. Other columns can be accessed as a list through .Column field.",
          "items": {
            "$ref": "BigtableColumn"
          }
        },
        "encoding": {
          "description": "[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.",
          "type": "string"
        },
        "familyId": {
          "type": "string",
          "description": "Identifier of the column family."
        },
        "type": {
          "type": "string",
          "description": "[Optional] The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it."
        },
        "onlyReadLatest": {
          "type": "boolean",
          "description": "[Optional] If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column."
        }
      },
      "type": "object"
    },
    "TableDataInsertAllResponse": {
      "type": "object",
      "properties": {
        "insertErrors": {
          "type": "array",
          "description": "An array of errors for rows that were not inserted.",
          "items": {
            "type": "object",
            "properties": {
              "errors": {
                "items": {
                  "$ref": "ErrorProto"
                },
                "type": "array",
                "description": "Error information for the row indicated by the index property."
              },
              "index": {
                "description": "The index of the row that error applies to.",
                "type": "integer",
                "format": "uint32"
              }
            }
          }
        },
        "kind": {
          "description": "The resource type of the response.",
          "default": "bigquery#tableDataInsertAllResponse",
          "type": "string"
        }
      },
      "id": "TableDataInsertAllResponse"
    },
    "Routine": {
      "properties": {
        "returnTableType": {
          "$ref": "StandardSqlTableType",
          "description": "Optional. Set only if Routine is a \"TABLE_VALUED_FUNCTION\"."
        },
        "lastModifiedTime": {
          "description": "Output only. The time when this routine was last modified, in milliseconds since the epoch.",
          "format": "int64",
          "type": "string",
          "readOnly": true
        },
        "routineType": {
          "enumDescriptions": [
            "",
            "Non-builtin permanent scalar function.",
            "Stored procedure.",
            "Non-builtin permanent TVF."
          ],
          "type": "string",
          "enum": [
            "ROUTINE_TYPE_UNSPECIFIED",
            "SCALAR_FUNCTION",
            "PROCEDURE",
            "TABLE_VALUED_FUNCTION"
          ],
          "description": "Required. The type of routine."
        },
        "arguments": {
          "description": "Optional.",
          "items": {
            "$ref": "Argument"
          },
          "type": "array"
        },
        "returnType": {
          "description": "Optional if language = \"SQL\"; required otherwise. If absent, the return type is inferred from definition_body at query time in each query that references this routine. If present, then the evaluated result will be cast to the specified returned type at query time. For example, for the functions created with the following statements: * `CREATE FUNCTION Add(x FLOAT64, y FLOAT64) RETURNS FLOAT64 AS (x + y);` * `CREATE FUNCTION Increment(x FLOAT64) AS (Add(x, 1));` * `CREATE FUNCTION Decrement(x FLOAT64) RETURNS FLOAT64 AS (Add(x, -1));` The return_type is `{type_kind: \"FLOAT64\"}` for `Add` and `Decrement`, and is absent for `Increment` (inferred as FLOAT64 at query time). Suppose the function `Add` is replaced by `CREATE OR REPLACE FUNCTION Add(x INT64, y INT64) AS (x + y);` Then the inferred return type of `Increment` is automatically changed to INT64 at query time, while the return type of `Decrement` remains FLOAT64.",
          "$ref": "StandardSqlDataType"
        },
        "etag": {
          "type": "string",
          "description": "Output only. A hash of this resource.",
          "readOnly": true
        },
        "description": {
          "type": "string",
          "description": "Optional. [Experimental] The description of the routine if defined."
        },
        "routineReference": {
          "description": "Required. Reference describing the ID of this routine.",
          "$ref": "RoutineReference"
        },
        "language": {
          "enumDescriptions": [
            "",
            "SQL language.",
            "JavaScript language."
          ],
          "type": "string",
          "description": "Optional. Defaults to \"SQL\".",
          "enum": [
            "LANGUAGE_UNSPECIFIED",
            "SQL",
            "JAVASCRIPT"
          ]
        },
        "importedLibraries": {
          "type": "array",
          "description": "Optional. If language = \"JAVASCRIPT\", this field stores the path of the imported JAVASCRIPT libraries.",
          "items": {
            "type": "string"
          }
        },
        "definitionBody": {
          "type": "string",
          "description": "Required. The body of the routine. For functions, this is the expression in the AS clause. If language=SQL, it is the substring inside (but excluding) the parentheses. For example, for the function created with the following statement: `CREATE FUNCTION JoinLines(x string, y string) as (concat(x, \"\\n\", y))` The definition_body is `concat(x, \"\\n\", y)` (\\n is not replaced with linebreak). If language=JAVASCRIPT, it is the evaluated string in the AS clause. For example, for the function created with the following statement: `CREATE FUNCTION f() RETURNS STRING LANGUAGE js AS 'return \"\\n\";\\n'` The definition_body is `return \"\\n\";\\n` Note that both \\n are replaced with linebreaks."
        },
        "determinismLevel": {
          "description": "Optional. [Experimental] The determinism level of the JavaScript UDF if defined.",
          "enum": [
            "DETERMINISM_LEVEL_UNSPECIFIED",
            "DETERMINISTIC",
            "NOT_DETERMINISTIC"
          ],
          "enumDescriptions": [
            "The determinism of the UDF is unspecified.",
            "The UDF is deterministic, meaning that 2 function calls with the same inputs always produce the same result, even across 2 query runs.",
            "The UDF is not deterministic."
          ],
          "type": "string"
        },
        "creationTime": {
          "description": "Output only. The time when this routine was created, in milliseconds since the epoch.",
          "type": "string",
          "readOnly": true,
          "format": "int64"
        }
      },
      "description": "A user-defined function or a stored procedure.",
      "id": "Routine",
      "type": "object"
    },
    "TableCell": {
      "id": "TableCell",
      "type": "object",
      "properties": {
        "v": {
          "type": "any"
        }
      }
    },
    "JobConfigurationTableCopy": {
      "type": "object",
      "properties": {
        "sourceTable": {
          "$ref": "TableReference",
          "description": "[Pick one] Source table to copy."
        },
        "destinationEncryptionConfiguration": {
          "$ref": "EncryptionConfiguration",
          "description": "Custom encryption configuration (e.g., Cloud KMS keys)."
        },
        "writeDisposition": {
          "type": "string",
          "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_EMPTY. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion."
        },
        "destinationExpirationTime": {
          "description": "[Optional] The time when the destination table expires. Expired tables will be deleted and their storage reclaimed.",
          "type": "any"
        },
        "operationType": {
          "type": "string",
          "description": "[Optional] Supported operation types in table copy job."
        },
        "createDisposition": {
          "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion.",
          "type": "string"
        },
        "sourceTables": {
          "type": "array",
          "description": "[Pick one] Source tables to copy.",
          "items": {
            "$ref": "TableReference"
          }
        },
        "destinationTable": {
          "$ref": "TableReference",
          "description": "[Required] The destination table"
        }
      },
      "id": "JobConfigurationTableCopy"
    },
    "EncryptionConfiguration": {
      "properties": {
        "kmsKeyName": {
          "description": "[Optional] Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "EncryptionConfiguration"
    },
    "ArimaModelInfo": {
      "properties": {
        "timeSeriesId": {
          "type": "string",
          "description": "The time_series_id value for this time series. It will be one of the unique values from the time_series_id_column specified during ARIMA model training. Only present when time_series_id_column training option was used."
        },
        "timeSeriesIds": {
          "type": "array",
          "description": "The tuple of time_series_ids identifying this time series. It will be one of the unique tuples of values present in the time_series_id_columns specified during ARIMA model training. Only present when time_series_id_columns training option was used and the order of values here are same as the order of time_series_id_columns.",
          "items": {
            "type": "string"
          }
        },
        "hasHolidayEffect": {
          "description": "If true, holiday_effect is a part of time series decomposition result.",
          "type": "boolean"
        },
        "arimaCoefficients": {
          "$ref": "ArimaCoefficients",
          "description": "Arima coefficients."
        },
        "nonSeasonalOrder": {
          "description": "Non-seasonal order.",
          "$ref": "ArimaOrder"
        },
        "hasSpikesAndDips": {
          "description": "If true, spikes_and_dips is a part of time series decomposition result.",
          "type": "boolean"
        },
        "seasonalPeriods": {
          "items": {
            "type": "string",
            "enum": [
              "SEASONAL_PERIOD_TYPE_UNSPECIFIED",
              "NO_SEASONALITY",
              "DAILY",
              "WEEKLY",
              "MONTHLY",
              "QUARTERLY",
              "YEARLY"
            ],
            "enumDescriptions": [
              "",
              "No seasonality",
              "Daily period, 24 hours.",
              "Weekly period, 7 days.",
              "Monthly period, 30 days or irregular.",
              "Quarterly period, 90 days or irregular.",
              "Yearly period, 365 days or irregular."
            ]
          },
          "type": "array",
          "description": "Seasonal periods. Repeated because multiple periods are supported for one time series."
        },
        "hasDrift": {
          "description": "Whether Arima model fitted with drift or not. It is always false when d is not 1.",
          "type": "boolean"
        },
        "arimaFittingMetrics": {
          "description": "Arima fitting metrics.",
          "$ref": "ArimaFittingMetrics"
        },
        "hasStepChanges": {
          "description": "If true, step_changes is a part of time series decomposition result.",
          "type": "boolean"
        }
      },
      "id": "ArimaModelInfo",
      "description": "Arima model information.",
      "type": "object"
    },
    "TableList": {
      "id": "TableList",
      "properties": {
        "totalItems": {
          "type": "integer",
          "description": "The total number of tables in the dataset.",
          "format": "int32"
        },
        "kind": {
          "description": "The type of list.",
          "type": "string",
          "default": "bigquery#tableList"
        },
        "nextPageToken": {
          "description": "A token to request the next page of results.",
          "type": "string"
        },
        "etag": {
          "type": "string",
          "description": "A hash of this page of results."
        },
        "tables": {
          "description": "Tables in the requested dataset.",
          "items": {
            "properties": {
              "timePartitioning": {
                "description": "The time-based partitioning specification for this table, if configured.",
                "$ref": "TimePartitioning"
              },
              "clustering": {
                "description": "[Beta] Clustering specification for this table, if configured.",
                "$ref": "Clustering"
              },
              "id": {
                "type": "string",
                "description": "An opaque ID of the table"
              },
              "view": {
                "description": "Additional details for a view.",
                "type": "object",
                "properties": {
                  "useLegacySql": {
                    "description": "True if view is defined in legacy SQL dialect, false if in standard SQL.",
                    "type": "boolean"
                  }
                }
              },
              "kind": {
                "default": "bigquery#table",
                "description": "The resource type.",
                "type": "string"
              },
              "friendlyName": {
                "description": "The user-friendly name for this table.",
                "type": "string"
              },
              "expirationTime": {
                "type": "string",
                "description": "[Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.",
                "format": "int64"
              },
              "rangePartitioning": {
                "$ref": "RangePartitioning",
                "description": "The range partitioning specification for this table, if configured."
              },
              "labels": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object",
                "description": "The labels associated with this table. You can use these to organize and group your tables."
              },
              "tableReference": {
                "$ref": "TableReference",
                "description": "A reference uniquely identifying the table."
              },
              "type": {
                "type": "string",
                "description": "The type of table. Possible values are: TABLE, VIEW."
              },
              "creationTime": {
                "type": "string",
                "format": "int64",
                "description": "The time when this table was created, in milliseconds since the epoch."
              }
            },
            "type": "object"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "ListModelsResponse": {
      "type": "object",
      "id": "ListModelsResponse",
      "properties": {
        "models": {
          "type": "array",
          "items": {
            "$ref": "Model"
          },
          "description": "Models in the requested dataset. Only the following fields are populated: model_reference, model_type, creation_time, last_modified_time and labels."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token to request the next page of results."
        }
      }
    },
    "GetQueryResultsResponse": {
      "properties": {
        "totalRows": {
          "format": "uint64",
          "type": "string",
          "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully."
        },
        "errors": {
          "type": "array",
          "items": {
            "$ref": "ErrorProto"
          },
          "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful."
        },
        "etag": {
          "description": "A hash of this response.",
          "type": "string"
        },
        "jobReference": {
          "description": "Reference to the BigQuery Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults).",
          "$ref": "JobReference"
        },
        "jobComplete": {
          "type": "boolean",
          "description": "Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available."
        },
        "cacheHit": {
          "type": "boolean",
          "description": "Whether the query result was fetched from the query cache."
        },
        "totalBytesProcessed": {
          "type": "string",
          "description": "The total number of bytes processed for this query.",
          "format": "int64"
        },
        "kind": {
          "type": "string",
          "default": "bigquery#getQueryResultsResponse",
          "description": "The resource type of the response."
        },
        "rows": {
          "items": {
            "$ref": "TableRow"
          },
          "type": "array",
          "description": "An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above. Present only when the query completes successfully."
        },
        "schema": {
          "$ref": "TableSchema",
          "description": "The schema of the results. Present only when the query completes successfully."
        },
        "numDmlAffectedRows": {
          "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
          "format": "int64",
          "type": "string"
        },
        "pageToken": {
          "type": "string",
          "description": "A token used for paging results."
        }
      },
      "type": "object",
      "id": "GetQueryResultsResponse"
    },
    "SnapshotDefinition": {
      "properties": {
        "snapshotTime": {
          "type": "string",
          "description": "[Required] The time at which the base table was snapshot. This value is reported in the JSON response using RFC3339 format.",
          "format": "date-time"
        },
        "baseTableReference": {
          "$ref": "TableReference",
          "description": "[Required] Reference describing the ID of the table that was snapshot."
        }
      },
      "type": "object",
      "id": "SnapshotDefinition"
    },
    "ProjectReference": {
      "id": "ProjectReference",
      "type": "object",
      "properties": {
        "projectId": {
          "type": "string",
          "description": "[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project."
        }
      }
    },
    "Row": {
      "description": "A single row in the confusion matrix.",
      "id": "Row",
      "properties": {
        "entries": {
          "description": "Info describing predicted label distribution.",
          "type": "array",
          "items": {
            "$ref": "Entry"
          }
        },
        "actualLabel": {
          "description": "The original label of this row.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "ConfusionMatrix": {
      "id": "ConfusionMatrix",
      "type": "object",
      "description": "Confusion matrix for multi-class classification models.",
      "properties": {
        "rows": {
          "items": {
            "$ref": "Row"
          },
          "type": "array",
          "description": "One row per actual label."
        },
        "confidenceThreshold": {
          "description": "Confidence threshold used when computing the entries of the confusion matrix.",
          "format": "double",
          "type": "number"
        }
      }
    },
    "GetIamPolicyRequest": {
      "properties": {
        "options": {
          "description": "OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`.",
          "$ref": "GetPolicyOptions"
        }
      },
      "description": "Request message for `GetIamPolicy` method.",
      "id": "GetIamPolicyRequest",
      "type": "object"
    },
    "RowAccessPolicy": {
      "properties": {
        "filterPredicate": {
          "description": "Required. A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table. References to other tables, routines, and temporary functions are not supported. Examples: region=\"EU\" date_field = CAST('2019-9-27' as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0",
          "type": "string"
        },
        "lastModifiedTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time when this row access policy was last modified, in milliseconds since the epoch.",
          "format": "google-datetime"
        },
        "etag": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. A hash of this resource."
        },
        "creationTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time when this row access policy was created, in milliseconds since the epoch."
        },
        "rowAccessPolicyReference": {
          "$ref": "RowAccessPolicyReference",
          "description": "Required. Reference describing the ID of this row access policy."
        }
      },
      "type": "object",
      "description": "Represents access on a subset of rows on the specified table, defined by its filter predicate. Access to the subset of rows is controlled by its IAM policy.",
      "id": "RowAccessPolicy"
    },
    "SessionInfo": {
      "type": "object",
      "properties": {
        "sessionId": {
          "type": "string",
          "description": "[Output-only] // [Preview] Id of the session."
        }
      },
      "id": "SessionInfo"
    },
    "TableDataInsertAllRequest": {
      "properties": {
        "templateSuffix": {
          "description": "If specified, treats the destination table as a base template, and inserts the rows into an instance table named \"{destination}{templateSuffix}\". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables.",
          "type": "string"
        },
        "kind": {
          "description": "The resource type of the response.",
          "type": "string",
          "default": "bigquery#tableDataInsertAllRequest"
        },
        "ignoreUnknownValues": {
          "type": "boolean",
          "description": "[Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors."
        },
        "skipInvalidRows": {
          "description": "[Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist.",
          "type": "boolean"
        },
        "rows": {
          "type": "array",
          "description": "The rows to insert.",
          "items": {
            "type": "object",
            "properties": {
              "json": {
                "description": "[Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.",
                "$ref": "JsonObject"
              },
              "insertId": {
                "description": "[Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.",
                "type": "string"
              }
            }
          }
        }
      },
      "id": "TableDataInsertAllRequest",
      "type": "object"
    },
    "RowAccessPolicyReference": {
      "id": "RowAccessPolicyReference",
      "type": "object",
      "properties": {
        "tableId": {
          "description": "[Required] The ID of the table containing this row access policy.",
          "type": "string"
        },
        "policyId": {
          "type": "string",
          "description": "[Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters."
        },
        "datasetId": {
          "description": "[Required] The ID of the dataset containing this row access policy.",
          "type": "string"
        },
        "projectId": {
          "description": "[Required] The ID of the project containing this row access policy.",
          "type": "string"
        }
      }
    },
    "Argument": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Optional. The name of this argument. Can be absent for function return argument."
        },
        "dataType": {
          "$ref": "StandardSqlDataType",
          "description": "Required unless argument_kind = ANY_TYPE."
        },
        "argumentKind": {
          "description": "Optional. Defaults to FIXED_TYPE.",
          "enumDescriptions": [
            "",
            "The argument is a variable with fully specified type, which can be a struct or an array, but not a table.",
            "The argument is any type, including struct or array, but not a table. To be added: FIXED_TABLE, ANY_TABLE"
          ],
          "type": "string",
          "enum": [
            "ARGUMENT_KIND_UNSPECIFIED",
            "FIXED_TYPE",
            "ANY_TYPE"
          ]
        },
        "mode": {
          "enum": [
            "MODE_UNSPECIFIED",
            "IN",
            "OUT",
            "INOUT"
          ],
          "description": "Optional. Specifies whether the argument is input or output. Can be set for procedures only.",
          "enumDescriptions": [
            "",
            "The argument is input-only.",
            "The argument is output-only.",
            "The argument is both an input and an output."
          ],
          "type": "string"
        }
      },
      "type": "object",
      "description": "Input/output argument of a function or a stored procedure.",
      "id": "Argument"
    },
    "StandardSqlField": {
      "description": "A field or a column.",
      "id": "StandardSqlField",
      "properties": {
        "name": {
          "type": "string",
          "description": "Optional. The name of this field. Can be absent for struct fields."
        },
        "type": {
          "$ref": "StandardSqlDataType",
          "description": "Optional. The type of this parameter. Absent if not explicitly specified (e.g., CREATE FUNCTION statement can omit the return type; in this case the output parameter does not have this \"type\" field)."
        }
      },
      "type": "object"
    },
    "JobConfiguration": {
      "properties": {
        "jobTimeoutMs": {
          "description": "[Optional] Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.",
          "format": "int64",
          "type": "string"
        },
        "dryRun": {
          "description": "[Optional] If set, don't actually run this job. A valid query will return a mostly empty response with some processing statistics, while an invalid query will return the same error it would if it wasn't a dry run. Behavior of non-query jobs is undefined.",
          "type": "boolean"
        },
        "copy": {
          "$ref": "JobConfigurationTableCopy",
          "description": "[Pick one] Copies a table."
        },
        "load": {
          "$ref": "JobConfigurationLoad",
          "description": "[Pick one] Configures a load job."
        },
        "jobType": {
          "type": "string",
          "description": "[Output-only] The type of the job. Can be QUERY, LOAD, EXTRACT, COPY or UNKNOWN."
        },
        "labels": {
          "description": "The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "query": {
          "description": "[Pick one] Configures a query job.",
          "$ref": "JobConfigurationQuery"
        },
        "extract": {
          "description": "[Pick one] Configures an extract job.",
          "$ref": "JobConfigurationExtract"
        }
      },
      "type": "object",
      "id": "JobConfiguration"
    },
    "DestinationTableProperties": {
      "type": "object",
      "id": "DestinationTableProperties",
      "properties": {
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "[Optional] The labels associated with this table. You can use these to organize and group your tables. This will only be used if the destination table is newly created. If the table already exists and labels are different than the current labels are provided, the job will fail."
        },
        "description": {
          "type": "string",
          "description": "[Optional] The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail."
        },
        "friendlyName": {
          "type": "string",
          "description": "[Optional] The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail."
        }
      }
    },
    "Model": {
      "id": "Model",
      "type": "object",
      "properties": {
        "encryptionConfiguration": {
          "$ref": "EncryptionConfiguration",
          "description": "Custom encryption configuration (e.g., Cloud KMS keys). This shows the encryption configuration of the model data while stored in BigQuery storage. This field can be used with PatchModel to update encryption key for an already encrypted model."
        },
        "bestTrialId": {
          "type": "string",
          "description": "The best trial_id across all training runs.",
          "format": "int64"
        },
        "featureColumns": {
          "items": {
            "$ref": "StandardSqlField"
          },
          "type": "array",
          "readOnly": true,
          "description": "Output only. Input feature columns that were used to train this model."
        },
        "creationTime": {
          "readOnly": true,
          "format": "int64",
          "description": "Output only. The time when this model was created, in millisecs since the epoch.",
          "type": "string"
        },
        "friendlyName": {
          "description": "Optional. A descriptive name for this model.",
          "type": "string"
        },
        "location": {
          "type": "string",
          "description": "Output only. The geographic location where the model resides. This value is inherited from the dataset.",
          "readOnly": true
        },
        "modelReference": {
          "description": "Required. Unique identifier for this model.",
          "$ref": "ModelReference"
        },
        "expirationTime": {
          "type": "string",
          "description": "Optional. The time when this model expires, in milliseconds since the epoch. If not present, the model will persist indefinitely. Expired models will be deleted and their storage reclaimed. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created models.",
          "format": "int64"
        },
        "trainingRuns": {
          "description": "Output only. Information for all training runs in increasing order of start_time.",
          "readOnly": true,
          "items": {
            "$ref": "TrainingRun"
          },
          "type": "array"
        },
        "labelColumns": {
          "items": {
            "$ref": "StandardSqlField"
          },
          "description": "Output only. Label columns that were used to train this model. The output of the model will have a \"predicted_\" prefix to these columns.",
          "type": "array",
          "readOnly": true
        },
        "modelType": {
          "enum": [
            "MODEL_TYPE_UNSPECIFIED",
            "LINEAR_REGRESSION",
            "LOGISTIC_REGRESSION",
            "KMEANS",
            "MATRIX_FACTORIZATION",
            "DNN_CLASSIFIER",
            "TENSORFLOW",
            "DNN_REGRESSOR",
            "BOOSTED_TREE_REGRESSOR",
            "BOOSTED_TREE_CLASSIFIER",
            "ARIMA",
            "AUTOML_REGRESSOR",
            "AUTOML_CLASSIFIER",
            "ARIMA_PLUS"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "",
            "Linear regression model.",
            "Logistic regression based classification model.",
            "K-means clustering model.",
            "Matrix factorization model.",
            "DNN classifier model.",
            "An imported TensorFlow model.",
            "DNN regressor model.",
            "Boosted tree regressor model.",
            "Boosted tree classifier model.",
            "ARIMA model.",
            "[Beta] AutoML Tables regression model.",
            "[Beta] AutoML Tables classification model.",
            "New name for the ARIMA model."
          ],
          "description": "Output only. Type of the model resource.",
          "type": "string"
        },
        "labels": {
          "description": "The labels associated with this model. You can use these to organize and group your models. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "lastModifiedTime": {
          "format": "int64",
          "description": "Output only. The time when this model was last modified, in millisecs since the epoch.",
          "readOnly": true,
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Optional. A user-friendly description of this model."
        },
        "etag": {
          "readOnly": true,
          "description": "Output only. A hash of this resource.",
          "type": "string"
        }
      }
    },
    "DatasetReference": {
      "properties": {
        "projectId": {
          "annotations": {
            "required": [
              "bigquery.datasets.update"
            ]
          },
          "type": "string",
          "description": "[Optional] The ID of the project containing this dataset."
        },
        "datasetId": {
          "annotations": {
            "required": [
              "bigquery.datasets.update"
            ]
          },
          "description": "[Required] A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "DatasetReference"
    },
    "Job": {
      "type": "object",
      "properties": {
        "selfLink": {
          "description": "[Output-only] A URL that can be used to access this resource again.",
          "type": "string"
        },
        "kind": {
          "default": "bigquery#job",
          "type": "string",
          "description": "[Output-only] The type of the resource."
        },
        "status": {
          "$ref": "JobStatus",
          "description": "[Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete."
        },
        "id": {
          "description": "[Output-only] Opaque ID field of the job",
          "type": "string"
        },
        "etag": {
          "description": "[Output-only] A hash of this resource.",
          "type": "string"
        },
        "configuration": {
          "description": "[Required] Describes the job configuration.",
          "$ref": "JobConfiguration"
        },
        "statistics": {
          "$ref": "JobStatistics",
          "description": "[Output-only] Information about the job, including starting time and ending time of the job."
        },
        "jobReference": {
          "$ref": "JobReference",
          "description": "[Optional] Reference describing the unique-per-user name of the job."
        },
        "user_email": {
          "description": "[Output-only] Email address of the user who ran the job.",
          "type": "string"
        }
      },
      "id": "Job"
    },
    "TableRow": {
      "id": "TableRow",
      "properties": {
        "f": {
          "type": "array",
          "description": "Represents a single row in the result set, consisting of one or more fields.",
          "items": {
            "$ref": "TableCell"
          }
        }
      },
      "type": "object"
    },
    "QueryParameterType": {
      "type": "object",
      "properties": {
        "type": {
          "description": "[Required] The top level type of this field.",
          "type": "string"
        },
        "arrayType": {
          "$ref": "QueryParameterType",
          "description": "[Optional] The type of the array's elements, if this is an array."
        },
        "structTypes": {
          "type": "array",
          "description": "[Optional] The types of the fields of this struct, in order, if this is a struct.",
          "items": {
            "type": "object",
            "properties": {
              "type": {
                "$ref": "QueryParameterType",
                "description": "[Required] The type of this field."
              },
              "name": {
                "description": "[Optional] The name of this field.",
                "type": "string"
              },
              "description": {
                "description": "[Optional] Human-oriented description of the field.",
                "type": "string"
              }
            }
          }
        }
      },
      "id": "QueryParameterType"
    },
    "RegressionMetrics": {
      "id": "RegressionMetrics",
      "type": "object",
      "properties": {
        "meanSquaredLogError": {
          "description": "Mean squared log error.",
          "format": "double",
          "type": "number"
        },
        "medianAbsoluteError": {
          "description": "Median absolute error.",
          "format": "double",
          "type": "number"
        },
        "meanAbsoluteError": {
          "format": "double",
          "type": "number",
          "description": "Mean absolute error."
        },
        "meanSquaredError": {
          "description": "Mean squared error.",
          "format": "double",
          "type": "number"
        },
        "rSquared": {
          "type": "number",
          "description": "R^2 score. This corresponds to r2_score in ML.EVALUATE.",
          "format": "double"
        }
      },
      "description": "Evaluation metrics for regression and explicit feedback type matrix factorization models."
    },
    "CsvOptions": {
      "properties": {
        "fieldDelimiter": {
          "type": "string",
          "description": "[Optional] The separator for fields in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence \"\\t\" to specify a tab separator. The default value is a comma (',')."
        },
        "skipLeadingRows": {
          "format": "int64",
          "type": "string",
          "description": "[Optional] The number of rows at the top of a CSV file that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped. When autodetect is on, the behavior is the following: * skipLeadingRows unspecified - Autodetect tries to detect headers in the first row. If they are not detected, the row is read as data. Otherwise data is read starting from the second row. * skipLeadingRows is 0 - Instructs autodetect that there are no headers and data should be read starting from the first row. * skipLeadingRows = N \u003e 0 - Autodetect skips N-1 rows and tries to detect headers in row N. If headers are not detected, row N is just skipped. Otherwise row N is used to extract column names for the detected schema."
        },
        "allowQuotedNewlines": {
          "description": "[Optional] Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false.",
          "type": "boolean"
        },
        "quote": {
          "default": "\"",
          "pattern": ".?",
          "description": "[Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. The default value is a double-quote ('\"'). If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allowQuotedNewlines property to true.",
          "type": "string"
        },
        "encoding": {
          "type": "string",
          "description": "[Optional] The character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties."
        },
        "allowJaggedRows": {
          "description": "[Optional] Indicates if BigQuery should accept rows that are missing trailing optional columns. If true, BigQuery treats missing trailing columns as null values. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "CsvOptions"
    },
    "BiEngineStatistics": {
      "properties": {
        "biEngineReasons": {
          "items": {
            "$ref": "BiEngineReason"
          },
          "description": "In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.",
          "type": "array"
        },
        "biEngineMode": {
          "description": "[Output-only] Specifies which mode of BI Engine acceleration was performed (if any).",
          "type": "string",
          "default": "$(stats.bi_engine_mode)"
        }
      },
      "type": "object",
      "id": "BiEngineStatistics"
    },
    "AggregateClassificationMetrics": {
      "type": "object",
      "description": "Aggregate metrics for classification/classifier models. For multi-class models, the metrics are either macro-averaged or micro-averaged. When macro-averaged, the metrics are calculated for each label and then an unweighted average is taken of those values. When micro-averaged, the metric is calculated globally by counting the total number of correctly predicted rows.",
      "properties": {
        "threshold": {
          "type": "number",
          "description": "Threshold at which the metrics are computed. For binary classification models this is the positive class threshold. For multi-class classfication models this is the confidence threshold.",
          "format": "double"
        },
        "precision": {
          "type": "number",
          "format": "double",
          "description": "Precision is the fraction of actual positive predictions that had positive actual labels. For multiclass this is a macro-averaged metric treating each class as a binary classifier."
        },
        "accuracy": {
          "description": "Accuracy is the fraction of predictions given the correct label. For multiclass this is a micro-averaged metric.",
          "format": "double",
          "type": "number"
        },
        "f1Score": {
          "description": "The F1 score is an average of recall and precision. For multiclass this is a macro-averaged metric.",
          "type": "number",
          "format": "double"
        },
        "recall": {
          "description": "Recall is the fraction of actual positive labels that were given a positive prediction. For multiclass this is a macro-averaged metric.",
          "type": "number",
          "format": "double"
        },
        "rocAuc": {
          "description": "Area Under a ROC Curve. For multiclass this is a macro-averaged metric.",
          "format": "double",
          "type": "number"
        },
        "logLoss": {
          "description": "Logarithmic Loss. For multiclass this is a macro-averaged metric.",
          "format": "double",
          "type": "number"
        }
      },
      "id": "AggregateClassificationMetrics"
    },
    "MultiClassClassificationMetrics": {
      "type": "object",
      "description": "Evaluation metrics for multi-class classification/classifier models.",
      "properties": {
        "confusionMatrixList": {
          "type": "array",
          "items": {
            "$ref": "ConfusionMatrix"
          },
          "description": "Confusion matrix at different thresholds."
        },
        "aggregateClassificationMetrics": {
          "description": "Aggregate classification metrics.",
          "$ref": "AggregateClassificationMetrics"
        }
      },
      "id": "MultiClassClassificationMetrics"
    },
    "LocationMetadata": {
      "properties": {
        "legacyLocationId": {
          "type": "string",
          "description": "The legacy BigQuery location ID, e.g. “EU” for the “europe” location. This is for any API consumers that need the legacy “US” and “EU” locations."
        }
      },
      "id": "LocationMetadata",
      "type": "object",
      "description": "BigQuery-specific metadata about a location. This will be set on google.cloud.location.Location.metadata in Cloud Location API responses."
    },
    "TimePartitioning": {
      "type": "object",
      "id": "TimePartitioning",
      "properties": {
        "type": {
          "type": "string",
          "description": "[Required] The supported types are DAY, HOUR, MONTH, and YEAR, which will generate one partition per day, hour, month, and year, respectively. When the type is not specified, the default behavior is DAY."
        },
        "field": {
          "type": "string",
          "description": "[Beta] [Optional] If not set, the table is partitioned by pseudo column, referenced via either '_PARTITIONTIME' as TIMESTAMP type, or '_PARTITIONDATE' as DATE type. If field is specified, the table is instead partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED."
        },
        "requirePartitionFilter": {
          "type": "boolean"
        },
        "expirationMs": {
          "type": "string",
          "description": "[Optional] Number of milliseconds for which to keep the storage for partitions in the table. The storage in a partition will have an expiration time of its partition time plus this value.",
          "format": "int64"
        }
      }
    },
    "UserDefinedFunctionResource": {
      "properties": {
        "inlineCode": {
          "type": "string",
          "description": "[Pick one] An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code."
        },
        "resourceUri": {
          "description": "[Pick one] A code resource to load from a Google Cloud Storage URI (gs://bucket/path).",
          "type": "string"
        }
      },
      "type": "object",
      "id": "UserDefinedFunctionResource",
      "description": "This is used for defining User Defined Function (UDF) resources only when using legacy SQL. Users of Standard SQL should leverage either DDL (e.g. CREATE [TEMPORARY] FUNCTION ... ) or the Routines API to define UDF resources. For additional information on migrating, see: https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#differences_in_user-defined_javascript_functions"
    },
    "ModelDefinition": {
      "id": "ModelDefinition",
      "type": "object",
      "properties": {
        "trainingRuns": {
          "description": "[Output-only, Beta] Information about ml training runs, each training run comprises of multiple iterations and there may be multiple training runs for the model if warm start is used or if a user decides to continue a previously cancelled query.",
          "items": {
            "$ref": "BqmlTrainingRun"
          },
          "type": "array"
        },
        "modelOptions": {
          "type": "object",
          "properties": {
            "modelType": {
              "type": "string"
            },
            "labels": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "lossType": {
              "type": "string"
            }
          },
          "description": "[Output-only, Beta] Model options used for the first training run. These options are immutable for subsequent training runs. Default values are used for any options not specified in the input query."
        }
      }
    },
    "BigQueryModelTraining": {
      "properties": {
        "expectedTotalIterations": {
          "format": "int64",
          "type": "string",
          "description": "[Output-only, Beta] Expected number of iterations for the create model query job specified as num_iterations in the input query. The actual total number of iterations may be less than this number due to early stop."
        },
        "currentIteration": {
          "format": "int32",
          "description": "[Output-only, Beta] Index of current ML training iteration. Updated during create model query job to show job progress.",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "BigQueryModelTraining"
    },
    "TableDataList": {
      "id": "TableDataList",
      "type": "object",
      "properties": {
        "totalRows": {
          "format": "int64",
          "description": "The total number of rows in the complete table.",
          "type": "string"
        },
        "kind": {
          "default": "bigquery#tableDataList",
          "description": "The resource type of the response.",
          "type": "string"
        },
        "etag": {
          "description": "A hash of this page of results.",
          "type": "string"
        },
        "pageToken": {
          "description": "A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing.",
          "type": "string"
        },
        "rows": {
          "type": "array",
          "items": {
            "$ref": "TableRow"
          },
          "description": "Rows of results."
        }
      }
    },
    "QueryResponse": {
      "id": "QueryResponse",
      "type": "object",
      "properties": {
        "numDmlAffectedRows": {
          "format": "int64",
          "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
          "type": "string"
        },
        "kind": {
          "default": "bigquery#queryResponse",
          "type": "string",
          "description": "The resource type."
        },
        "totalRows": {
          "format": "uint64",
          "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.",
          "type": "string"
        },
        "errors": {
          "description": "[Output-only] The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.",
          "items": {
            "$ref": "ErrorProto"
          },
          "type": "array"
        },
        "totalBytesProcessed": {
          "description": "The total number of bytes processed for this query. If this query was a dry run, this is the number of bytes that would be processed if the query were run.",
          "format": "int64",
          "type": "string"
        },
        "jobReference": {
          "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults).",
          "$ref": "JobReference"
        },
        "schema": {
          "$ref": "TableSchema",
          "description": "The schema of the results. Present only when the query completes successfully."
        },
        "cacheHit": {
          "type": "boolean",
          "description": "Whether the query result was fetched from the query cache."
        },
        "pageToken": {
          "description": "A token used for paging results.",
          "type": "string"
        },
        "dmlStats": {
          "description": "[Output-only] Detailed statistics for DML statements Present only for DML statements INSERT, UPDATE, DELETE or TRUNCATE.",
          "$ref": "DmlStatistics"
        },
        "jobComplete": {
          "description": "Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available.",
          "type": "boolean"
        },
        "sessionInfoTemplate": {
          "description": "[Output-only] [Preview] Information of the session if this job is part of one.",
          "$ref": "SessionInfo"
        },
        "rows": {
          "description": "An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above.",
          "type": "array",
          "items": {
            "$ref": "TableRow"
          }
        }
      }
    },
    "HivePartitioningOptions": {
      "properties": {
        "sourceUriPrefix": {
          "type": "string",
          "description": "[Optional] When hive partition detection is requested, a common prefix for all source uris should be supplied. The prefix must end immediately before the partition key encoding begins. For example, consider files following this data layout. gs://bucket/path_to_table/dt=2019-01-01/country=BR/id=7/file.avro gs://bucket/path_to_table/dt=2018-12-31/country=CA/id=3/file.avro When hive partitioning is requested with either AUTO or STRINGS detection, the common prefix can be either of gs://bucket/path_to_table or gs://bucket/path_to_table/ (trailing slash does not matter)."
        },
        "mode": {
          "description": "[Optional] When set, what mode of hive partitioning to use when reading data. The following modes are supported. (1) AUTO: automatically infer partition key name(s) and type(s). (2) STRINGS: automatically infer partition key name(s). All types are interpreted as strings. (3) CUSTOM: partition key schema is encoded in the source URI prefix. Not all storage formats support hive partitioning. Requesting hive partitioning on an unsupported format will lead to an error. Currently supported types include: AVRO, CSV, JSON, ORC and Parquet.",
          "type": "string"
        },
        "requirePartitionFilter": {
          "type": "boolean",
          "description": "[Optional] If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified. Note that this field should only be true when creating a permanent external table or querying a temporary external table. Hive-partitioned loads with requirePartitionFilter explicitly set to true will fail."
        }
      },
      "type": "object",
      "id": "HivePartitioningOptions"
    },
    "GoogleSheetsOptions": {
      "properties": {
        "skipLeadingRows": {
          "type": "string",
          "description": "[Optional] The number of rows at the top of a sheet that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows that should be skipped. When autodetect is on, behavior is the following: * skipLeadingRows unspecified - Autodetect tries to detect headers in the first row. If they are not detected, the row is read as data. Otherwise data is read starting from the second row. * skipLeadingRows is 0 - Instructs autodetect that there are no headers and data should be read starting from the first row. * skipLeadingRows = N \u003e 0 - Autodetect skips N-1 rows and tries to detect headers in row N. If headers are not detected, row N is just skipped. Otherwise row N is used to extract column names for the detected schema.",
          "format": "int64"
        },
        "range": {
          "description": "[Optional] Range of a sheet to query from. Only used when non-empty. Typical format: sheet_name!top_left_cell_id:bottom_right_cell_id For example: sheet1!A1:B20",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleSheetsOptions"
    },
    "BiEngineReason": {
      "properties": {
        "message": {
          "default": "$(reason.message)",
          "description": "[Output-only] Free form human-readable reason for partial or disabled acceleration.",
          "type": "string"
        },
        "code": {
          "type": "string",
          "default": "$(reason.code)",
          "description": "[Output-only] High-level BI Engine reason for partial or disabled acceleration."
        }
      },
      "type": "object",
      "id": "BiEngineReason"
    },
    "JobStatistics4": {
      "type": "object",
      "properties": {
        "destinationUriFileCounts": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          },
          "description": "[Output-only] Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field."
        },
        "inputBytes": {
          "format": "int64",
          "type": "string",
          "description": "[Output-only] Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes."
        }
      },
      "id": "JobStatistics4"
    },
    "ArimaOrder": {
      "properties": {
        "q": {
          "type": "string",
          "description": "Order of the moving-average part.",
          "format": "int64"
        },
        "d": {
          "format": "int64",
          "type": "string",
          "description": "Order of the differencing part."
        },
        "p": {
          "description": "Order of the autoregressive part.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Arima order, can be used for both non-seasonal and seasonal parts.",
      "type": "object",
      "id": "ArimaOrder"
    },
    "BqmlIterationResult": {
      "type": "object",
      "id": "BqmlIterationResult",
      "properties": {
        "trainingLoss": {
          "description": "[Output-only, Beta] Training loss computed on the training data at the end of the iteration. The training loss function is defined by model type.",
          "type": "number",
          "format": "double"
        },
        "learnRate": {
          "description": "[Output-only, Beta] Learning rate used for this iteration, it varies for different training iterations if learn_rate_strategy option is not constant.",
          "format": "double",
          "type": "number"
        },
        "index": {
          "description": "[Output-only, Beta] Index of the ML training iteration, starting from zero for each training run.",
          "format": "int32",
          "type": "integer"
        },
        "evalLoss": {
          "type": "number",
          "format": "double",
          "description": "[Output-only, Beta] Eval loss computed on the eval data at the end of the iteration. The eval loss is used for early stopping to avoid overfitting. No eval loss if eval_split_method option is specified as no_split or auto_split with input data size less than 500 rows."
        },
        "durationMs": {
          "type": "string",
          "description": "[Output-only, Beta] Time taken to run the training iteration in milliseconds.",
          "format": "int64"
        }
      }
    },
    "ArimaForecastingMetrics": {
      "properties": {
        "timeSeriesId": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Id to differentiate different time series for the large-scale case."
        },
        "arimaFittingMetrics": {
          "items": {
            "$ref": "ArimaFittingMetrics"
          },
          "type": "array",
          "description": "Arima model fitting metrics."
        },
        "hasDrift": {
          "description": "Whether Arima model fitted with drift or not. It is always false when d is not 1.",
          "type": "array",
          "items": {
            "type": "boolean"
          }
        },
        "nonSeasonalOrder": {
          "description": "Non-seasonal order.",
          "type": "array",
          "items": {
            "$ref": "ArimaOrder"
          }
        },
        "seasonalPeriods": {
          "items": {
            "type": "string",
            "enumDescriptions": [
              "",
              "No seasonality",
              "Daily period, 24 hours.",
              "Weekly period, 7 days.",
              "Monthly period, 30 days or irregular.",
              "Quarterly period, 90 days or irregular.",
              "Yearly period, 365 days or irregular."
            ],
            "enum": [
              "SEASONAL_PERIOD_TYPE_UNSPECIFIED",
              "NO_SEASONALITY",
              "DAILY",
              "WEEKLY",
              "MONTHLY",
              "QUARTERLY",
              "YEARLY"
            ]
          },
          "type": "array",
          "description": "Seasonal periods. Repeated because multiple periods are supported for one time series."
        },
        "arimaSingleModelForecastingMetrics": {
          "description": "Repeated as there can be many metric sets (one for each model) in auto-arima and the large-scale case.",
          "type": "array",
          "items": {
            "$ref": "ArimaSingleModelForecastingMetrics"
          }
        }
      },
      "id": "ArimaForecastingMetrics",
      "description": "Model evaluation metrics for ARIMA forecasting models.",
      "type": "object"
    },
    "JobConfigurationLoad": {
      "type": "object",
      "properties": {
        "useAvroLogicalTypes": {
          "description": "[Optional] If sourceFormat is set to \"AVRO\", indicates whether to enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).",
          "type": "boolean"
        },
        "allowJaggedRows": {
          "description": "[Optional] Accept rows that are missing trailing optional columns. The missing values are treated as nulls. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. Only applicable to CSV, ignored for other formats.",
          "type": "boolean"
        },
        "quote": {
          "type": "string",
          "default": "\"",
          "pattern": ".?",
          "description": "[Optional] The value that is used to quote data sections in a CSV file. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. The default value is a double-quote ('\"'). If your data does not contain quoted sections, set the property value to an empty string. If your data contains quoted newline characters, you must also set the allowQuotedNewlines property to true."
        },
        "schema": {
          "description": "[Optional] The schema for the destination table. The schema can be omitted if the destination table already exists, or if you're loading data from Google Cloud Datastore.",
          "$ref": "TableSchema"
        },
        "destinationTableProperties": {
          "description": "[Beta] [Optional] Properties with which to create the destination table if it is new.",
          "$ref": "DestinationTableProperties"
        },
        "schemaUpdateOptions": {
          "items": {
            "type": "string"
          },
          "description": "Allows the schema of the destination table to be updated as a side effect of the load job if a schema is autodetected or supplied in the job configuration. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.",
          "type": "array"
        },
        "schemaInline": {
          "description": "[Deprecated] The inline schema. For CSV schemas, specify as \"Field1:Type1[,Field2:Type2]*\". For example, \"foo:STRING, bar:INTEGER, baz:FLOAT\".",
          "type": "string"
        },
        "sourceFormat": {
          "type": "string",
          "description": "[Optional] The format of the data files. For CSV files, specify \"CSV\". For datastore backups, specify \"DATASTORE_BACKUP\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro, specify \"AVRO\". For parquet, specify \"PARQUET\". For orc, specify \"ORC\". The default value is CSV."
        },
        "timePartitioning": {
          "$ref": "TimePartitioning",
          "description": "Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified."
        },
        "ignoreUnknownValues": {
          "type": "boolean",
          "description": "[Optional] Indicates if BigQuery should allow extra values that are not represented in the table schema. If true, the extra values are ignored. If false, records with extra columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. The sourceFormat property determines what BigQuery treats as an extra value: CSV: Trailing columns JSON: Named values that don't match any column names"
        },
        "writeDisposition": {
          "description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion.",
          "type": "string"
        },
        "maxBadRecords": {
          "type": "integer",
          "format": "int32",
          "description": "[Optional] The maximum number of bad records that BigQuery can ignore when running the job. If the number of bad records exceeds this value, an invalid error is returned in the job result. This is only valid for CSV and JSON. The default value is 0, which requires that all records are valid."
        },
        "createDisposition": {
          "type": "string",
          "description": "[Optional] Specifies whether the job is allowed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job result. The default value is CREATE_IF_NEEDED. Creation, truncation and append actions occur as one atomic update upon job completion."
        },
        "fieldDelimiter": {
          "description": "[Optional] The separator for fields in a CSV file. The separator can be any ISO-8859-1 single-byte character. To use a character in the range 128-255, you must encode the character as UTF8. BigQuery converts the string to ISO-8859-1 encoding, and then uses the first byte of the encoded string to split the data in its raw, binary state. BigQuery also supports the escape sequence \"\\t\" to specify a tab separator. The default value is a comma (',').",
          "type": "string"
        },
        "rangePartitioning": {
          "$ref": "RangePartitioning",
          "description": "[TrustedTester] Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified."
        },
        "nullMarker": {
          "type": "string",
          "description": "[Optional] Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when loading a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery throws an error if an empty string is present for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value."
        },
        "destinationEncryptionConfiguration": {
          "$ref": "EncryptionConfiguration",
          "description": "Custom encryption configuration (e.g., Cloud KMS keys)."
        },
        "schemaInlineFormat": {
          "description": "[Deprecated] The format of the schemaInline property.",
          "type": "string"
        },
        "encoding": {
          "description": "[Optional] The character encoding of the data. The supported values are UTF-8 or ISO-8859-1. The default value is UTF-8. BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties.",
          "type": "string"
        },
        "allowQuotedNewlines": {
          "type": "boolean",
          "description": "Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false."
        },
        "sourceUris": {
          "items": {
            "type": "string"
          },
          "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified. Also, the '*' wildcard character is not allowed.",
          "type": "array"
        },
        "decimalTargetTypes": {
          "type": "array",
          "description": "[Optional] Defines the list of possible SQL data types to which the source decimal values are converted. This list and the precision and the scale parameters of the decimal field determine the target type. In the order of NUMERIC, BIGNUMERIC, and STRING, a type is picked if it is in the specified list and if it supports the precision and the scale. STRING supports all precision and scale values. If none of the listed types supports the precision and the scale, the type supporting the widest range in the specified list is picked, and if a value exceeds the supported range when reading the data, an error will be thrown. Example: Suppose the value of this field is [\"NUMERIC\", \"BIGNUMERIC\"]. If (precision,scale) is: (38,9) -\u003e NUMERIC; (39,9) -\u003e BIGNUMERIC (NUMERIC cannot hold 30 integer digits); (38,10) -\u003e BIGNUMERIC (NUMERIC cannot hold 10 fractional digits); (76,38) -\u003e BIGNUMERIC; (77,38) -\u003e BIGNUMERIC (error if value exeeds supported range). This field cannot contain duplicate types. The order of the types in this field is ignored. For example, [\"BIGNUMERIC\", \"NUMERIC\"] is the same as [\"NUMERIC\", \"BIGNUMERIC\"] and NUMERIC always takes precedence over BIGNUMERIC. Defaults to [\"NUMERIC\", \"STRING\"] for ORC and [\"NUMERIC\"] for the other file formats.",
          "items": {
            "type": "string"
          }
        },
        "skipLeadingRows": {
          "type": "integer",
          "format": "int32",
          "description": "[Optional] The number of rows at the top of a CSV file that BigQuery will skip when loading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped."
        },
        "destinationTable": {
          "$ref": "TableReference",
          "description": "[Required] The destination table to load the data into."
        },
        "autodetect": {
          "type": "boolean",
          "description": "[Optional] Indicates if we should automatically infer the options and schema for CSV and JSON sources."
        },
        "parquetOptions": {
          "description": "[Optional] Options to configure parquet support.",
          "$ref": "ParquetOptions"
        },
        "hivePartitioningOptions": {
          "description": "[Optional] Options to configure hive partitioning support.",
          "$ref": "HivePartitioningOptions"
        },
        "projectionFields": {
          "type": "array",
          "description": "If sourceFormat is set to \"DATASTORE_BACKUP\", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.",
          "items": {
            "type": "string"
          }
        },
        "jsonExtension": {
          "type": "string",
          "description": "[Optional] If sourceFormat is set to newline-delimited JSON, indicates whether it should be processed as a JSON variant such as GeoJSON. For a sourceFormat other than JSON, omit this field. If the sourceFormat is newline-delimited JSON: - for newline-delimited GeoJSON: set to GEOJSON."
        },
        "clustering": {
          "$ref": "Clustering",
          "description": "[Beta] Clustering specification for the destination table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered."
        }
      },
      "id": "JobConfigurationLoad"
    },
    "ClusteringMetrics": {
      "properties": {
        "daviesBouldinIndex": {
          "type": "number",
          "description": "Davies-Bouldin index.",
          "format": "double"
        },
        "clusters": {
          "description": "Information for all clusters.",
          "items": {
            "$ref": "Cluster"
          },
          "type": "array"
        },
        "meanSquaredDistance": {
          "description": "Mean of squared distances between each sample to its cluster centroid.",
          "format": "double",
          "type": "number"
        }
      },
      "description": "Evaluation metrics for clustering models.",
      "type": "object",
      "id": "ClusteringMetrics"
    },
    "GetPolicyOptions": {
      "id": "GetPolicyOptions",
      "description": "Encapsulates settings provided to GetIamPolicy.",
      "properties": {
        "requestedPolicyVersion": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
        }
      },
      "type": "object"
    },
    "RangePartitioning": {
      "properties": {
        "range": {
          "properties": {
            "end": {
              "type": "string",
              "format": "int64",
              "description": "[TrustedTester] [Required] The end of range partitioning, exclusive."
            },
            "interval": {
              "type": "string",
              "description": "[TrustedTester] [Required] The width of each interval.",
              "format": "int64"
            },
            "start": {
              "type": "string",
              "format": "int64",
              "description": "[TrustedTester] [Required] The start of range partitioning, inclusive."
            }
          },
          "type": "object",
          "description": "[TrustedTester] [Required] Defines the ranges for range partitioning."
        },
        "field": {
          "type": "string",
          "description": "[TrustedTester] [Required] The table is partitioned by this field. The field must be a top-level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64."
        }
      },
      "type": "object",
      "id": "RangePartitioning"
    },
    "TrainingRun": {
      "type": "object",
      "id": "TrainingRun",
      "properties": {
        "dataSplitResult": {
          "description": "Data split result of the training run. Only set when the input data is actually split.",
          "$ref": "DataSplitResult"
        },
        "results": {
          "type": "array",
          "description": "Output of each iteration run, results.size() \u003c= max_iterations.",
          "items": {
            "$ref": "IterationResult"
          }
        },
        "trainingOptions": {
          "description": "Options that were used for this training run, includes user specified and default options that were used.",
          "$ref": "TrainingOptions"
        },
        "evaluationMetrics": {
          "$ref": "EvaluationMetrics",
          "description": "The evaluation metrics over training/eval data that were computed at the end of training."
        },
        "startTime": {
          "description": "The start time of this training run.",
          "format": "google-datetime",
          "type": "string"
        }
      },
      "description": "Information about a single training query run for the model."
    },
    "JobConfigurationExtract": {
      "id": "JobConfigurationExtract",
      "type": "object",
      "properties": {
        "compression": {
          "type": "string",
          "description": "[Optional] The compression type to use for exported files. Possible values include GZIP, DEFLATE, SNAPPY, and NONE. The default value is NONE. DEFLATE and SNAPPY are only supported for Avro. Not applicable when extracting models."
        },
        "printHeader": {
          "description": "[Optional] Whether to print out a header row in the results. Default is true. Not applicable when extracting models.",
          "default": "true",
          "type": "boolean"
        },
        "destinationFormat": {
          "description": "[Optional] The exported file format. Possible values include CSV, NEWLINE_DELIMITED_JSON, PARQUET or AVRO for tables and ML_TF_SAVED_MODEL or ML_XGBOOST_BOOSTER for models. The default value for tables is CSV. Tables with nested or repeated fields cannot be exported as CSV. The default value for models is ML_TF_SAVED_MODEL.",
          "type": "string"
        },
        "fieldDelimiter": {
          "type": "string",
          "description": "[Optional] Delimiter to use between fields in the exported data. Default is ','. Not applicable when extracting models."
        },
        "useAvroLogicalTypes": {
          "description": "[Optional] If destinationFormat is set to \"AVRO\", this flag indicates whether to enable extracting applicable column types (such as TIMESTAMP) to their corresponding AVRO logical types (timestamp-micros), instead of only using their raw types (avro-long). Not applicable when extracting models.",
          "type": "boolean"
        },
        "destinationUris": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "[Pick one] A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written."
        },
        "sourceModel": {
          "$ref": "ModelReference",
          "description": "A reference to the model being exported."
        },
        "destinationUri": {
          "type": "string",
          "description": "[Pick one] DEPRECATED: Use destinationUris instead, passing only one URI as necessary. The fully-qualified Google Cloud Storage URI where the extracted table should be written."
        },
        "sourceTable": {
          "$ref": "TableReference",
          "description": "A reference to the table being exported."
        }
      }
    },
    "RankingMetrics": {
      "type": "object",
      "properties": {
        "averageRank": {
          "format": "double",
          "description": "Determines the goodness of a ranking by computing the percentile rank from the predicted confidence and dividing it by the original rank.",
          "type": "number"
        },
        "normalizedDiscountedCumulativeGain": {
          "type": "number",
          "format": "double",
          "description": "A metric to determine the goodness of a ranking calculated from the predicted confidence by comparing it to an ideal rank measured by the original ratings."
        },
        "meanAveragePrecision": {
          "type": "number",
          "format": "double",
          "description": "Calculates a precision per user for all the items by ranking them and then averages all the precisions across all the users."
        },
        "meanSquaredError": {
          "description": "Similar to the mean squared error computed in regression and explicit recommendation models except instead of computing the rating directly, the output from evaluate is computed against a preference which is 1 or 0 depending on if the rating exists or not.",
          "type": "number",
          "format": "double"
        }
      },
      "id": "RankingMetrics",
      "description": "Evaluation metrics used by weighted-ALS models specified by feedback_type=implicit."
    },
    "TableReference": {
      "type": "object",
      "properties": {
        "datasetId": {
          "description": "[Required] The ID of the dataset containing this table.",
          "annotations": {
            "required": [
              "bigquery.tables.update"
            ]
          },
          "type": "string"
        },
        "projectId": {
          "type": "string",
          "annotations": {
            "required": [
              "bigquery.tables.update"
            ]
          },
          "description": "[Required] The ID of the project containing this table."
        },
        "tableId": {
          "description": "[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.",
          "annotations": {
            "required": [
              "bigquery.tables.update"
            ]
          },
          "type": "string"
        }
      },
      "id": "TableReference"
    },
    "JobStatistics3": {
      "properties": {
        "outputBytes": {
          "type": "string",
          "description": "[Output-only] Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.",
          "format": "int64"
        },
        "inputFiles": {
          "type": "string",
          "description": "[Output-only] Number of source files in a load job.",
          "format": "int64"
        },
        "outputRows": {
          "description": "[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.",
          "type": "string",
          "format": "int64"
        },
        "badRecords": {
          "type": "string",
          "description": "[Output-only] The number of bad records encountered. Note that if the job has failed because of more bad records encountered than the maximum allowed in the load job configuration, then this number can be less than the total number of bad records present in the input data.",
          "format": "int64"
        },
        "inputFileBytes": {
          "format": "int64",
          "type": "string",
          "description": "[Output-only] Number of bytes of source data in a load job."
        }
      },
      "id": "JobStatistics3",
      "type": "object"
    },
    "StandardSqlStructType": {
      "type": "object",
      "id": "StandardSqlStructType",
      "properties": {
        "fields": {
          "type": "array",
          "items": {
            "$ref": "StandardSqlField"
          }
        }
      }
    },
    "DatasetAccessEntry": {
      "type": "object",
      "properties": {
        "dataset": {
          "description": "[Required] The dataset this entry applies to.",
          "$ref": "DatasetReference"
        },
        "target_types": {
          "items": {
            "type": "object",
            "properties": {
              "targetType": {
                "type": "string",
                "description": "[Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset."
              }
            }
          },
          "type": "array"
        }
      },
      "id": "DatasetAccessEntry"
    },
    "DataSplitResult": {
      "description": "Data split result. This contains references to the training and evaluation data tables that were used to train the model.",
      "id": "DataSplitResult",
      "type": "object",
      "properties": {
        "evaluationTable": {
          "description": "Table reference of the evaluation data after split.",
          "$ref": "TableReference"
        },
        "trainingTable": {
          "description": "Table reference of the training data after split.",
          "$ref": "TableReference"
        }
      }
    },
    "TableFieldSchema": {
      "properties": {
        "maxLength": {
          "format": "int64",
          "type": "string",
          "description": "[Optional] Maximum length of values of this field for STRINGS or BYTES. If max_length is not specified, no maximum length constraint is imposed on this field. If type = \"STRING\", then max_length represents the maximum UTF-8 length of strings in this field. If type = \"BYTES\", then max_length represents the maximum number of bytes in this field. It is invalid to set this field if type ≠ \"STRING\" and ≠ \"BYTES\"."
        },
        "mode": {
          "type": "string",
          "description": "[Optional] The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE."
        },
        "scale": {
          "format": "int64",
          "type": "string",
          "description": "[Optional] See documentation for precision."
        },
        "policyTags": {
          "properties": {
            "names": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "A list of category resource names. For example, \"projects/1/location/eu/taxonomies/2/policyTags/3\". At most 1 policy tag is allowed."
            }
          },
          "type": "object"
        },
        "fields": {
          "type": "array",
          "items": {
            "$ref": "TableFieldSchema"
          },
          "description": "[Optional] Describes the nested schema fields if the type property is set to RECORD."
        },
        "description": {
          "type": "string",
          "description": "[Optional] The field description. The maximum length is 1,024 characters."
        },
        "precision": {
          "format": "int64",
          "description": "[Optional] Precision (maximum number of total digits in base 10) and scale (maximum number of digits in the fractional part in base 10) constraints for values of this field for NUMERIC or BIGNUMERIC. It is invalid to set precision or scale if type ≠ \"NUMERIC\" and ≠ \"BIGNUMERIC\". If precision and scale are not specified, no value range constraint is imposed on this field insofar as values are permitted by the type. Values of this NUMERIC or BIGNUMERIC field must be in this range when: - Precision (P) and scale (S) are specified: [-10P-S + 10-S, 10P-S - 10-S] - Precision (P) is specified but not scale (and thus scale is interpreted to be equal to zero): [-10P + 1, 10P - 1]. Acceptable values for precision and scale if both are specified: - If type = \"NUMERIC\": 1 ≤ precision - scale ≤ 29 and 0 ≤ scale ≤ 9. - If type = \"BIGNUMERIC\": 1 ≤ precision - scale ≤ 38 and 0 ≤ scale ≤ 38. Acceptable values for precision if only precision is specified but not scale (and thus scale is interpreted to be equal to zero): - If type = \"NUMERIC\": 1 ≤ precision ≤ 29. - If type = \"BIGNUMERIC\": 1 ≤ precision ≤ 38. If scale is specified but not precision, then it is invalid.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "[Required] The field data type. Possible values include STRING, BYTES, INTEGER, INT64 (same as INTEGER), FLOAT, FLOAT64 (same as FLOAT), NUMERIC, BIGNUMERIC, BOOLEAN, BOOL (same as BOOLEAN), TIMESTAMP, DATE, TIME, DATETIME, INTERVAL, RECORD (where RECORD indicates that the field contains a nested schema) or STRUCT (same as RECORD)."
        },
        "name": {
          "description": "[Required] The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 300 characters.",
          "type": "string"
        },
        "categories": {
          "type": "object",
          "description": "[Optional] The categories attached to this field, used for field-level access control.",
          "properties": {
            "names": {
              "description": "A list of category resource names. For example, \"projects/1/taxonomies/2/categories/3\". At most 5 categories are allowed.",
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      },
      "type": "object",
      "id": "TableFieldSchema"
    },
    "TrainingOptions": {
      "description": "Options used in model training.",
      "type": "object",
      "id": "TrainingOptions",
      "properties": {
        "timeSeriesIdColumn": {
          "description": "The time series id column that was used during ARIMA model training.",
          "type": "string"
        },
        "l1Regularization": {
          "description": "L1 regularization coefficient.",
          "type": "number",
          "format": "double"
        },
        "dropout": {
          "type": "number",
          "description": "Dropout probability for dnn models.",
          "format": "double"
        },
        "initialLearnRate": {
          "type": "number",
          "format": "double",
          "description": "Specifies the initial learning rate for the line search learn rate strategy."
        },
        "timeSeriesTimestampColumn": {
          "type": "string",
          "description": "Column to be designated as time series timestamp for ARIMA model."
        },
        "dataSplitColumn": {
          "type": "string",
          "description": "The column to split data with. This column won't be used as a feature. 1. When data_split_method is CUSTOM, the corresponding column should be boolean. The rows with true value tag are eval data, and the false are training data. 2. When data_split_method is SEQ, the first DATA_SPLIT_EVAL_FRACTION rows (from smallest to largest) in the corresponding column are used as training data, and the rest are eval data. It respects the order in Orderable data types: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#data-type-properties"
        },
        "modelUri": {
          "type": "string",
          "description": "Google Cloud Storage URI from which the model was imported. Only applicable for imported models."
        },
        "autoArimaMaxOrder": {
          "format": "int64",
          "type": "string",
          "description": "The max value of non-seasonal p and q."
        },
        "hiddenUnits": {
          "type": "array",
          "description": "Hidden units for dnn models.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "includeDrift": {
          "type": "boolean",
          "description": "Include drift when fitting an ARIMA model."
        },
        "distanceType": {
          "description": "Distance type for clustering models.",
          "type": "string",
          "enumDescriptions": [
            "",
            "Eculidean distance.",
            "Cosine distance."
          ],
          "enum": [
            "DISTANCE_TYPE_UNSPECIFIED",
            "EUCLIDEAN",
            "COSINE"
          ]
        },
        "earlyStop": {
          "type": "boolean",
          "description": "Whether to stop early when the loss doesn't improve significantly any more (compared to min_relative_progress). Used only for iterative training algorithms."
        },
        "autoArima": {
          "type": "boolean",
          "description": "Whether to enable auto ARIMA or not."
        },
        "minRelativeProgress": {
          "description": "When early_stop is true, stops training when accuracy improvement is less than 'min_relative_progress'. Used only for iterative training algorithms.",
          "format": "double",
          "type": "number"
        },
        "dataSplitEvalFraction": {
          "description": "The fraction of evaluation data over the whole input data. The rest of data will be used as training data. The format should be double. Accurate to two decimal places. Default value is 0.2.",
          "format": "double",
          "type": "number"
        },
        "l2Regularization": {
          "format": "double",
          "description": "L2 regularization coefficient.",
          "type": "number"
        },
        "kmeansInitializationColumn": {
          "description": "The column used to provide the initial centroids for kmeans algorithm when kmeans_initialization_method is CUSTOM.",
          "type": "string"
        },
        "numFactors": {
          "format": "int64",
          "type": "string",
          "description": "Num factors specified for matrix factorization models."
        },
        "nonSeasonalOrder": {
          "description": "A specification of the non-seasonal part of the ARIMA model: the three components (p, d, q) are the AR order, the degree of differencing, and the MA order.",
          "$ref": "ArimaOrder"
        },
        "userColumn": {
          "type": "string",
          "description": "User column specified for matrix factorization models."
        },
        "optimizationStrategy": {
          "enum": [
            "OPTIMIZATION_STRATEGY_UNSPECIFIED",
            "BATCH_GRADIENT_DESCENT",
            "NORMAL_EQUATION"
          ],
          "enumDescriptions": [
            "",
            "Uses an iterative batch gradient descent algorithm.",
            "Uses a normal equation to solve linear regression problem."
          ],
          "type": "string",
          "description": "Optimization strategy for training linear regression models."
        },
        "kmeansInitializationMethod": {
          "enumDescriptions": [
            "Unspecified initialization method.",
            "Initializes the centroids randomly.",
            "Initializes the centroids using data specified in kmeans_initialization_column.",
            "Initializes with kmeans++."
          ],
          "description": "The method used to initialize the centroids for kmeans algorithm.",
          "enum": [
            "KMEANS_INITIALIZATION_METHOD_UNSPECIFIED",
            "RANDOM",
            "CUSTOM",
            "KMEANS_PLUS_PLUS"
          ],
          "type": "string"
        },
        "maxTreeDepth": {
          "description": "Maximum depth of a tree for boosted tree models.",
          "type": "string",
          "format": "int64"
        },
        "batchSize": {
          "description": "Batch size for dnn models.",
          "format": "int64",
          "type": "string"
        },
        "learnRateStrategy": {
          "enum": [
            "LEARN_RATE_STRATEGY_UNSPECIFIED",
            "LINE_SEARCH",
            "CONSTANT"
          ],
          "description": "The strategy to determine learn rate for the current iteration.",
          "enumDescriptions": [
            "",
            "Use line search to determine learning rate.",
            "Use a constant learning rate."
          ],
          "type": "string"
        },
        "warmStart": {
          "description": "Whether to train a model from the last checkpoint.",
          "type": "boolean"
        },
        "maxIterations": {
          "description": "The maximum number of iterations in training. Used only for iterative training algorithms.",
          "format": "int64",
          "type": "string"
        },
        "lossType": {
          "enumDescriptions": [
            "",
            "Mean squared loss, used for linear regression.",
            "Mean log loss, used for logistic regression."
          ],
          "type": "string",
          "enum": [
            "LOSS_TYPE_UNSPECIFIED",
            "MEAN_SQUARED_LOSS",
            "MEAN_LOG_LOSS"
          ],
          "description": "Type of loss function used during training run."
        },
        "preserveInputStructs": {
          "description": "Whether to preserve the input structs in output feature names. Suppose there is a struct A with field b. When false (default), the output feature name is A_b. When true, the output feature name is A.b.",
          "type": "boolean"
        },
        "minSplitLoss": {
          "type": "number",
          "format": "double",
          "description": "Minimum split loss for boosted tree models."
        },
        "walsAlpha": {
          "format": "double",
          "description": "Hyperparameter for matrix factoration when implicit feedback type is specified.",
          "type": "number"
        },
        "subsample": {
          "type": "number",
          "format": "double",
          "description": "Subsample fraction of the training data to grow tree to prevent overfitting for boosted tree models."
        },
        "timeSeriesDataColumn": {
          "type": "string",
          "description": "Column to be designated as time series data for ARIMA model."
        },
        "numClusters": {
          "format": "int64",
          "type": "string",
          "description": "Number of clusters for clustering models."
        },
        "dataFrequency": {
          "enum": [
            "DATA_FREQUENCY_UNSPECIFIED",
            "AUTO_FREQUENCY",
            "YEARLY",
            "QUARTERLY",
            "MONTHLY",
            "WEEKLY",
            "DAILY",
            "HOURLY",
            "PER_MINUTE"
          ],
          "enumDescriptions": [
            "",
            "Automatically inferred from timestamps.",
            "Yearly data.",
            "Quarterly data.",
            "Monthly data.",
            "Weekly data.",
            "Daily data.",
            "Hourly data.",
            "Per-minute data."
          ],
          "description": "The data frequency of a time series.",
          "type": "string"
        },
        "cleanSpikesAndDips": {
          "description": "If true, clean spikes and dips in the input time series.",
          "type": "boolean"
        },
        "itemColumn": {
          "type": "string",
          "description": "Item column specified for matrix factorization models."
        },
        "timeSeriesIdColumns": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The time series id columns that were used during ARIMA model training."
        },
        "dataSplitMethod": {
          "enumDescriptions": [
            "",
            "Splits data randomly.",
            "Splits data with the user provided tags.",
            "Splits data sequentially.",
            "Data split will be skipped.",
            "Splits data automatically: Uses NO_SPLIT if the data size is small. Otherwise uses RANDOM."
          ],
          "description": "The data split type for training and evaluation, e.g. RANDOM.",
          "enum": [
            "DATA_SPLIT_METHOD_UNSPECIFIED",
            "RANDOM",
            "CUSTOM",
            "SEQUENTIAL",
            "NO_SPLIT",
            "AUTO_SPLIT"
          ],
          "type": "string"
        },
        "adjustStepChanges": {
          "type": "boolean",
          "description": "If true, detect step changes and make data adjustment in the input time series."
        },
        "feedbackType": {
          "enumDescriptions": [
            "",
            "Use weighted-als for implicit feedback problems.",
            "Use nonweighted-als for explicit feedback problems."
          ],
          "type": "string",
          "enum": [
            "FEEDBACK_TYPE_UNSPECIFIED",
            "IMPLICIT",
            "EXPLICIT"
          ],
          "description": "Feedback type that specifies which algorithm to run for matrix factorization."
        },
        "horizon": {
          "type": "string",
          "description": "The number of periods ahead that need to be forecasted.",
          "format": "int64"
        },
        "decomposeTimeSeries": {
          "type": "boolean",
          "description": "If true, perform decompose time series and save the results."
        },
        "holidayRegion": {
          "description": "The geographical region based on which the holidays are considered in time series modeling. If a valid value is specified, then holiday effects modeling is enabled.",
          "enum": [
            "HOLIDAY_REGION_UNSPECIFIED",
            "GLOBAL",
            "NA",
            "JAPAC",
            "EMEA",
            "LAC",
            "AE",
            "AR",
            "AT",
            "AU",
            "BE",
            "BR",
            "CA",
            "CH",
            "CL",
            "CN",
            "CO",
            "CS",
            "CZ",
            "DE",
            "DK",
            "DZ",
            "EC",
            "EE",
            "EG",
            "ES",
            "FI",
            "FR",
            "GB",
            "GR",
            "HK",
            "HU",
            "ID",
            "IE",
            "IL",
            "IN",
            "IR",
            "IT",
            "JP",
            "KR",
            "LV",
            "MA",
            "MX",
            "MY",
            "NG",
            "NL",
            "NO",
            "NZ",
            "PE",
            "PH",
            "PK",
            "PL",
            "PT",
            "RO",
            "RS",
            "RU",
            "SA",
            "SE",
            "SG",
            "SI",
            "SK",
            "TH",
            "TR",
            "TW",
            "UA",
            "US",
            "VE",
            "VN",
            "ZA"
          ],
          "enumDescriptions": [
            "Holiday region unspecified.",
            "Global.",
            "North America.",
            "Japan and Asia Pacific: Korea, Greater China, India, Australia, and New Zealand.",
            "Europe, the Middle East and Africa.",
            "Latin America and the Caribbean.",
            "United Arab Emirates",
            "Argentina",
            "Austria",
            "Australia",
            "Belgium",
            "Brazil",
            "Canada",
            "Switzerland",
            "Chile",
            "China",
            "Colombia",
            "Czechoslovakia",
            "Czech Republic",
            "Germany",
            "Denmark",
            "Algeria",
            "Ecuador",
            "Estonia",
            "Egypt",
            "Spain",
            "Finland",
            "France",
            "Great Britain (United Kingdom)",
            "Greece",
            "Hong Kong",
            "Hungary",
            "Indonesia",
            "Ireland",
            "Israel",
            "India",
            "Iran",
            "Italy",
            "Japan",
            "Korea (South)",
            "Latvia",
            "Morocco",
            "Mexico",
            "Malaysia",
            "Nigeria",
            "Netherlands",
            "Norway",
            "New Zealand",
            "Peru",
            "Philippines",
            "Pakistan",
            "Poland",
            "Portugal",
            "Romania",
            "Serbia",
            "Russian Federation",
            "Saudi Arabia",
            "Sweden",
            "Singapore",
            "Slovenia",
            "Slovakia",
            "Thailand",
            "Turkey",
            "Taiwan",
            "Ukraine",
            "United States",
            "Venezuela",
            "Viet Nam",
            "South Africa"
          ],
          "type": "string"
        },
        "inputLabelColumns": {
          "type": "array",
          "description": "Name of input label columns in training data.",
          "items": {
            "type": "string"
          }
        },
        "learnRate": {
          "description": "Learning rate in training. Used only for iterative training algorithms.",
          "format": "double",
          "type": "number"
        },
        "labelClassWeights": {
          "additionalProperties": {
            "format": "double",
            "type": "number"
          },
          "type": "object",
          "description": "Weights associated with each label class, for rebalancing the training data. Only applicable for classification models."
        }
      }
    },
    "MaterializedViewDefinition": {
      "id": "MaterializedViewDefinition",
      "properties": {
        "refreshIntervalMs": {
          "format": "int64",
          "description": "[Optional] [TrustedTester] The maximum frequency at which this materialized view will be refreshed. The default value is \"1800000\" (30 minutes).",
          "type": "string"
        },
        "query": {
          "description": "[Required] A query whose result is persisted.",
          "type": "string"
        },
        "lastRefreshTime": {
          "format": "int64",
          "description": "[Output-only] [TrustedTester] The time when this materialized view was last modified, in milliseconds since the epoch.",
          "type": "string"
        },
        "enableRefresh": {
          "type": "boolean",
          "description": "[Optional] [TrustedTester] Enable automatic refresh of the materialized view when the base table is updated. The default value is \"true\"."
        }
      },
      "type": "object"
    },
    "ArimaCoefficients": {
      "id": "ArimaCoefficients",
      "type": "object",
      "properties": {
        "movingAverageCoefficients": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          },
          "description": "Moving-average coefficients, an array of double."
        },
        "autoRegressiveCoefficients": {
          "description": "Auto-regressive coefficients, an array of double.",
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "interceptCoefficient": {
          "type": "number",
          "format": "double",
          "description": "Intercept coefficient, just a double not an array."
        }
      },
      "description": "Arima coefficients."
    },
    "BigtableOptions": {
      "id": "BigtableOptions",
      "properties": {
        "readRowkeyAsString": {
          "type": "boolean",
          "description": "[Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false."
        },
        "columnFamilies": {
          "description": "[Optional] List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.",
          "type": "array",
          "items": {
            "$ref": "BigtableColumnFamily"
          }
        },
        "ignoreUnspecifiedColumnFamilies": {
          "description": "[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "ArimaSingleModelForecastingMetrics": {
      "description": "Model evaluation metrics for a single ARIMA forecasting model.",
      "type": "object",
      "id": "ArimaSingleModelForecastingMetrics",
      "properties": {
        "timeSeriesIds": {
          "items": {
            "type": "string"
          },
          "description": "The tuple of time_series_ids identifying this time series. It will be one of the unique tuples of values present in the time_series_id_columns specified during ARIMA model training. Only present when time_series_id_columns training option was used and the order of values here are same as the order of time_series_id_columns.",
          "type": "array"
        },
        "hasSpikesAndDips": {
          "description": "If true, spikes_and_dips is a part of time series decomposition result.",
          "type": "boolean"
        },
        "hasStepChanges": {
          "type": "boolean",
          "description": "If true, step_changes is a part of time series decomposition result."
        },
        "nonSeasonalOrder": {
          "description": "Non-seasonal order.",
          "$ref": "ArimaOrder"
        },
        "seasonalPeriods": {
          "items": {
            "enum": [
              "SEASONAL_PERIOD_TYPE_UNSPECIFIED",
              "NO_SEASONALITY",
              "DAILY",
              "WEEKLY",
              "MONTHLY",
              "QUARTERLY",
              "YEARLY"
            ],
            "type": "string",
            "enumDescriptions": [
              "",
              "No seasonality",
              "Daily period, 24 hours.",
              "Weekly period, 7 days.",
              "Monthly period, 30 days or irregular.",
              "Quarterly period, 90 days or irregular.",
              "Yearly period, 365 days or irregular."
            ]
          },
          "description": "Seasonal periods. Repeated because multiple periods are supported for one time series.",
          "type": "array"
        },
        "hasHolidayEffect": {
          "description": "If true, holiday_effect is a part of time series decomposition result.",
          "type": "boolean"
        },
        "timeSeriesId": {
          "type": "string",
          "description": "The time_series_id value for this time series. It will be one of the unique values from the time_series_id_column specified during ARIMA model training. Only present when time_series_id_column training option was used."
        },
        "hasDrift": {
          "type": "boolean",
          "description": "Is arima model fitted with drift or not. It is always false when d is not 1."
        },
        "arimaFittingMetrics": {
          "description": "Arima fitting metrics.",
          "$ref": "ArimaFittingMetrics"
        }
      }
    },
    "ProjectList": {
      "id": "ProjectList",
      "type": "object",
      "properties": {
        "kind": {
          "type": "string",
          "default": "bigquery#projectList",
          "description": "The type of list."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token to request the next page of results."
        },
        "etag": {
          "type": "string",
          "description": "A hash of the page of results"
        },
        "totalItems": {
          "description": "The total number of projects in the list.",
          "format": "int32",
          "type": "integer"
        },
        "projects": {
          "type": "array",
          "description": "Projects to which you have at least READ access.",
          "items": {
            "properties": {
              "projectReference": {
                "description": "A unique reference to this project.",
                "$ref": "ProjectReference"
              },
              "kind": {
                "description": "The resource type.",
                "type": "string",
                "default": "bigquery#project"
              },
              "friendlyName": {
                "description": "A descriptive name for this project.",
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "An opaque ID of this project."
              },
              "numericId": {
                "description": "The numeric ID of this project.",
                "format": "uint64",
                "type": "string"
              }
            },
            "type": "object"
          }
        }
      }
    },
    "DatasetList": {
      "type": "object",
      "properties": {
        "etag": {
          "type": "string",
          "description": "A hash value of the results page. You can use this property to determine if the page has changed since the last request."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token that can be used to request the next results page. This property is omitted on the final results page."
        },
        "kind": {
          "default": "bigquery#datasetList",
          "type": "string",
          "description": "The list type. This property always returns the value \"bigquery#datasetList\"."
        },
        "datasets": {
          "description": "An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.",
          "type": "array",
          "items": {
            "properties": {
              "labels": {
                "description": "The labels associated with this dataset. You can use these to organize and group your datasets.",
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              },
              "location": {
                "description": "The geographic location where the data resides.",
                "type": "string"
              },
              "id": {
                "type": "string",
                "description": "The fully-qualified, unique, opaque ID of the dataset."
              },
              "kind": {
                "default": "bigquery#dataset",
                "description": "The resource type. This property always returns the value \"bigquery#dataset\".",
                "type": "string"
              },
              "friendlyName": {
                "type": "string",
                "description": "A descriptive name for the dataset, if one exists."
              },
              "datasetReference": {
                "$ref": "DatasetReference",
                "description": "The dataset reference. Use this property to access specific parts of the dataset's ID, such as project ID or dataset ID."
              }
            },
            "type": "object"
          }
        }
      },
      "id": "DatasetList"
    },
    "TestIamPermissionsRequest": {
      "properties": {
        "permissions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions)."
        }
      },
      "id": "TestIamPermissionsRequest",
      "type": "object",
      "description": "Request message for `TestIamPermissions` method."
    },
    "RoutineReference": {
      "id": "RoutineReference",
      "type": "object",
      "properties": {
        "datasetId": {
          "type": "string",
          "description": "[Required] The ID of the dataset containing this routine."
        },
        "projectId": {
          "description": "[Required] The ID of the project containing this routine.",
          "type": "string"
        },
        "routineId": {
          "type": "string",
          "description": "[Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters."
        }
      }
    },
    "Dataset": {
      "type": "object",
      "id": "Dataset",
      "properties": {
        "kind": {
          "default": "bigquery#dataset",
          "description": "[Output-only] The resource type.",
          "type": "string"
        },
        "friendlyName": {
          "type": "string",
          "description": "[Optional] A descriptive name for the dataset."
        },
        "labels": {
          "type": "object",
          "description": "The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See Creating and Updating Dataset Labels for more information.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "id": {
          "description": "[Output-only] The fully-qualified unique name of the dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.",
          "type": "string"
        },
        "access": {
          "type": "array",
          "description": "[Optional] An array of objects that define dataset access for one or more entities. You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;",
          "items": {
            "type": "object",
            "properties": {
              "role": {
                "description": "[Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER  roles/bigquery.dataOwner WRITER  roles/bigquery.dataEditor READER  roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to \"roles/bigquery.dataOwner\", it will be returned back as \"OWNER\".",
                "type": "string"
              },
              "specialGroup": {
                "description": "[Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.",
                "type": "string"
              },
              "userByEmail": {
                "type": "string",
                "description": "[Pick one] An email address of a user to grant access to. For example: fred@example.com. Maps to IAM policy member \"user:EMAIL\" or \"serviceAccount:EMAIL\"."
              },
              "iamMember": {
                "description": "[Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.",
                "type": "string"
              },
              "groupByEmail": {
                "description": "[Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member \"group:GROUP\".",
                "type": "string"
              },
              "dataset": {
                "$ref": "DatasetAccessEntry",
                "description": "[Pick one] A grant authorizing all resources of a particular type in a particular dataset access to this dataset. Only views are supported for now. The role field is not required when this field is set. If that dataset is deleted and re-created, its access needs to be granted again via an update operation."
              },
              "routine": {
                "description": "[Pick one] A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.",
                "$ref": "RoutineReference"
              },
              "view": {
                "$ref": "TableReference",
                "description": "[Pick one] A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation."
              },
              "domain": {
                "description": "[Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: \"example.com\". Maps to IAM policy member \"domain:DOMAIN\".",
                "type": "string"
              }
            }
          }
        },
        "description": {
          "type": "string",
          "description": "[Optional] A user-friendly description of the dataset."
        },
        "defaultTableExpirationMs": {
          "format": "int64",
          "type": "string",
          "description": "[Optional] The default lifetime of all tables in the dataset, in milliseconds. The minimum value is 3600000 milliseconds (one hour). Once this property is set, all newly-created tables in the dataset will have an expirationTime property set to the creation time plus the value in this property, and changing the value will only affect new tables, not existing ones. When the expirationTime for a given table is reached, that table will be deleted automatically. If a table's expirationTime is modified or removed before the table expires, or if you provide an explicit expirationTime when creating a table, that value takes precedence over the default expiration time indicated by this property."
        },
        "satisfiesPZS": {
          "description": "[Output-only] Reserved for future use.",
          "type": "boolean"
        },
        "etag": {
          "type": "string",
          "description": "[Output-only] A hash of the resource."
        },
        "defaultEncryptionConfiguration": {
          "$ref": "EncryptionConfiguration"
        },
        "location": {
          "description": "The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.",
          "type": "string"
        },
        "creationTime": {
          "description": "[Output-only] The time when this dataset was created, in milliseconds since the epoch.",
          "format": "int64",
          "type": "string"
        },
        "defaultPartitionExpirationMs": {
          "type": "string",
          "format": "int64",
          "description": "[Optional] The default partition expiration for all partitioned tables in the dataset, in milliseconds. Once this property is set, all newly-created partitioned tables in the dataset will have an expirationMs property in the timePartitioning settings set to this value, and changing the value will only affect new tables, not existing ones. The storage in a partition will have an expiration time of its partition time plus this value. Setting this property overrides the use of defaultTableExpirationMs for partitioned tables: only one of defaultTableExpirationMs and defaultPartitionExpirationMs will be used for any new partitioned table. If you provide an explicit timePartitioning.expirationMs when creating or updating a partitioned table, that value takes precedence over the default partition expiration time indicated by this property."
        },
        "selfLink": {
          "type": "string",
          "description": "[Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource."
        },
        "lastModifiedTime": {
          "type": "string",
          "format": "int64",
          "description": "[Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch."
        },
        "datasetReference": {
          "description": "[Required] A reference that identifies the dataset.",
          "$ref": "DatasetReference"
        }
      }
    },
    "QueryTimelineSample": {
      "id": "QueryTimelineSample",
      "type": "object",
      "properties": {
        "pendingUnits": {
          "type": "string",
          "description": "Total parallel units of work remaining for the active stages.",
          "format": "int64"
        },
        "totalSlotMs": {
          "format": "int64",
          "type": "string",
          "description": "Cumulative slot-ms consumed by the query."
        },
        "completedUnits": {
          "format": "int64",
          "description": "Total parallel units of work completed by this query.",
          "type": "string"
        },
        "activeUnits": {
          "description": "Total number of units currently being processed by workers. This does not correspond directly to slot usage. This is the largest value observed since the last sample.",
          "format": "int64",
          "type": "string"
        },
        "elapsedMs": {
          "type": "string",
          "format": "int64",
          "description": "Milliseconds elapsed since the start of query execution."
        }
      }
    },
    "JsonValue": {
      "id": "JsonValue",
      "type": "any"
    },
    "ModelReference": {
      "id": "ModelReference",
      "type": "object",
      "properties": {
        "modelId": {
          "description": "[Required] The ID of the model. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.",
          "type": "string"
        },
        "datasetId": {
          "type": "string",
          "description": "[Required] The ID of the dataset containing this model."
        },
        "projectId": {
          "type": "string",
          "description": "[Required] The ID of the project containing this model."
        }
      }
    },
    "QueryParameterValue": {
      "type": "object",
      "id": "QueryParameterValue",
      "properties": {
        "structValues": {
          "type": "object",
          "description": "[Optional] The struct field values, in order of the struct type's declaration.",
          "additionalProperties": {
            "$ref": "QueryParameterValue"
          }
        },
        "arrayValues": {
          "items": {
            "$ref": "QueryParameterValue"
          },
          "type": "array",
          "description": "[Optional] The array values, if this is an array type."
        },
        "value": {
          "type": "string",
          "description": "[Optional] The value of this value, if a simple scalar type."
        }
      }
    },
    "ExplainQueryStep": {
      "type": "object",
      "id": "ExplainQueryStep",
      "properties": {
        "substeps": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Human-readable stage descriptions."
        },
        "kind": {
          "type": "string",
          "description": "Machine-readable operation type."
        }
      }
    },
    "ExternalDataConfiguration": {
      "id": "ExternalDataConfiguration",
      "type": "object",
      "properties": {
        "compression": {
          "description": "[Optional] The compression type of the data source. Possible values include GZIP and NONE. The default value is NONE. This setting is ignored for Google Cloud Bigtable, Google Cloud Datastore backups and Avro formats.",
          "type": "string"
        },
        "sourceFormat": {
          "type": "string",
          "description": "[Required] The data format. For CSV files, specify \"CSV\". For Google sheets, specify \"GOOGLE_SHEETS\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro files, specify \"AVRO\". For Google Cloud Datastore backups, specify \"DATASTORE_BACKUP\". [Beta] For Google Cloud Bigtable, specify \"BIGTABLE\"."
        },
        "bigtableOptions": {
          "description": "[Optional] Additional options if sourceFormat is set to BIGTABLE.",
          "$ref": "BigtableOptions"
        },
        "decimalTargetTypes": {
          "description": "[Optional] Defines the list of possible SQL data types to which the source decimal values are converted. This list and the precision and the scale parameters of the decimal field determine the target type. In the order of NUMERIC, BIGNUMERIC, and STRING, a type is picked if it is in the specified list and if it supports the precision and the scale. STRING supports all precision and scale values. If none of the listed types supports the precision and the scale, the type supporting the widest range in the specified list is picked, and if a value exceeds the supported range when reading the data, an error will be thrown. Example: Suppose the value of this field is [\"NUMERIC\", \"BIGNUMERIC\"]. If (precision,scale) is: (38,9) -\u003e NUMERIC; (39,9) -\u003e BIGNUMERIC (NUMERIC cannot hold 30 integer digits); (38,10) -\u003e BIGNUMERIC (NUMERIC cannot hold 10 fractional digits); (76,38) -\u003e BIGNUMERIC; (77,38) -\u003e BIGNUMERIC (error if value exeeds supported range). This field cannot contain duplicate types. The order of the types in this field is ignored. For example, [\"BIGNUMERIC\", \"NUMERIC\"] is the same as [\"NUMERIC\", \"BIGNUMERIC\"] and NUMERIC always takes precedence over BIGNUMERIC. Defaults to [\"NUMERIC\", \"STRING\"] for ORC and [\"NUMERIC\"] for the other file formats.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "schema": {
          "$ref": "TableSchema",
          "description": "[Optional] The schema for the data. Schema is required for CSV and JSON formats. Schema is disallowed for Google Cloud Bigtable, Cloud Datastore backups, and Avro formats."
        },
        "autodetect": {
          "description": "Try to detect schema and format options automatically. Any option specified explicitly will be honored.",
          "type": "boolean"
        },
        "sourceUris": {
          "items": {
            "type": "string"
          },
          "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one URI can be specified. Also, the '*' wildcard character is not allowed.",
          "type": "array"
        },
        "parquetOptions": {
          "description": "Additional properties to set if sourceFormat is set to Parquet.",
          "$ref": "ParquetOptions"
        },
        "csvOptions": {
          "description": "Additional properties to set if sourceFormat is set to CSV.",
          "$ref": "CsvOptions"
        },
        "hivePartitioningOptions": {
          "$ref": "HivePartitioningOptions",
          "description": "[Optional] Options to configure hive partitioning support."
        },
        "googleSheetsOptions": {
          "$ref": "GoogleSheetsOptions",
          "description": "[Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS."
        },
        "ignoreUnknownValues": {
          "type": "boolean",
          "description": "[Optional] Indicates if BigQuery should allow extra values that are not represented in the table schema. If true, the extra values are ignored. If false, records with extra columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. The sourceFormat property determines what BigQuery treats as an extra value: CSV: Trailing columns JSON: Named values that don't match any column names Google Cloud Bigtable: This setting is ignored. Google Cloud Datastore backups: This setting is ignored. Avro: This setting is ignored."
        },
        "maxBadRecords": {
          "description": "[Optional] The maximum number of bad records that BigQuery can ignore when reading data. If the number of bad records exceeds this value, an invalid error is returned in the job result. This is only valid for CSV, JSON, and Google Sheets. The default value is 0, which requires that all records are valid. This setting is ignored for Google Cloud Bigtable, Google Cloud Datastore backups and Avro formats.",
          "type": "integer",
          "format": "int32"
        },
        "connectionId": {
          "type": "string",
          "description": "[Optional, Trusted Tester] Connection for external data source."
        }
      }
    },
    "IterationResult": {
      "type": "object",
      "properties": {
        "arimaResult": {
          "$ref": "ArimaResult"
        },
        "trainingLoss": {
          "description": "Loss computed on the training data at the end of iteration.",
          "format": "double",
          "type": "number"
        },
        "learnRate": {
          "format": "double",
          "type": "number",
          "description": "Learn rate used for this iteration."
        },
        "clusterInfos": {
          "items": {
            "$ref": "ClusterInfo"
          },
          "description": "Information about top clusters for clustering models.",
          "type": "array"
        },
        "index": {
          "description": "Index of the iteration, 0 based.",
          "type": "integer",
          "format": "int32"
        },
        "evalLoss": {
          "type": "number",
          "format": "double",
          "description": "Loss computed on the eval data at the end of iteration."
        },
        "durationMs": {
          "description": "Time taken to run the iteration in milliseconds.",
          "format": "int64",
          "type": "string"
        }
      },
      "id": "IterationResult",
      "description": "Information about a single iteration of the training run."
    },
    "Entry": {
      "id": "Entry",
      "type": "object",
      "description": "A single entry in the confusion matrix.",
      "properties": {
        "predictedLabel": {
          "description": "The predicted label. For confidence_threshold \u003e 0, we will also add an entry indicating the number of items under the confidence threshold.",
          "type": "string"
        },
        "itemCount": {
          "description": "Number of items being predicted as this label.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "StandardSqlDataType": {
      "properties": {
        "typeKind": {
          "enumDescriptions": [
            "Invalid type.",
            "Encoded as a string in decimal format.",
            "Encoded as a boolean \"false\" or \"true\".",
            "Encoded as a number, or string \"NaN\", \"Infinity\" or \"-Infinity\".",
            "Encoded as a string value.",
            "Encoded as a base64 string per RFC 4648, section 4.",
            "Encoded as an RFC 3339 timestamp with mandatory \"Z\" time zone string: 1985-04-12T23:20:50.52Z",
            "Encoded as RFC 3339 full-date format string: 1985-04-12",
            "Encoded as RFC 3339 partial-time format string: 23:20:50.52",
            "Encoded as RFC 3339 full-date \"T\" partial-time: 1985-04-12T23:20:50.52",
            "Encoded as fully qualified 3 part: 0-5 15 2:30:45.6",
            "Encoded as WKT",
            "Encoded as a decimal string.",
            "Encoded as a decimal string.",
            "Encoded as a string.",
            "Encoded as a list with types matching Type.array_type.",
            "Encoded as a list with fields of type Type.struct_type[i]. List is used because a JSON object cannot have duplicate field names."
          ],
          "enum": [
            "TYPE_KIND_UNSPECIFIED",
            "INT64",
            "BOOL",
            "FLOAT64",
            "STRING",
            "BYTES",
            "TIMESTAMP",
            "DATE",
            "TIME",
            "DATETIME",
            "INTERVAL",
            "GEOGRAPHY",
            "NUMERIC",
            "BIGNUMERIC",
            "JSON",
            "ARRAY",
            "STRUCT"
          ],
          "description": "Required. The top level type of this field. Can be any standard SQL data type (e.g., \"INT64\", \"DATE\", \"ARRAY\").",
          "type": "string"
        },
        "structType": {
          "description": "The fields of this struct, in order, if type_kind = \"STRUCT\".",
          "$ref": "StandardSqlStructType"
        },
        "arrayElementType": {
          "description": "The type of the array's elements, if type_kind = \"ARRAY\".",
          "$ref": "StandardSqlDataType"
        }
      },
      "description": "The type of a variable, e.g., a function argument. Examples: INT64: {type_kind=\"INT64\"} ARRAY: {type_kind=\"ARRAY\", array_element_type=\"STRING\"} STRUCT\u003e: {type_kind=\"STRUCT\", struct_type={fields=[ {name=\"x\", type={type_kind=\"STRING\"}}, {name=\"y\", type={type_kind=\"ARRAY\", array_element_type=\"DATE\"}} ]}}",
      "id": "StandardSqlDataType",
      "type": "object"
    },
    "ArimaFittingMetrics": {
      "type": "object",
      "description": "ARIMA model fitting metrics.",
      "id": "ArimaFittingMetrics",
      "properties": {
        "variance": {
          "type": "number",
          "description": "Variance.",
          "format": "double"
        },
        "aic": {
          "format": "double",
          "description": "AIC.",
          "type": "number"
        },
        "logLikelihood": {
          "type": "number",
          "description": "Log-likelihood.",
          "format": "double"
        }
      }
    },
    "Clustering": {
      "properties": {
        "fields": {
          "type": "array",
          "description": "[Repeated] One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "id": "Clustering"
    },
    "ListRoutinesResponse": {
      "type": "object",
      "id": "ListRoutinesResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token to request the next page of results."
        },
        "routines": {
          "description": "Routines in the requested dataset. Unless read_mask is set in the request, only the following fields are populated: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.",
          "type": "array",
          "items": {
            "$ref": "Routine"
          }
        }
      }
    },
    "BqmlTrainingRun": {
      "properties": {
        "startTime": {
          "description": "[Output-only, Beta] Training run start time in milliseconds since the epoch.",
          "type": "string",
          "format": "date-time"
        },
        "state": {
          "description": "[Output-only, Beta] Different state applicable for a training run. IN PROGRESS: Training run is in progress. FAILED: Training run ended due to a non-retryable failure. SUCCEEDED: Training run successfully completed. CANCELLED: Training run cancelled by the user.",
          "type": "string"
        },
        "trainingOptions": {
          "description": "[Output-only, Beta] Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.",
          "properties": {
            "earlyStop": {
              "type": "boolean"
            },
            "minRelProgress": {
              "type": "number",
              "format": "double"
            },
            "maxIteration": {
              "format": "int64",
              "type": "string"
            },
            "l2Reg": {
              "type": "number",
              "format": "double"
            },
            "warmStart": {
              "type": "boolean"
            },
            "learnRateStrategy": {
              "type": "string"
            },
            "lineSearchInitLearnRate": {
              "type": "number",
              "format": "double"
            },
            "learnRate": {
              "type": "number",
              "format": "double"
            },
            "l1Reg": {
              "format": "double",
              "type": "number"
            }
          },
          "type": "object"
        },
        "iterationResults": {
          "type": "array",
          "description": "[Output-only, Beta] List of each iteration results.",
          "items": {
            "$ref": "BqmlIterationResult"
          }
        }
      },
      "type": "object",
      "id": "BqmlTrainingRun"
    },
    "Streamingbuffer": {
      "type": "object",
      "id": "Streamingbuffer",
      "properties": {
        "estimatedBytes": {
          "format": "uint64",
          "description": "[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.",
          "type": "string"
        },
        "oldestEntryTime": {
          "format": "uint64",
          "type": "string",
          "description": "[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available."
        },
        "estimatedRows": {
          "description": "[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.",
          "format": "uint64",
          "type": "string"
        }
      }
    },
    "StandardSqlTableType": {
      "description": "A table type",
      "type": "object",
      "properties": {
        "columns": {
          "description": "The columns in this table type",
          "type": "array",
          "items": {
            "$ref": "StandardSqlField"
          }
        }
      },
      "id": "StandardSqlTableType"
    },
    "JobStatistics2": {
      "properties": {
        "totalSlotMs": {
          "description": "[Output-only] Slot-milliseconds for the job.",
          "format": "int64",
          "type": "string"
        },
        "ddlAffectedRowAccessPolicyCount": {
          "format": "int64",
          "description": "[Output-only] [Preview] The number of row access policies affected by a DDL statement. Present only for DROP ALL ROW ACCESS POLICIES queries.",
          "type": "string"
        },
        "billingTier": {
          "format": "int32",
          "description": "[Output-only] Billing tier for the job.",
          "type": "integer"
        },
        "modelTrainingExpectedTotalIteration": {
          "type": "string",
          "description": "[Output-only, Beta] Deprecated; do not use.",
          "format": "int64"
        },
        "referencedRoutines": {
          "items": {
            "$ref": "RoutineReference"
          },
          "description": "[Output-only] Referenced routines (persistent user-defined functions and stored procedures) for the job.",
          "type": "array"
        },
        "dmlStats": {
          "$ref": "DmlStatistics",
          "description": "[Output-only] Detailed statistics for DML statements Present only for DML statements INSERT, UPDATE, DELETE or TRUNCATE."
        },
        "ddlOperationPerformed": {
          "type": "string",
          "description": "The DDL operation performed, possibly dependent on the pre-existence of the DDL target. Possible values (new values might be added in the future): \"CREATE\": The query created the DDL target. \"SKIP\": No-op. Example cases: the query is CREATE TABLE IF NOT EXISTS while the table already exists, or the query is DROP TABLE IF EXISTS while the table does not exist. \"REPLACE\": The query replaced the DDL target. Example case: the query is CREATE OR REPLACE TABLE, and the table already exists. \"DROP\": The query deleted the DDL target."
        },
        "biEngineStatistics": {
          "description": "BI Engine specific Statistics. [Output-only] BI Engine specific Statistics.",
          "$ref": "BiEngineStatistics"
        },
        "cacheHit": {
          "description": "[Output-only] Whether the query result was fetched from the query cache.",
          "type": "boolean"
        },
        "undeclaredQueryParameters": {
          "description": "Standard SQL only: list of undeclared query parameters detected during a dry run validation.",
          "type": "array",
          "items": {
            "$ref": "QueryParameter"
          }
        },
        "totalBytesBilled": {
          "format": "int64",
          "description": "[Output-only] Total bytes billed for the job.",
          "type": "string"
        },
        "ddlTargetRowAccessPolicy": {
          "$ref": "RowAccessPolicyReference",
          "description": "[Output-only] [Preview] The DDL target row access policy. Present only for CREATE/DROP ROW ACCESS POLICY queries."
        },
        "totalBytesProcessedAccuracy": {
          "description": "[Output-only] For dry-run jobs, totalBytesProcessed is an estimate and this field specifies the accuracy of the estimate. Possible values can be: UNKNOWN: accuracy of the estimate is unknown. PRECISE: estimate is precise. LOWER_BOUND: estimate is lower bound of what the query would cost. UPPER_BOUND: estimate is upper bound of what the query would cost.",
          "type": "string"
        },
        "ddlTargetRoutine": {
          "description": "The DDL target routine. Present only for CREATE/DROP FUNCTION/PROCEDURE queries.",
          "$ref": "RoutineReference"
        },
        "modelTraining": {
          "description": "[Output-only, Beta] Information about create model query job progress.",
          "$ref": "BigQueryModelTraining"
        },
        "statementType": {
          "description": "The type of query statement, if valid. Possible values (new values might be added in the future): \"SELECT\": SELECT query. \"INSERT\": INSERT query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"UPDATE\": UPDATE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"DELETE\": DELETE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"MERGE\": MERGE query; see https://cloud.google.com/bigquery/docs/reference/standard-sql/data-manipulation-language. \"ALTER_TABLE\": ALTER TABLE query. \"ALTER_VIEW\": ALTER VIEW query. \"ASSERT\": ASSERT condition AS 'description'. \"CREATE_FUNCTION\": CREATE FUNCTION query. \"CREATE_MODEL\": CREATE [OR REPLACE] MODEL ... AS SELECT ... . \"CREATE_PROCEDURE\": CREATE PROCEDURE query. \"CREATE_TABLE\": CREATE [OR REPLACE] TABLE without AS SELECT. \"CREATE_TABLE_AS_SELECT\": CREATE [OR REPLACE] TABLE ... AS SELECT ... . \"CREATE_VIEW\": CREATE [OR REPLACE] VIEW ... AS SELECT ... . \"DROP_FUNCTION\" : DROP FUNCTION query. \"DROP_PROCEDURE\": DROP PROCEDURE query. \"DROP_TABLE\": DROP TABLE query. \"DROP_VIEW\": DROP VIEW query.",
          "type": "string"
        },
        "totalBytesProcessed": {
          "description": "[Output-only] Total bytes processed for the job.",
          "type": "string",
          "format": "int64"
        },
        "timeline": {
          "type": "array",
          "description": "[Output-only] [Beta] Describes a timeline of job execution.",
          "items": {
            "$ref": "QueryTimelineSample"
          }
        },
        "referencedTables": {
          "type": "array",
          "description": "[Output-only] Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list.",
          "items": {
            "$ref": "TableReference"
          }
        },
        "ddlDestinationTable": {
          "description": "[Output-only] The DDL destination table. Present only for ALTER TABLE RENAME TO queries. Note that ddl_target_table is used just for its type information.",
          "$ref": "TableReference"
        },
        "schema": {
          "description": "[Output-only] The schema of the results. Present only for successful dry run of non-legacy SQL queries.",
          "$ref": "TableSchema"
        },
        "queryPlan": {
          "type": "array",
          "items": {
            "$ref": "ExplainQueryStage"
          },
          "description": "[Output-only] Describes execution plan for the query."
        },
        "numDmlAffectedRows": {
          "description": "[Output-only] The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.",
          "type": "string",
          "format": "int64"
        },
        "ddlTargetDataset": {
          "$ref": "DatasetReference",
          "description": "[Output-only] The DDL target dataset. Present only for CREATE/ALTER/DROP SCHEMA queries."
        },
        "reservationUsage": {
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "description": "[Output-only] Reservation name or \"unreserved\" for on-demand resources usage.",
                "type": "string"
              },
              "slotMs": {
                "type": "string",
                "description": "[Output-only] Slot-milliseconds the job spent in the given reservation.",
                "format": "int64"
              }
            }
          },
          "type": "array",
          "description": "[Output-only] Job resource usage breakdown by reservation."
        },
        "modelTrainingCurrentIteration": {
          "type": "integer",
          "format": "int32",
          "description": "[Output-only, Beta] Deprecated; do not use."
        },
        "ddlTargetTable": {
          "description": "[Output-only] The DDL target table. Present only for CREATE/DROP TABLE/VIEW and DROP ALL ROW ACCESS POLICIES queries.",
          "$ref": "TableReference"
        },
        "estimatedBytesProcessed": {
          "type": "string",
          "description": "[Output-only] The original estimate of bytes processed for the job.",
          "format": "int64"
        },
        "totalPartitionsProcessed": {
          "format": "int64",
          "type": "string",
          "description": "[Output-only] Total number of partitions processed from all partitioned tables referenced in the job."
        }
      },
      "type": "object",
      "id": "JobStatistics2"
    },
    "GetServiceAccountResponse": {
      "properties": {
        "email": {
          "description": "The service account email address.",
          "type": "string"
        },
        "kind": {
          "description": "The resource type of the response.",
          "type": "string",
          "default": "bigquery#getServiceAccountResponse"
        }
      },
      "type": "object",
      "id": "GetServiceAccountResponse"
    },
    "QueryRequest": {
      "properties": {
        "defaultDataset": {
          "description": "[Optional] Specifies the default datasetId and projectId to assume for any unqualified table names in the query. If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'.",
          "$ref": "DatasetReference"
        },
        "queryParameters": {
          "description": "Query parameters for Standard SQL queries.",
          "items": {
            "$ref": "QueryParameter"
          },
          "type": "array"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key."
        },
        "location": {
          "type": "string",
          "description": "The geographic location where the job should run. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location."
        },
        "parameterMode": {
          "description": "Standard SQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query.",
          "type": "string"
        },
        "maximumBytesBilled": {
          "format": "int64",
          "description": "[Optional] Limits the bytes billed for this job. Queries that will have bytes billed beyond this limit will fail (without incurring a charge). If unspecified, this will be set to your project default.",
          "type": "string"
        },
        "useQueryCache": {
          "type": "boolean",
          "default": "true",
          "description": "[Optional] Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. The default value is true."
        },
        "query": {
          "type": "string",
          "description": "[Required] A query string, following the BigQuery query syntax, of the query to execute. Example: \"SELECT count(f1) FROM [myProjectId:myDatasetId.myTableId]\".",
          "annotations": {
            "required": [
              "bigquery.jobs.query"
            ]
          }
        },
        "useLegacySql": {
          "type": "boolean",
          "default": "true",
          "description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false."
        },
        "timeoutMs": {
          "format": "uint32",
          "description": "[Optional] How long to wait for the query to complete, in milliseconds, before the request times out and returns. Note that this is only a timeout for the request, not the query. If the query takes longer to run than the timeout value, the call returns without any results and with the 'jobComplete' flag set to false. You can call GetQueryResults() to wait for the query to complete and read the results. The default value is 10000 milliseconds (10 seconds).",
          "type": "integer"
        },
        "connectionProperties": {
          "description": "Connection properties.",
          "items": {
            "$ref": "ConnectionProperty"
          },
          "type": "array"
        },
        "requestId": {
          "type": "string",
          "description": "A unique user provided identifier to ensure idempotent behavior for queries. Note that this is different from the job_id. It has the following properties: 1. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended. 2. Read only queries can ignore this token since they are nullipotent by definition. 3. For the purposes of idempotency ensured by the request_id, a request is considered duplicate of another only if they have the same request_id and are actually duplicates. When determining whether a request is a duplicate of the previous request, all parameters in the request that may affect the behavior are considered. For example, query, connection_properties, query_parameters, use_legacy_sql are parameters that affect the result and are considered when determining whether a request is a duplicate, but properties like timeout_ms don't affect the result and are thus not considered. Dry run query requests are never considered duplicate of another request. 4. When a duplicate mutating query request is detected, it returns: a. the results of the mutation if it completes successfully within the timeout. b. the running operation if it is still in progress at the end of the timeout. 5. Its lifetime is limited to 15 minutes. In other words, if two requests are sent with the same request_id, but more than 15 minutes apart, idempotency is not guaranteed."
        },
        "preserveNulls": {
          "description": "[Deprecated] This property is deprecated.",
          "type": "boolean"
        },
        "maxResults": {
          "description": "[Optional] The maximum number of rows of data to return per page of results. Setting this flag to a small value such as 1000 and then paging through results might improve reliability when the query result set is large. In addition to this limit, responses are also limited to 10 MB. By default, there is no maximum row count, and only the byte limit applies.",
          "type": "integer",
          "format": "uint32"
        },
        "createSession": {
          "type": "boolean",
          "description": "If true, creates a new session, where session id will be a server generated random id. If false, runs query with an existing session_id passed in ConnectionProperty, otherwise runs query in non-session mode."
        },
        "kind": {
          "description": "The resource type of the request.",
          "type": "string",
          "default": "bigquery#queryRequest"
        },
        "dryRun": {
          "type": "boolean",
          "description": "[Optional] If set to true, BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns. The default value is false."
        }
      },
      "type": "object",
      "id": "QueryRequest"
    },
    "JobStatus": {
      "properties": {
        "state": {
          "type": "string",
          "description": "[Output-only] Running state of the job."
        },
        "errorResult": {
          "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.",
          "$ref": "ErrorProto"
        },
        "errors": {
          "items": {
            "$ref": "ErrorProto"
          },
          "type": "array",
          "description": "[Output-only] The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful."
        }
      },
      "type": "object",
      "id": "JobStatus"
    },
    "SetIamPolicyRequest": {
      "id": "SetIamPolicyRequest",
      "type": "object",
      "description": "Request message for `SetIamPolicy` method.",
      "properties": {
        "updateMask": {
          "type": "string",
          "description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
          "format": "google-fieldmask"
        },
        "policy": {
          "description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform services (such as Projects) might reject them.",
          "$ref": "Policy"
        }
      }
    },
    "ParquetOptions": {
      "id": "ParquetOptions",
      "type": "object",
      "properties": {
        "enumAsString": {
          "description": "[Optional] Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.",
          "type": "boolean"
        },
        "enableListInference": {
          "description": "[Optional] Indicates whether to use schema inference specifically for Parquet LIST logical type.",
          "type": "boolean"
        }
      }
    },
    "Policy": {
      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
      "type": "object",
      "id": "Policy",
      "properties": {
        "bindings": {
          "type": "array",
          "items": {
            "$ref": "Binding"
          },
          "description": "Associates a list of `members` to a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one member."
        },
        "version": {
          "type": "integer",
          "description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
          "format": "int32"
        },
        "auditConfigs": {
          "description": "Specifies cloud audit logging configuration for this policy.",
          "items": {
            "$ref": "AuditConfig"
          },
          "type": "array"
        },
        "etag": {
          "format": "byte",
          "description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
          "type": "string"
        }
      }
    },
    "JsonObject": {
      "id": "JsonObject",
      "additionalProperties": {
        "$ref": "JsonValue"
      },
      "description": "Represents a single JSON object.",
      "type": "object"
    },
    "JobReference": {
      "id": "JobReference",
      "type": "object",
      "properties": {
        "jobId": {
          "annotations": {
            "required": [
              "bigquery.jobs.getQueryResults"
            ]
          },
          "description": "[Required] The ID of the job. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). The maximum length is 1,024 characters.",
          "type": "string"
        },
        "location": {
          "description": "The geographic location of the job. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.",
          "type": "string"
        },
        "projectId": {
          "description": "[Required] The ID of the project containing this job.",
          "annotations": {
            "required": [
              "bigquery.jobs.getQueryResults"
            ]
          },
          "type": "string"
        }
      }
    },
    "EvaluationMetrics": {
      "id": "EvaluationMetrics",
      "description": "Evaluation metrics of a model. These are either computed on all training data or just the eval data based on whether eval data was used during training. These are not present for imported models.",
      "type": "object",
      "properties": {
        "regressionMetrics": {
          "$ref": "RegressionMetrics",
          "description": "Populated for regression models and explicit feedback type matrix factorization models."
        },
        "arimaForecastingMetrics": {
          "$ref": "ArimaForecastingMetrics",
          "description": "Populated for ARIMA models."
        },
        "multiClassClassificationMetrics": {
          "$ref": "MultiClassClassificationMetrics",
          "description": "Populated for multi-class classification/classifier models."
        },
        "clusteringMetrics": {
          "description": "Populated for clustering models.",
          "$ref": "ClusteringMetrics"
        },
        "binaryClassificationMetrics": {
          "description": "Populated for binary classification/classifier models.",
          "$ref": "BinaryClassificationMetrics"
        },
        "rankingMetrics": {
          "description": "Populated for implicit feedback type matrix factorization models.",
          "$ref": "RankingMetrics"
        }
      }
    },
    "AuditLogConfig": {
      "id": "AuditLogConfig",
      "properties": {
        "exemptedMembers": {
          "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "logType": {
          "description": "The log type that this config enables.",
          "enum": [
            "LOG_TYPE_UNSPECIFIED",
            "ADMIN_READ",
            "DATA_WRITE",
            "DATA_READ"
          ],
          "enumDescriptions": [
            "Default case. Should never be this.",
            "Admin reads. Example: CloudIAM getIamPolicy",
            "Data writes. Example: CloudSQL Users create",
            "Data reads. Example: CloudSQL Users list"
          ],
          "type": "string"
        }
      },
      "type": "object",
      "description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging."
    },
    "ClusterInfo": {
      "description": "Information about a single cluster for clustering model.",
      "properties": {
        "clusterRadius": {
          "description": "Cluster radius, the average distance from centroid to each point assigned to the cluster.",
          "type": "number",
          "format": "double"
        },
        "clusterSize": {
          "format": "int64",
          "description": "Cluster size, the total number of points assigned to the cluster.",
          "type": "string"
        },
        "centroidId": {
          "type": "string",
          "description": "Centroid id.",
          "format": "int64"
        }
      },
      "type": "object",
      "id": "ClusterInfo"
    },
    "FeatureValue": {
      "id": "FeatureValue",
      "type": "object",
      "properties": {
        "numericalValue": {
          "type": "number",
          "format": "double",
          "description": "The numerical feature value. This is the centroid value for this feature."
        },
        "featureColumn": {
          "type": "string",
          "description": "The feature column name."
        },
        "categoricalValue": {
          "$ref": "CategoricalValue",
          "description": "The categorical feature value."
        }
      },
      "description": "Representative value of a single feature within the cluster."
    },
    "JobCancelResponse": {
      "properties": {
        "job": {
          "description": "The final state of the job.",
          "$ref": "Job"
        },
        "kind": {
          "default": "bigquery#jobCancelResponse",
          "description": "The resource type of the response.",
          "type": "string"
        }
      },
      "id": "JobCancelResponse",
      "type": "object"
    },
    "TestIamPermissionsResponse": {
      "description": "Response message for `TestIamPermissions` method.",
      "properties": {
        "permissions": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed."
        }
      },
      "id": "TestIamPermissionsResponse",
      "type": "object"
    },
    "CategoricalValue": {
      "id": "CategoricalValue",
      "properties": {
        "categoryCounts": {
          "type": "array",
          "description": "Counts of all categories for the categorical feature. If there are more than ten categories, we return top ten (by count) and return one more CategoryCount with category \"_OTHER_\" and count as aggregate counts of remaining categories.",
          "items": {
            "$ref": "CategoryCount"
          }
        }
      },
      "description": "Representative value of a categorical feature.",
      "type": "object"
    },
    "RowLevelSecurityStatistics": {
      "properties": {
        "rowLevelSecurityApplied": {
          "type": "boolean",
          "description": "[Output-only] [Preview] Whether any accessed data was protected by row access policies."
        }
      },
      "id": "RowLevelSecurityStatistics",
      "type": "object"
    },
    "BinaryConfusionMatrix": {
      "type": "object",
      "id": "BinaryConfusionMatrix",
      "description": "Confusion matrix for binary classification models.",
      "properties": {
        "f1Score": {
          "description": "The equally weighted average of recall and precision.",
          "type": "number",
          "format": "double"
        },
        "precision": {
          "type": "number",
          "description": "The fraction of actual positive predictions that had positive actual labels.",
          "format": "double"
        },
        "falseNegatives": {
          "description": "Number of false samples predicted as false.",
          "type": "string",
          "format": "int64"
        },
        "recall": {
          "format": "double",
          "description": "The fraction of actual positive labels that were given a positive prediction.",
          "type": "number"
        },
        "positiveClassThreshold": {
          "description": "Threshold value used when computing each of the following metric.",
          "format": "double",
          "type": "number"
        },
        "trueNegatives": {
          "type": "string",
          "format": "int64",
          "description": "Number of true samples predicted as false."
        },
        "truePositives": {
          "format": "int64",
          "type": "string",
          "description": "Number of true samples predicted as true."
        },
        "falsePositives": {
          "format": "int64",
          "description": "Number of false samples predicted as true.",
          "type": "string"
        },
        "accuracy": {
          "description": "The fraction of predictions given the correct label.",
          "type": "number",
          "format": "double"
        }
      }
    },
    "ConnectionProperty": {
      "type": "object",
      "properties": {
        "key": {
          "description": "[Required] Name of the connection property to set.",
          "type": "string"
        },
        "value": {
          "type": "string",
          "description": "[Required] Value of the connection property."
        }
      },
      "id": "ConnectionProperty"
    },
    "JobStatistics": {
      "properties": {
        "totalSlotMs": {
          "type": "string",
          "format": "int64",
          "description": "[Output-only] Slot-milliseconds for the job."
        },
        "scriptStatistics": {
          "description": "[Output-only] Statistics for a child job of a script.",
          "$ref": "ScriptStatistics"
        },
        "load": {
          "$ref": "JobStatistics3",
          "description": "[Output-only] Statistics for a load job."
        },
        "extract": {
          "description": "[Output-only] Statistics for an extract job.",
          "$ref": "JobStatistics4"
        },
        "rowLevelSecurityStatistics": {
          "$ref": "RowLevelSecurityStatistics",
          "description": "[Output-only] [Preview] Statistics for row-level security. Present only for query and extract jobs."
        },
        "reservationUsage": {
          "items": {
            "properties": {
              "slotMs": {
                "format": "int64",
                "type": "string",
                "description": "[Output-only] Slot-milliseconds the job spent in the given reservation."
              },
              "name": {
                "type": "string",
                "description": "[Output-only] Reservation name or \"unreserved\" for on-demand resources usage."
              }
            },
            "type": "object"
          },
          "type": "array",
          "description": "[Output-only] Job resource usage breakdown by reservation."
        },
        "transactionInfo": {
          "description": "[Output-only] [Alpha] Information of the multi-statement transaction if this job is part of one.",
          "$ref": "TransactionInfo"
        },
        "query": {
          "description": "[Output-only] Statistics for a query job.",
          "$ref": "JobStatistics2"
        },
        "quotaDeferments": {
          "description": "[Output-only] Quotas which delayed this job's start time.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "totalBytesProcessed": {
          "description": "[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.",
          "type": "string",
          "format": "int64"
        },
        "reservation_id": {
          "description": "[Output-only] Name of the primary reservation assigned to this job. Note that this could be different than reservations reported in the reservation usage field if parent reservations were used to execute this job.",
          "type": "string"
        },
        "completionRatio": {
          "format": "double",
          "type": "number",
          "description": "[TrustedTester] [Output-only] Job progress (0.0 -\u003e 1.0) for LOAD and EXTRACT jobs."
        },
        "sessionInfo": {
          "$ref": "SessionInfo",
          "description": "[Output-only] [Preview] Information of the session if this job is part of one."
        },
        "endTime": {
          "type": "string",
          "format": "int64",
          "description": "[Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state."
        },
        "creationTime": {
          "description": "[Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.",
          "type": "string",
          "format": "int64"
        },
        "numChildJobs": {
          "description": "[Output-only] Number of child jobs executed.",
          "format": "int64",
          "type": "string"
        },
        "parentJobId": {
          "description": "[Output-only] If this is a child job, the id of the parent.",
          "type": "string"
        },
        "startTime": {
          "description": "[Output-only] Start time of this job, in milliseconds since the epoch. This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object",
      "id": "JobStatistics"
    },
    "ScriptStatistics": {
      "id": "ScriptStatistics",
      "type": "object",
      "properties": {
        "stackFrames": {
          "description": "Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened. The leaf frame is first, the primary script is last. Never empty.",
          "items": {
            "$ref": "ScriptStackFrame"
          },
          "type": "array"
        },
        "evaluationKind": {
          "description": "[Output-only] Whether this child job was a statement or expression.",
          "type": "string"
        }
      }
    },
    "BigtableColumn": {
      "properties": {
        "onlyReadLatest": {
          "type": "boolean",
          "description": "[Optional] If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels."
        },
        "fieldName": {
          "description": "[Optional] If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.",
          "type": "string"
        },
        "encoding": {
          "description": "[Optional] The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.",
          "type": "string"
        },
        "type": {
          "description": "[Optional] The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive) - BYTES STRING INTEGER FLOAT BOOLEAN Default type is BYTES. 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.",
          "type": "string"
        },
        "qualifierEncoded": {
          "type": "string",
          "description": "[Required] Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifier_string field. Otherwise, a base-64 encoded value must be set to qualifier_encoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as field_name.",
          "format": "byte"
        },
        "qualifierString": {
          "type": "string"
        }
      },
      "id": "BigtableColumn",
      "type": "object"
    },
    "JobList": {
      "type": "object",
      "properties": {
        "jobs": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "configuration": {
                "description": "[Full-projection-only] Specifies the job configuration.",
                "$ref": "JobConfiguration"
              },
              "id": {
                "type": "string",
                "description": "Unique opaque ID of the job."
              },
              "statistics": {
                "description": "[Output-only] Information about the job, including starting time and ending time of the job.",
                "$ref": "JobStatistics"
              },
              "user_email": {
                "description": "[Full-projection-only] Email address of the user who ran the job.",
                "type": "string"
              },
              "jobReference": {
                "$ref": "JobReference",
                "description": "Job reference uniquely identifying the job."
              },
              "errorResult": {
                "description": "A result object that will be present only if the job has failed.",
                "$ref": "ErrorProto"
              },
              "status": {
                "$ref": "JobStatus",
                "description": "[Full-projection-only] Describes the state of the job."
              },
              "kind": {
                "default": "bigquery#job",
                "type": "string",
                "description": "The resource type."
              },
              "state": {
                "type": "string",
                "description": "Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed."
              }
            }
          },
          "description": "List of jobs that were requested."
        },
        "kind": {
          "description": "The resource type of the response.",
          "default": "bigquery#jobList",
          "type": "string"
        },
        "etag": {
          "type": "string",
          "description": "A hash of this page of results."
        },
        "nextPageToken": {
          "description": "A token to request the next page of results.",
          "type": "string"
        }
      },
      "id": "JobList"
    },
    "TransactionInfo": {
      "id": "TransactionInfo",
      "type": "object",
      "properties": {
        "transactionId": {
          "type": "string",
          "description": "[Output-only] // [Alpha] Id of the transaction."
        }
      }
    },
    "Expr": {
      "properties": {
        "expression": {
          "description": "Textual representation of an expression in Common Expression Language syntax.",
          "type": "string"
        },
        "title": {
          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI."
        },
        "location": {
          "type": "string",
          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file."
        }
      },
      "id": "Expr",
      "type": "object",
      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information."
    },
    "QueryParameter": {
      "type": "object",
      "id": "QueryParameter",
      "properties": {
        "parameterValue": {
          "$ref": "QueryParameterValue",
          "description": "[Required] The value of this parameter."
        },
        "parameterType": {
          "$ref": "QueryParameterType",
          "description": "[Required] The type of this parameter."
        },
        "name": {
          "description": "[Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.",
          "type": "string"
        }
      }
    },
    "Binding": {
      "id": "Binding",
      "type": "object",
      "description": "Associates `members` with a `role`.",
      "properties": {
        "role": {
          "type": "string",
          "description": "Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`, or `roles/owner`."
        },
        "members": {
          "description": "Specifies the identities requesting access for a Cloud Platform resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "condition": {
          "description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the members in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
          "$ref": "Expr"
        }
      }
    },
    "Cluster": {
      "description": "Message containing the information about one cluster.",
      "properties": {
        "count": {
          "description": "Count of training data rows that were assigned to this cluster.",
          "format": "int64",
          "type": "string"
        },
        "centroidId": {
          "description": "Centroid id.",
          "format": "int64",
          "type": "string"
        },
        "featureValues": {
          "description": "Values of highly variant features for this cluster.",
          "type": "array",
          "items": {
            "$ref": "FeatureValue"
          }
        }
      },
      "id": "Cluster",
      "type": "object"
    }
  },
  "version": "v2",
  "servicePath": "bigquery/v2/",
  "parameters": {
    "key": {
      "type": "string",
      "location": "query",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
    },
    "alt": {
      "default": "json",
      "type": "string",
      "enum": [
        "json"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json"
      ],
      "location": "query",
      "description": "Data format for the response."
    },
    "userIp": {
      "location": "query",
      "description": "Deprecated. Please use quotaUser instead.",
      "type": "string"
    },
    "fields": {
      "type": "string",
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "prettyPrint": {
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks.",
      "type": "boolean"
    },
    "quotaUser": {
      "location": "query",
      "type": "string",
      "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters."
    },
    "oauth_token": {
      "location": "query",
      "description": "OAuth 2.0 token for the current user.",
      "type": "string"
    }
  },
  "rootUrl": "https://bigquery.googleapis.com/",
  "name": "bigquery",
  "documentationLink": "https://cloud.google.com/bigquery/",
  "kind": "discovery#restDescription",
  "title": "BigQuery API",
  "revision": "20210706",
  "baseUrl": "https://bigquery.googleapis.com/bigquery/v2/",
  "description": "A data platform for customers to create, manage, share and query data.",
  "protocol": "rest",
  "batchPath": "batch/bigquery/v2",
  "id": "bigquery:v2",
  "ownerName": "Google",
  "discoveryVersion": "v1",
  "basePath": "/bigquery/v2/",
  "resources": {
    "tables": {
      "methods": {
        "list": {
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "path": "projects/{projectId}/datasets/{datasetId}/tables",
          "id": "bigquery.tables.list",
          "parameters": {
            "projectId": {
              "type": "string",
              "required": true,
              "location": "path",
              "description": "Project ID of the tables to list"
            },
            "datasetId": {
              "description": "Dataset ID of the tables to list",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "pageToken": {
              "description": "Page token, returned by a previous call, to request the next page of results",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "format": "uint32",
              "description": "Maximum number of results to return",
              "location": "query",
              "type": "integer"
            }
          },
          "description": "Lists all tables in the specified dataset. Requires the READER dataset role.",
          "httpMethod": "GET",
          "response": {
            "$ref": "TableList"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ]
        },
        "getIamPolicy": {
          "path": "{+resource}:getIamPolicy",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}:getIamPolicy",
          "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "parameters": {
            "resource": {
              "required": true,
              "pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+$",
              "description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
              "type": "string",
              "location": "path"
            }
          },
          "id": "bigquery.tables.getIamPolicy",
          "httpMethod": "POST",
          "request": {
            "$ref": "GetIamPolicyRequest"
          },
          "parameterOrder": [
            "resource"
          ],
          "response": {
            "$ref": "Policy"
          }
        },
        "update": {
          "httpMethod": "PUT",
          "description": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource.",
          "parameters": {
            "datasetId": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Dataset ID of the table to update"
            },
            "projectId": {
              "location": "path",
              "description": "Project ID of the table to update",
              "required": true,
              "type": "string"
            },
            "tableId": {
              "required": true,
              "type": "string",
              "description": "Table ID of the table to update",
              "location": "path"
            }
          },
          "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}",
          "id": "bigquery.tables.update",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "response": {
            "$ref": "Table"
          },
          "request": {
            "$ref": "Table"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ]
        },
        "delete": {
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}",
          "httpMethod": "DELETE",
          "id": "bigquery.tables.delete",
          "parameters": {
            "projectId": {
              "location": "path",
              "type": "string",
              "description": "Project ID of the table to delete",
              "required": true
            },
            "tableId": {
              "type": "string",
              "description": "Table ID of the table to delete",
              "location": "path",
              "required": true
            },
            "datasetId": {
              "location": "path",
              "required": true,
              "description": "Dataset ID of the table to delete",
              "type": "string"
            }
          },
          "description": "Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ]
        },
        "patch": {
          "description": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports patch semantics.",
          "id": "bigquery.tables.patch",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "response": {
            "$ref": "Table"
          },
          "httpMethod": "PATCH",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}",
          "request": {
            "$ref": "Table"
          },
          "parameters": {
            "datasetId": {
              "location": "path",
              "description": "Dataset ID of the table to update",
              "required": true,
              "type": "string"
            },
            "tableId": {
              "description": "Table ID of the table to update",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "projectId": {
              "location": "path",
              "description": "Project ID of the table to update",
              "required": true,
              "type": "string"
            }
          }
        },
        "insert": {
          "response": {
            "$ref": "Table"
          },
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "id": "bigquery.tables.insert",
          "path": "projects/{projectId}/datasets/{datasetId}/tables",
          "httpMethod": "POST",
          "description": "Creates a new, empty table in the dataset.",
          "request": {
            "$ref": "Table"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "parameters": {
            "projectId": {
              "description": "Project ID of the new table",
              "location": "path",
              "required": true,
              "type": "string"
            },
            "datasetId": {
              "type": "string",
              "required": true,
              "location": "path",
              "description": "Dataset ID of the new table"
            }
          }
        },
        "get": {
          "description": "Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.",
          "httpMethod": "GET",
          "response": {
            "$ref": "Table"
          },
          "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "id": "bigquery.tables.get",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "parameters": {
            "datasetId": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Dataset ID of the requested table"
            },
            "tableId": {
              "type": "string",
              "required": true,
              "location": "path",
              "description": "Table ID of the requested table"
            },
            "selectedFields": {
              "description": "List of fields to return (comma-separated). If unspecified, all fields are returned",
              "location": "query",
              "type": "string"
            },
            "projectId": {
              "description": "Project ID of the requested table",
              "type": "string",
              "location": "path",
              "required": true
            }
          }
        },
        "setIamPolicy": {
          "path": "{+resource}:setIamPolicy",
          "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
          "parameters": {
            "resource": {
              "type": "string",
              "description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
              "pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+$",
              "location": "path",
              "required": true
            }
          },
          "httpMethod": "POST",
          "response": {
            "$ref": "Policy"
          },
          "id": "bigquery.tables.setIamPolicy",
          "request": {
            "$ref": "SetIamPolicyRequest"
          },
          "parameterOrder": [
            "resource"
          ],
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}:setIamPolicy",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ]
        },
        "testIamPermissions": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "request": {
            "$ref": "TestIamPermissionsRequest"
          },
          "httpMethod": "POST",
          "parameters": {
            "resource": {
              "location": "path",
              "pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+$",
              "type": "string",
              "description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
              "required": true
            }
          },
          "id": "bigquery.tables.testIamPermissions",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}:testIamPermissions",
          "response": {
            "$ref": "TestIamPermissionsResponse"
          },
          "path": "{+resource}:testIamPermissions",
          "parameterOrder": [
            "resource"
          ],
          "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning."
        }
      }
    },
    "datasets": {
      "methods": {
        "get": {
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "id": "bigquery.datasets.get",
          "response": {
            "$ref": "Dataset"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "description": "Returns the dataset specified by datasetID.",
          "httpMethod": "GET",
          "path": "projects/{projectId}/datasets/{datasetId}",
          "parameters": {
            "datasetId": {
              "location": "path",
              "type": "string",
              "description": "Dataset ID of the requested dataset",
              "required": true
            },
            "projectId": {
              "description": "Project ID of the requested dataset",
              "required": true,
              "type": "string",
              "location": "path"
            }
          }
        },
        "update": {
          "httpMethod": "PUT",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "path": "projects/{projectId}/datasets/{datasetId}",
          "response": {
            "$ref": "Dataset"
          },
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "request": {
            "$ref": "Dataset"
          },
          "description": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.",
          "id": "bigquery.datasets.update",
          "parameters": {
            "datasetId": {
              "location": "path",
              "description": "Dataset ID of the dataset being updated",
              "type": "string",
              "required": true
            },
            "projectId": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "Project ID of the dataset being updated"
            }
          }
        },
        "delete": {
          "httpMethod": "DELETE",
          "path": "projects/{projectId}/datasets/{datasetId}",
          "parameters": {
            "datasetId": {
              "required": true,
              "type": "string",
              "location": "path",
              "description": "Dataset ID of dataset being deleted"
            },
            "projectId": {
              "location": "path",
              "description": "Project ID of the dataset being deleted",
              "required": true,
              "type": "string"
            },
            "deleteContents": {
              "description": "If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False",
              "type": "boolean",
              "location": "query"
            }
          },
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "description": "Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.",
          "id": "bigquery.datasets.delete"
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "response": {
            "$ref": "DatasetList"
          },
          "description": "Lists all datasets in the specified project to which you have been granted the READER dataset role.",
          "parameterOrder": [
            "projectId"
          ],
          "parameters": {
            "pageToken": {
              "type": "string",
              "description": "Page token, returned by a previous call, to request the next page of results",
              "location": "query"
            },
            "maxResults": {
              "description": "The maximum number of results to return",
              "format": "uint32",
              "location": "query",
              "type": "integer"
            },
            "filter": {
              "type": "string",
              "description": "An expression for filtering the results of the request by label. The syntax is \"labels.\u003cname\u003e[:\u003cvalue\u003e]\". Multiple filters can be ANDed together by connecting with a space. Example: \"labels.department:receiving labels.active\". See Filtering datasets using labels for details.",
              "location": "query"
            },
            "projectId": {
              "location": "path",
              "required": true,
              "type": "string",
              "description": "Project ID of the datasets to be listed"
            },
            "all": {
              "type": "boolean",
              "description": "Whether to list all datasets, including hidden ones",
              "location": "query"
            }
          },
          "httpMethod": "GET",
          "path": "projects/{projectId}/datasets",
          "id": "bigquery.datasets.list"
        },
        "insert": {
          "id": "bigquery.datasets.insert",
          "description": "Creates a new empty dataset.",
          "request": {
            "$ref": "Dataset"
          },
          "response": {
            "$ref": "Dataset"
          },
          "parameterOrder": [
            "projectId"
          ],
          "parameters": {
            "projectId": {
              "required": true,
              "description": "Project ID of the new dataset",
              "type": "string",
              "location": "path"
            }
          },
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "path": "projects/{projectId}/datasets"
        },
        "patch": {
          "response": {
            "$ref": "Dataset"
          },
          "parameters": {
            "projectId": {
              "location": "path",
              "description": "Project ID of the dataset being updated",
              "type": "string",
              "required": true
            },
            "datasetId": {
              "location": "path",
              "required": true,
              "description": "Dataset ID of the dataset being updated",
              "type": "string"
            }
          },
          "description": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.",
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "httpMethod": "PATCH",
          "id": "bigquery.datasets.patch",
          "request": {
            "$ref": "Dataset"
          },
          "path": "projects/{projectId}/datasets/{datasetId}"
        }
      }
    },
    "models": {
      "methods": {
        "list": {
          "parameters": {
            "datasetId": {
              "location": "path",
              "required": true,
              "description": "Required. Dataset ID of the models to list.",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "pageToken": {
              "location": "query",
              "description": "Page token, returned by a previous call to request the next page of results",
              "type": "string"
            },
            "maxResults": {
              "format": "uint32",
              "location": "query",
              "description": "The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.",
              "type": "integer"
            },
            "projectId": {
              "description": "Required. Project ID of the models to list.",
              "required": true,
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "path": "projects/{+projectId}/datasets/{+datasetId}/models",
          "httpMethod": "GET",
          "response": {
            "$ref": "ListModelsResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "id": "bigquery.models.list",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models",
          "description": "Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method."
        },
        "patch": {
          "httpMethod": "PATCH",
          "id": "bigquery.models.patch",
          "parameters": {
            "datasetId": {
              "description": "Required. Dataset ID of the model to patch.",
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "projectId": {
              "location": "path",
              "type": "string",
              "description": "Required. Project ID of the model to patch.",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "modelId": {
              "required": true,
              "description": "Required. Model ID of the model to patch.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$"
            }
          },
          "description": "Patch specific fields in the specified model.",
          "request": {
            "$ref": "Model"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "response": {
            "$ref": "Model"
          },
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models/{modelsId}",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "modelId"
          ],
          "path": "projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}"
        },
        "get": {
          "description": "Gets the specified model resource by model ID.",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "modelId"
          ],
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models/{modelsId}",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "parameters": {
            "datasetId": {
              "description": "Required. Dataset ID of the requested model.",
              "location": "path",
              "type": "string",
              "pattern": "^[^/]+$",
              "required": true
            },
            "projectId": {
              "location": "path",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "Required. Project ID of the requested model."
            },
            "modelId": {
              "location": "path",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "Required. Model ID of the requested model."
            }
          },
          "httpMethod": "GET",
          "id": "bigquery.models.get",
          "path": "projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}",
          "response": {
            "$ref": "Model"
          }
        },
        "delete": {
          "parameters": {
            "datasetId": {
              "location": "path",
              "description": "Required. Dataset ID of the model to delete.",
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "projectId": {
              "required": true,
              "type": "string",
              "description": "Required. Project ID of the model to delete.",
              "pattern": "^[^/]+$",
              "location": "path"
            },
            "modelId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "location": "path",
              "description": "Required. Model ID of the model to delete.",
              "required": true
            }
          },
          "httpMethod": "DELETE",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/models/{modelsId}",
          "id": "bigquery.models.delete",
          "description": "Deletes the model specified by modelId from the dataset.",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "parameterOrder": [
            "projectId",
            "datasetId",
            "modelId"
          ],
          "path": "projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}"
        }
      }
    },
    "rowAccessPolicies": {
      "methods": {
        "setIamPolicy": {
          "parameterOrder": [
            "resource"
          ],
          "id": "bigquery.rowAccessPolicies.setIamPolicy",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "request": {
            "$ref": "SetIamPolicyRequest"
          },
          "path": "{+resource}:setIamPolicy",
          "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
          "response": {
            "$ref": "Policy"
          },
          "parameters": {
            "resource": {
              "location": "path",
              "description": "REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.",
              "pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+/rowAccessPolicies/[^/]+$",
              "type": "string",
              "required": true
            }
          },
          "httpMethod": "POST",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}/rowAccessPolicies/{rowAccessPoliciesId}:setIamPolicy"
        },
        "getIamPolicy": {
          "httpMethod": "POST",
          "response": {
            "$ref": "Policy"
          },
          "id": "bigquery.rowAccessPolicies.getIamPolicy",
          "path": "{+resource}:getIamPolicy",
          "parameterOrder": [
            "resource"
          ],
          "request": {
            "$ref": "GetIamPolicyRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "parameters": {
            "resource": {
              "required": true,
              "pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+/rowAccessPolicies/[^/]+$",
              "type": "string",
              "description": "REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.",
              "location": "path"
            }
          },
          "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}/rowAccessPolicies/{rowAccessPoliciesId}:getIamPolicy"
        },
        "testIamPermissions": {
          "httpMethod": "POST",
          "path": "{+resource}:testIamPermissions",
          "response": {
            "$ref": "TestIamPermissionsResponse"
          },
          "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
          "parameterOrder": [
            "resource"
          ],
          "id": "bigquery.rowAccessPolicies.testIamPermissions",
          "parameters": {
            "resource": {
              "type": "string",
              "pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+/rowAccessPolicies/[^/]+$",
              "required": true,
              "description": "REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.",
              "location": "path"
            }
          },
          "request": {
            "$ref": "TestIamPermissionsRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}/rowAccessPolicies/{rowAccessPoliciesId}:testIamPermissions"
        },
        "list": {
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "description": "Lists all row access policies on the specified table.",
          "path": "projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}/rowAccessPolicies",
          "parameters": {
            "pageSize": {
              "format": "int32",
              "type": "integer",
              "description": "The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.",
              "location": "query"
            },
            "projectId": {
              "pattern": "^[^/]+$",
              "description": "Required. Project ID of the row access policies to list.",
              "required": true,
              "location": "path",
              "type": "string"
            },
            "pageToken": {
              "description": "Page token, returned by a previous call, to request the next page of results.",
              "type": "string",
              "location": "query"
            },
            "datasetId": {
              "required": true,
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Required. Dataset ID of row access policies to list.",
              "type": "string"
            },
            "tableId": {
              "description": "Required. Table ID of the table to list row access policies.",
              "required": true,
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$"
            }
          },
          "id": "bigquery.rowAccessPolicies.list",
          "response": {
            "$ref": "ListRowAccessPoliciesResponse"
          },
          "httpMethod": "GET",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}/rowAccessPolicies",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ]
        }
      }
    },
    "jobs": {
      "methods": {
        "list": {
          "path": "projects/{projectId}/jobs",
          "parameters": {
            "projection": {
              "enumDescriptions": [
                "Includes all job data",
                "Does not include the job configuration"
              ],
              "description": "Restrict information returned to a set of selected fields",
              "location": "query",
              "type": "string",
              "enum": [
                "full",
                "minimal"
              ]
            },
            "maxResults": {
              "format": "uint32",
              "location": "query",
              "description": "Maximum number of results to return",
              "type": "integer"
            },
            "pageToken": {
              "description": "Page token, returned by a previous call, to request the next page of results",
              "location": "query",
              "type": "string"
            },
            "allUsers": {
              "location": "query",
              "type": "boolean",
              "description": "Whether to display jobs owned by all users in the project. Default false"
            },
            "projectId": {
              "description": "Project ID of the jobs to list",
              "location": "path",
              "required": true,
              "type": "string"
            },
            "parentJobId": {
              "location": "query",
              "description": "If set, retrieves only jobs whose parent is this job. Otherwise, retrieves only jobs which have no parent",
              "type": "string"
            },
            "stateFilter": {
              "type": "string",
              "enum": [
                "done",
                "pending",
                "running"
              ],
              "enumDescriptions": [
                "Finished jobs",
                "Pending jobs",
                "Running jobs"
              ],
              "repeated": true,
              "description": "Filter for job state",
              "location": "query"
            },
            "minCreationTime": {
              "type": "string",
              "description": "Min value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created after or at this timestamp are returned",
              "format": "uint64",
              "location": "query"
            },
            "maxCreationTime": {
              "format": "uint64",
              "description": "Max value for job creation time, in milliseconds since the POSIX epoch. If set, only jobs created before or at this timestamp are returned",
              "location": "query",
              "type": "string"
            }
          },
          "id": "bigquery.jobs.list",
          "description": "Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property.",
          "response": {
            "$ref": "JobList"
          },
          "parameterOrder": [
            "projectId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "httpMethod": "GET"
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "response": {
            "$ref": "Job"
          },
          "parameters": {
            "projectId": {
              "type": "string",
              "description": "[Required] Project ID of the requested job",
              "location": "path",
              "required": true
            },
            "location": {
              "location": "query",
              "type": "string",
              "description": "The geographic location of the job. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location."
            },
            "jobId": {
              "type": "string",
              "required": true,
              "description": "[Required] Job ID of the requested job",
              "location": "path"
            }
          },
          "parameterOrder": [
            "projectId",
            "jobId"
          ],
          "httpMethod": "GET",
          "description": "Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.",
          "id": "bigquery.jobs.get",
          "path": "projects/{projectId}/jobs/{jobId}"
        },
        "query": {
          "parameterOrder": [
            "projectId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "httpMethod": "POST",
          "parameters": {
            "projectId": {
              "required": true,
              "type": "string",
              "description": "Project ID of the project billed for the query",
              "location": "path"
            }
          },
          "request": {
            "$ref": "QueryRequest"
          },
          "response": {
            "$ref": "QueryResponse"
          },
          "path": "projects/{projectId}/queries",
          "description": "Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.",
          "id": "bigquery.jobs.query"
        },
        "cancel": {
          "httpMethod": "POST",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "response": {
            "$ref": "JobCancelResponse"
          },
          "id": "bigquery.jobs.cancel",
          "description": "Requests that a job be cancelled. This call will return immediately, and the client will need to poll for the job status to see if the cancel completed successfully. Cancelled jobs may still incur costs.",
          "parameters": {
            "location": {
              "type": "string",
              "description": "The geographic location of the job. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location.",
              "location": "query"
            },
            "jobId": {
              "type": "string",
              "required": true,
              "location": "path",
              "description": "[Required] Job ID of the job to cancel"
            },
            "projectId": {
              "location": "path",
              "type": "string",
              "required": true,
              "description": "[Required] Project ID of the job to cancel"
            }
          },
          "parameterOrder": [
            "projectId",
            "jobId"
          ],
          "path": "projects/{projectId}/jobs/{jobId}/cancel"
        },
        "getQueryResults": {
          "parameterOrder": [
            "projectId",
            "jobId"
          ],
          "response": {
            "$ref": "GetQueryResultsResponse"
          },
          "parameters": {
            "projectId": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "[Required] Project ID of the query job"
            },
            "startIndex": {
              "location": "query",
              "format": "uint64",
              "type": "string",
              "description": "Zero-based index of the starting row"
            },
            "maxResults": {
              "location": "query",
              "description": "Maximum number of results to read",
              "format": "uint32",
              "type": "integer"
            },
            "pageToken": {
              "description": "Page token, returned by a previous call, to request the next page of results",
              "type": "string",
              "location": "query"
            },
            "location": {
              "location": "query",
              "type": "string",
              "description": "The geographic location where the job should run. Required except for US and EU. See details at https://cloud.google.com/bigquery/docs/locations#specifying_your_location."
            },
            "jobId": {
              "required": true,
              "type": "string",
              "location": "path",
              "description": "[Required] Job ID of the query job"
            },
            "timeoutMs": {
              "description": "How long to wait for the query to complete, in milliseconds, before returning. Default is 10 seconds. If the timeout passes before the job completes, the 'jobComplete' field in the response will be false",
              "type": "integer",
              "location": "query",
              "format": "uint32"
            }
          },
          "httpMethod": "GET",
          "id": "bigquery.jobs.getQueryResults",
          "path": "projects/{projectId}/queries/{jobId}",
          "description": "Retrieves the results of a query job.",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ]
        },
        "insert": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/devstorage.full_control",
            "https://www.googleapis.com/auth/devstorage.read_only",
            "https://www.googleapis.com/auth/devstorage.read_write"
          ],
          "supportsMediaUpload": true,
          "httpMethod": "POST",
          "description": "Starts a new asynchronous job. Requires the Can View project role.",
          "request": {
            "$ref": "Job"
          },
          "response": {
            "$ref": "Job"
          },
          "parameters": {
            "projectId": {
              "description": "Project ID of the project that will be billed for the job",
              "type": "string",
              "required": true,
              "location": "path"
            }
          },
          "mediaUpload": {
            "protocols": {
              "resumable": {
                "path": "/resumable/upload/bigquery/v2/projects/{projectId}/jobs",
                "multipart": true
              },
              "simple": {
                "path": "/upload/bigquery/v2/projects/{projectId}/jobs",
                "multipart": true
              }
            },
            "accept": [
              "*/*"
            ]
          },
          "id": "bigquery.jobs.insert",
          "parameterOrder": [
            "projectId"
          ],
          "path": "projects/{projectId}/jobs"
        },
        "delete": {
          "parameterOrder": [
            "projectId",
            "jobId"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "location": {
              "type": "string",
              "description": "The geographic location of the job. Required. See details at: https://cloud.google.com/bigquery/docs/locations#specifying_your_location.",
              "location": "query"
            },
            "jobId": {
              "type": "string",
              "location": "path",
              "pattern": "^[^/]+$",
              "description": "Required. Job ID of the job to be deleted. If this is a parent job which has child jobs, all child jobs will be deleted as well. Deletion of child jobs directly is not allowed.",
              "required": true
            },
            "projectId": {
              "description": "Required. Project ID of the job to be deleted.",
              "pattern": "^[^/]+$",
              "required": true,
              "location": "path",
              "type": "string"
            }
          },
          "description": "Requests that a job is deleted. This call will return when the job is deleted. This method is available in limited preview.",
          "flatPath": "projects/{projectsId}/jobs/{jobsId}/delete",
          "id": "bigquery.jobs.delete",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "path": "projects/{+projectId}/jobs/{+jobId}/delete"
        }
      }
    },
    "tabledata": {
      "methods": {
        "list": {
          "httpMethod": "GET",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "response": {
            "$ref": "TableDataList"
          },
          "id": "bigquery.tabledata.list",
          "description": "Retrieves table data from a specified set of rows. Requires the READER dataset role.",
          "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}/data",
          "parameters": {
            "selectedFields": {
              "location": "query",
              "description": "List of fields to return (comma-separated). If unspecified, all fields are returned",
              "type": "string"
            },
            "startIndex": {
              "format": "uint64",
              "description": "Zero-based index of the starting row to read",
              "type": "string",
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "description": "Page token, returned by a previous call, identifying the result set",
              "type": "string"
            },
            "tableId": {
              "type": "string",
              "location": "path",
              "required": true,
              "description": "Table ID of the table to read"
            },
            "datasetId": {
              "type": "string",
              "description": "Dataset ID of the table to read",
              "required": true,
              "location": "path"
            },
            "projectId": {
              "description": "Project ID of the table to read",
              "type": "string",
              "required": true,
              "location": "path"
            },
            "maxResults": {
              "format": "uint32",
              "type": "integer",
              "location": "query",
              "description": "Maximum number of results to return"
            }
          }
        },
        "insertAll": {
          "description": "Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.",
          "httpMethod": "POST",
          "id": "bigquery.tabledata.insertAll",
          "request": {
            "$ref": "TableDataInsertAllRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/bigquery.insertdata",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "path": "projects/{projectId}/datasets/{datasetId}/tables/{tableId}/insertAll",
          "parameters": {
            "projectId": {
              "required": true,
              "type": "string",
              "location": "path",
              "description": "Project ID of the destination table."
            },
            "tableId": {
              "required": true,
              "location": "path",
              "description": "Table ID of the destination table.",
              "type": "string"
            },
            "datasetId": {
              "description": "Dataset ID of the destination table.",
              "location": "path",
              "type": "string",
              "required": true
            }
          },
          "parameterOrder": [
            "projectId",
            "datasetId",
            "tableId"
          ],
          "response": {
            "$ref": "TableDataInsertAllResponse"
          }
        }
      }
    },
    "projects": {
      "methods": {
        "list": {
          "description": "Lists all projects to which you have been granted any project role.",
          "parameters": {
            "maxResults": {
              "location": "query",
              "type": "integer",
              "format": "uint32",
              "description": "Maximum number of results to return"
            },
            "pageToken": {
              "description": "Page token, returned by a previous call, to request the next page of results",
              "location": "query",
              "type": "string"
            }
          },
          "response": {
            "$ref": "ProjectList"
          },
          "httpMethod": "GET",
          "id": "bigquery.projects.list",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "path": "projects"
        },
        "getServiceAccount": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "parameters": {
            "projectId": {
              "description": "Project ID for which the service account is requested.",
              "required": true,
              "location": "path",
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "id": "bigquery.projects.getServiceAccount",
          "description": "Returns the email address of the service account for your project used for interactions with Google Cloud KMS.",
          "path": "projects/{projectId}/serviceAccount",
          "parameterOrder": [
            "projectId"
          ],
          "response": {
            "$ref": "GetServiceAccountResponse"
          }
        }
      }
    },
    "routines": {
      "methods": {
        "get": {
          "response": {
            "$ref": "Routine"
          },
          "parameters": {
            "routineId": {
              "type": "string",
              "location": "path",
              "description": "Required. Routine ID of the requested routine",
              "pattern": "^[^/]+$",
              "required": true
            },
            "readMask": {
              "description": "If set, only the Routine fields in the field mask are returned in the response. If unset, all Routine fields are returned.",
              "type": "string",
              "location": "query",
              "format": "google-fieldmask"
            },
            "projectId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "description": "Required. Project ID of the requested routine",
              "type": "string"
            },
            "datasetId": {
              "required": true,
              "location": "path",
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "Required. Dataset ID of the requested routine"
            }
          },
          "description": "Gets the specified routine resource by routine ID.",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "routineId"
          ],
          "path": "projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines/{routinesId}",
          "id": "bigquery.routines.get",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "httpMethod": "GET"
        },
        "list": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform",
            "https://www.googleapis.com/auth/cloud-platform.read-only"
          ],
          "id": "bigquery.routines.list",
          "parameters": {
            "pageToken": {
              "description": "Page token, returned by a previous call, to request the next page of results",
              "location": "query",
              "type": "string"
            },
            "filter": {
              "description": "If set, then only the Routines matching this filter are returned. The current supported form is either \"routine_type:\" or \"routineType:\", where is a RoutineType enum. Example: \"routineType:SCALAR_FUNCTION\".",
              "location": "query",
              "type": "string"
            },
            "maxResults": {
              "format": "uint32",
              "type": "integer",
              "location": "query",
              "description": "The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection."
            },
            "readMask": {
              "location": "query",
              "format": "google-fieldmask",
              "description": "If set, then only the Routine fields in the field mask, as well as project_id, dataset_id and routine_id, are returned in the response. If unset, then the following Routine fields are returned: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.",
              "type": "string"
            },
            "projectId": {
              "location": "path",
              "required": true,
              "description": "Required. Project ID of the routines to list",
              "pattern": "^[^/]+$",
              "type": "string"
            },
            "datasetId": {
              "description": "Required. Dataset ID of the routines to list",
              "pattern": "^[^/]+$",
              "location": "path",
              "required": true,
              "type": "string"
            }
          },
          "httpMethod": "GET",
          "path": "projects/{+projectId}/datasets/{+datasetId}/routines",
          "description": "Lists all routines in the specified dataset. Requires the READER dataset role.",
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "response": {
            "$ref": "ListRoutinesResponse"
          },
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines"
        },
        "update": {
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "id": "bigquery.routines.update",
          "request": {
            "$ref": "Routine"
          },
          "path": "projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}",
          "description": "Updates information in an existing routine. The update method replaces the entire Routine resource.",
          "response": {
            "$ref": "Routine"
          },
          "parameterOrder": [
            "projectId",
            "datasetId",
            "routineId"
          ],
          "httpMethod": "PUT",
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines/{routinesId}",
          "parameters": {
            "routineId": {
              "type": "string",
              "location": "path",
              "required": true,
              "pattern": "^[^/]+$",
              "description": "Required. Routine ID of the routine to update"
            },
            "projectId": {
              "pattern": "^[^/]+$",
              "location": "path",
              "type": "string",
              "description": "Required. Project ID of the routine to update",
              "required": true
            },
            "datasetId": {
              "type": "string",
              "pattern": "^[^/]+$",
              "location": "path",
              "description": "Required. Dataset ID of the routine to update",
              "required": true
            }
          }
        },
        "insert": {
          "request": {
            "$ref": "Routine"
          },
          "path": "projects/{+projectId}/datasets/{+datasetId}/routines",
          "id": "bigquery.routines.insert",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "parameterOrder": [
            "projectId",
            "datasetId"
          ],
          "description": "Creates a new routine in the dataset.",
          "httpMethod": "POST",
          "parameters": {
            "projectId": {
              "required": true,
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "Required. Project ID of the new routine",
              "location": "path"
            },
            "datasetId": {
              "location": "path",
              "type": "string",
              "description": "Required. Dataset ID of the new routine",
              "required": true,
              "pattern": "^[^/]+$"
            }
          },
          "response": {
            "$ref": "Routine"
          },
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines"
        },
        "delete": {
          "id": "bigquery.routines.delete",
          "httpMethod": "DELETE",
          "scopes": [
            "https://www.googleapis.com/auth/bigquery",
            "https://www.googleapis.com/auth/cloud-platform"
          ],
          "parameters": {
            "datasetId": {
              "location": "path",
              "required": true,
              "type": "string",
              "pattern": "^[^/]+$",
              "description": "Required. Dataset ID of the routine to delete"
            },
            "projectId": {
              "type": "string",
              "location": "path",
              "description": "Required. Project ID of the routine to delete",
              "required": true,
              "pattern": "^[^/]+$"
            },
            "routineId": {
              "pattern": "^[^/]+$",
              "type": "string",
              "description": "Required. Routine ID of the routine to delete",
              "location": "path",
              "required": true
            }
          },
          "flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines/{routinesId}",
          "description": "Deletes the routine specified by routineId from the dataset.",
          "path": "projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}",
          "parameterOrder": [
            "projectId",
            "datasetId",
            "routineId"
          ]
        }
      }
    }
  },
  "icons": {
    "x16": "https://www.google.com/images/icons/product/search-16.gif",
    "x32": "https://www.google.com/images/icons/product/search-32.gif"
  },
  "ownerDomain": "google.com",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/bigquery": {
          "description": "View and manage your data in Google BigQuery"
        },
        "https://www.googleapis.com/auth/devstorage.full_control": {
          "description": "Manage your data and permissions in Google Cloud Storage"
        },
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud Platform data"
        },
        "https://www.googleapis.com/auth/cloud-platform.read-only": {
          "description": "View your data across Google Cloud Platform services"
        },
        "https://www.googleapis.com/auth/devstorage.read_write": {
          "description": "Manage your data in Google Cloud Storage"
        },
        "https://www.googleapis.com/auth/bigquery.insertdata": {
          "description": "Insert data into Google BigQuery"
        },
        "https://www.googleapis.com/auth/devstorage.read_only": {
          "description": "View your data in Google Cloud Storage"
        }
      }
    }
  }
}
