mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the JSON schemas
The command executed was as follows: rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
@@ -1084,6 +1084,36 @@
|
||||
"https://www.googleapis.com/auth/cloud-platform.read-only"
|
||||
]
|
||||
},
|
||||
"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.",
|
||||
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines/{routinesId}:getIamPolicy",
|
||||
"httpMethod": "POST",
|
||||
"id": "bigquery.routines.getIamPolicy",
|
||||
"parameterOrder": [
|
||||
"resource"
|
||||
],
|
||||
"parameters": {
|
||||
"resource": {
|
||||
"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/datasets/[^/]+/routines/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"path": "{+resource}:getIamPolicy",
|
||||
"request": {
|
||||
"$ref": "GetIamPolicyRequest"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Policy"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/bigquery",
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/cloud-platform.read-only"
|
||||
]
|
||||
},
|
||||
"insert": {
|
||||
"description": "Creates a new routine in the dataset.",
|
||||
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines",
|
||||
@@ -1178,6 +1208,35 @@
|
||||
"https://www.googleapis.com/auth/cloud-platform.read-only"
|
||||
]
|
||||
},
|
||||
"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.",
|
||||
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines/{routinesId}:setIamPolicy",
|
||||
"httpMethod": "POST",
|
||||
"id": "bigquery.routines.setIamPolicy",
|
||||
"parameterOrder": [
|
||||
"resource"
|
||||
],
|
||||
"parameters": {
|
||||
"resource": {
|
||||
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
|
||||
"location": "path",
|
||||
"pattern": "^projects/[^/]+/datasets/[^/]+/routines/[^/]+$",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"path": "{+resource}:setIamPolicy",
|
||||
"request": {
|
||||
"$ref": "SetIamPolicyRequest"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "Policy"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/bigquery",
|
||||
"https://www.googleapis.com/auth/cloud-platform"
|
||||
]
|
||||
},
|
||||
"update": {
|
||||
"description": "Updates information in an existing routine. The update method replaces the entire Routine resource.",
|
||||
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/routines/{routinesId}",
|
||||
@@ -1844,7 +1903,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20240214",
|
||||
"revision": "20240323",
|
||||
"rootUrl": "https://bigquery.googleapis.com/",
|
||||
"schemas": {
|
||||
"AggregateClassificationMetrics": {
|
||||
@@ -3104,6 +3163,10 @@
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"externalCatalogDatasetOptions": {
|
||||
"$ref": "ExternalCatalogDatasetOptions",
|
||||
"description": "Optional. Options defining open source compatible datasets living in the BigQuery catalog. Contains metadata of open source database, schema or namespace represented by the current dataset."
|
||||
},
|
||||
"externalDatasetReference": {
|
||||
"$ref": "ExternalDatasetReference",
|
||||
"description": "Optional. Reference to a read-only external dataset defined in data catalogs outside of BigQuery. Filled out when the dataset type is EXTERNAL."
|
||||
@@ -3140,6 +3203,11 @@
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"linkedDatasetMetadata": {
|
||||
"$ref": "LinkedDatasetMetadata",
|
||||
"description": "Output only. Metadata about the LinkedDataset. Filled out when the dataset type is LINKED.",
|
||||
"readOnly": true
|
||||
},
|
||||
"linkedDatasetSource": {
|
||||
"$ref": "LinkedDatasetSource",
|
||||
"description": "Optional. The source dataset reference when the dataset is of type LINKED. For all other dataset types it is not set. This field cannot be updated once it is set. Any attempt to update this field using Update and Patch API Operations will be ignored."
|
||||
@@ -3344,6 +3412,42 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"DifferentialPrivacyPolicy": {
|
||||
"description": "Represents privacy policy associated with \"differential privacy\" method.",
|
||||
"id": "DifferentialPrivacyPolicy",
|
||||
"properties": {
|
||||
"deltaBudget": {
|
||||
"description": "Optional. The total delta budget for all queries against the privacy-protected view. Each subscriber query against this view charges the amount of delta that is pre-defined by the contributor through the privacy policy delta_per_query field. If there is sufficient budget, then the subscriber query attempts to complete. It might still fail due to other reasons, in which case the charge is refunded. If there is insufficient budget the query is rejected. There might be multiple charge attempts if a single query references multiple views. In this case there must be sufficient budget for all charges or the query is rejected and charges are refunded in best effort. The budget does not have a refresh policy and can only be updated via ALTER VIEW or circumvented by creating a new view that can be queried with a fresh budget.",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"deltaPerQuery": {
|
||||
"description": "Optional. The delta value that is used per query. Delta represents the probability that any row will fail to be epsilon differentially private. Indicates the risk associated with exposing aggregate rows in the result of a query.",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"epsilonBudget": {
|
||||
"description": "Optional. The total epsilon budget for all queries against the privacy-protected view. Each subscriber query against this view charges the amount of epsilon they request in their query. If there is sufficient budget, then the subscriber query attempts to complete. It might still fail due to other reasons, in which case the charge is refunded. If there is insufficient budget the query is rejected. There might be multiple charge attempts if a single query references multiple views. In this case there must be sufficient budget for all charges or the query is rejected and charges are refunded in best effort. The budget does not have a refresh policy and can only be updated via ALTER VIEW or circumvented by creating a new view that can be queried with a fresh budget.",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"maxEpsilonPerQuery": {
|
||||
"description": "Optional. The maximum epsilon value that a query can consume. If the subscriber specifies epsilon as a parameter in a SELECT query, it must be less than or equal to this value. The epsilon parameter controls the amount of noise that is added to the groups \u2014 a higher epsilon means less noise.",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"maxGroupsContributed": {
|
||||
"description": "Optional. The maximum groups contributed value that is used per query. Represents the maximum number of groups to which each protected entity can contribute. Changing this value does not improve or worsen privacy. The best value for accuracy and utility depends on the query and data.",
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
},
|
||||
"privacyUnitColumn": {
|
||||
"description": "Optional. The privacy unit column associated with this policy. Differential privacy policies can only have one privacy unit column per data source object (table, view).",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"DimensionalityReductionMetrics": {
|
||||
"description": "Model evaluation metrics for dimensionality reduction models.",
|
||||
"id": "DimensionalityReductionMetrics",
|
||||
@@ -3761,6 +3865,46 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ExternalCatalogDatasetOptions": {
|
||||
"description": "Options defining open source compatible datasets living in the BigQuery catalog. Contains metadata of open source database, schema or namespace represented by the current dataset.",
|
||||
"id": "ExternalCatalogDatasetOptions",
|
||||
"properties": {
|
||||
"defaultStorageLocationUri": {
|
||||
"description": "Optional. The storage location URI for all tables in the dataset. Equivalent to hive metastore's database locationUri. Maximum length of 1024 characters.",
|
||||
"type": "string"
|
||||
},
|
||||
"parameters": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Optional. A map of key value pairs defining the parameters and properties of the open source schema. Maximum size of 2Mib.",
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ExternalCatalogTableOptions": {
|
||||
"description": "Metadata about open source compatible table. The fields contained in these options correspond to hive metastore's table level properties.",
|
||||
"id": "ExternalCatalogTableOptions",
|
||||
"properties": {
|
||||
"connectionId": {
|
||||
"description": "Optional. The connection specifying the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table from BigQuery Engine. The connection_id can have the form `..` or `projects//locations//connections/`.",
|
||||
"type": "string"
|
||||
},
|
||||
"parameters": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Optional. A map of key value pairs defining the parameters and properties of the open source table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.",
|
||||
"type": "object"
|
||||
},
|
||||
"storageDescriptor": {
|
||||
"$ref": "StorageDescriptor",
|
||||
"description": "Optional. A storage descriptor containing information about the physical storage of this table."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"ExternalDataConfiguration": {
|
||||
"id": "ExternalDataConfiguration",
|
||||
"properties": {
|
||||
@@ -5753,6 +5897,38 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"JoinRestrictionPolicy": {
|
||||
"description": "Represents privacy policy associated with \"join restrictions\". Join restriction gives data providers the ability to enforce joins on the 'join_allowed_columns' when data is queried from a privacy protected view.",
|
||||
"id": "JoinRestrictionPolicy",
|
||||
"properties": {
|
||||
"joinAllowedColumns": {
|
||||
"description": "Optional. The only columns that joins are allowed on. This field is must be specified for join_conditions JOIN_ANY and JOIN_ALL and it cannot be set for JOIN_BLOCKED.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"joinCondition": {
|
||||
"description": "Optional. Specifies if a join is required or not on queries for the view. Default is JOIN_CONDITION_UNSPECIFIED.",
|
||||
"enum": [
|
||||
"JOIN_CONDITION_UNSPECIFIED",
|
||||
"JOIN_ANY",
|
||||
"JOIN_ALL",
|
||||
"JOIN_NOT_REQUIRED",
|
||||
"JOIN_BLOCKED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"A join is neither required nor restricted on any column. Default value.",
|
||||
"A join is required on at least one of the specified columns.",
|
||||
"A join is required on all specified columns.",
|
||||
"A join is not required, but if present it is only permitted on 'join_allowed_columns'",
|
||||
"Joins are blocked for all queries."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"JsonObject": {
|
||||
"additionalProperties": {
|
||||
"$ref": "JsonValue"
|
||||
@@ -5776,6 +5952,28 @@
|
||||
"id": "JsonValue",
|
||||
"type": "any"
|
||||
},
|
||||
"LinkedDatasetMetadata": {
|
||||
"description": "Metadata about the Linked Dataset.",
|
||||
"id": "LinkedDatasetMetadata",
|
||||
"properties": {
|
||||
"linkState": {
|
||||
"description": "Output only. Specifies whether Linked Dataset is currently in a linked state or not.",
|
||||
"enum": [
|
||||
"LINK_STATE_UNSPECIFIED",
|
||||
"LINKED",
|
||||
"UNLINKED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"The default value. Default to the LINKED state.",
|
||||
"Normal Linked Dataset state. Data is queryable via the Linked Dataset.",
|
||||
"Data publisher or owner has unlinked this Linked Dataset. It means you can no longer query or see the data in the Linked Dataset."
|
||||
],
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"LinkedDatasetSource": {
|
||||
"description": "A dataset source type which refers to another BigQuery dataset.",
|
||||
"id": "LinkedDatasetSource",
|
||||
@@ -6407,6 +6605,48 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"PartitionSkew": {
|
||||
"description": "Partition skew detailed information.",
|
||||
"id": "PartitionSkew",
|
||||
"properties": {
|
||||
"skewSources": {
|
||||
"description": "Output only. Source stages which produce skewed data.",
|
||||
"items": {
|
||||
"$ref": "SkewSource"
|
||||
},
|
||||
"readOnly": true,
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"PartitionedColumn": {
|
||||
"description": "The partitioning column information.",
|
||||
"id": "PartitionedColumn",
|
||||
"properties": {
|
||||
"field": {
|
||||
"description": "Output only. The name of the partition column.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"PartitioningDefinition": {
|
||||
"description": "The partitioning information, which includes managed table and external table partition information.",
|
||||
"id": "PartitioningDefinition",
|
||||
"properties": {
|
||||
"partitionedColumn": {
|
||||
"description": "Output only. Details about each partitioning column. BigQuery native tables only support 1 partitioning column. Other table types may support 0, 1 or more partitioning columns.",
|
||||
"items": {
|
||||
"$ref": "PartitionedColumn"
|
||||
},
|
||||
"readOnly": true,
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"PerformanceInsights": {
|
||||
"description": "Performance insights for the job.",
|
||||
"id": "PerformanceInsights",
|
||||
@@ -6501,6 +6741,14 @@
|
||||
"aggregationThresholdPolicy": {
|
||||
"$ref": "AggregationThresholdPolicy",
|
||||
"description": "Optional. Policy used for aggregation thresholds."
|
||||
},
|
||||
"differentialPrivacyPolicy": {
|
||||
"$ref": "DifferentialPrivacyPolicy",
|
||||
"description": "Optional. Policy used for differential privacy."
|
||||
},
|
||||
"joinRestrictionPolicy": {
|
||||
"$ref": "JoinRestrictionPolicy",
|
||||
"description": "Optional. Join restriction policy is outside of the one of policies, since this policy can be set along with other policies. This policy gives data providers the ability to enforce joins on the 'join_allowed_columns' when data is queried from a privacy protected view."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -7472,6 +7720,28 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SerDeInfo": {
|
||||
"description": "Serializer and deserializer information.",
|
||||
"id": "SerDeInfo",
|
||||
"properties": {
|
||||
"name": {
|
||||
"description": "Optional. Name of the SerDe. The maximum length is 256 characters.",
|
||||
"type": "string"
|
||||
},
|
||||
"parameters": {
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.",
|
||||
"type": "object"
|
||||
},
|
||||
"serializationLibrary": {
|
||||
"description": "Required. Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SessionInfo": {
|
||||
"description": "[Preview] Information related to sessions.",
|
||||
"id": "SessionInfo",
|
||||
@@ -7500,6 +7770,19 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SkewSource": {
|
||||
"description": "Details about source stages which produce skewed data.",
|
||||
"id": "SkewSource",
|
||||
"properties": {
|
||||
"stageId": {
|
||||
"description": "Output only. Stage id of the skew source stage.",
|
||||
"format": "int64",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SnapshotDefinition": {
|
||||
"description": "Information about base table and snapshot time of the snapshot.",
|
||||
"id": "SnapshotDefinition",
|
||||
@@ -7608,12 +7891,12 @@
|
||||
"type": "object"
|
||||
},
|
||||
"gcsStagingBucket": {
|
||||
"description": "Output only. The Google Cloud Storage bucket that is used as the default filesystem by the Spark application. This fields is only filled when the Spark procedure uses the INVOKER security mode. It is inferred from the system variable @@spark_proc_properties.staging_bucket if it is provided. Otherwise, BigQuery creates a default staging bucket for the job and returns the bucket name in this field. Example: * `gs://[bucket_name]`",
|
||||
"description": "Output only. The Google Cloud Storage bucket that is used as the default file system by the Spark application. This field is only filled when the Spark procedure uses the invoker security mode. The `gcsStagingBucket` bucket is inferred from the `@@spark_proc_properties.staging_bucket` system variable (if it is provided). Otherwise, BigQuery creates a default staging bucket for the job and returns the bucket name in this field. Example: * `gs://[bucket_name]`",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"kmsKeyName": {
|
||||
"description": "Output only. The Cloud KMS encryption key that is used to protect the resources created by the Spark job. If the Spark procedure uses DEFINER security mode, the Cloud KMS key is inferred from the Spark connection associated with the procedure if it is provided. Otherwise the key is inferred from the default key of the Spark connection's project if the CMEK organization policy is enforced. If the Spark procedure uses INVOKER security mode, the Cloud KMS encryption key is inferred from the system variable @@spark_proc_properties.kms_key_name if it is provided. Otherwise, the key is inferred fromt he default key of the BigQuery job's project if the CMEK organization policy is enforced. Example: * `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`",
|
||||
"description": "Output only. The Cloud KMS encryption key that is used to protect the resources created by the Spark job. If the Spark procedure uses the invoker security mode, the Cloud KMS encryption key is either inferred from the provided system variable, `@@spark_proc_properties.kms_key_name`, or the default key of the BigQuery job's project (if the CMEK organization policy is enforced). Otherwise, the Cloud KMS key is either inferred from the Spark connection associated with the procedure (if it is provided), or from the default key of the Spark connection's project if the CMEK organization policy is enforced. Example: * `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
@@ -7678,6 +7961,11 @@
|
||||
"readOnly": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"partitionSkew": {
|
||||
"$ref": "PartitionSkew",
|
||||
"description": "Output only. Partition skew in the stage.",
|
||||
"readOnly": true
|
||||
},
|
||||
"slotContention": {
|
||||
"description": "Output only. True if the stage has a slot contention issue.",
|
||||
"readOnly": true,
|
||||
@@ -7798,6 +8086,29 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"StorageDescriptor": {
|
||||
"description": "Contains information about how a table's data is stored and accessed by open source query engines.",
|
||||
"id": "StorageDescriptor",
|
||||
"properties": {
|
||||
"inputFormat": {
|
||||
"description": "Optional. Specifies the fully qualified class name of the InputFormat (e.g. \"org.apache.hadoop.hive.ql.io.orc.OrcInputFormat\"). The maximum length is 128 characters.",
|
||||
"type": "string"
|
||||
},
|
||||
"locationUri": {
|
||||
"description": "Optional. The physical location of the table (e.g. 'gs://spark-dataproc-data/pangea-data/case_sensitive/' or 'gs://spark-dataproc-data/pangea-data/*'). The maximum length is 2056 bytes.",
|
||||
"type": "string"
|
||||
},
|
||||
"outputFormat": {
|
||||
"description": "Optional. Specifies the fully qualified class name of the OutputFormat (e.g. \"org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat\"). The maximum length is 128 characters.",
|
||||
"type": "string"
|
||||
},
|
||||
"serdeInfo": {
|
||||
"$ref": "SerDeInfo",
|
||||
"description": "Optional. Serializer and deserializer information."
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Streamingbuffer": {
|
||||
"id": "Streamingbuffer",
|
||||
"properties": {
|
||||
@@ -7918,6 +8229,10 @@
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
},
|
||||
"externalCatalogTableOptions": {
|
||||
"$ref": "ExternalCatalogTableOptions",
|
||||
"description": "Optional. Options defining open source compatible table."
|
||||
},
|
||||
"externalDataConfiguration": {
|
||||
"$ref": "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."
|
||||
@@ -8043,6 +8358,11 @@
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"partitionDefinition": {
|
||||
"$ref": "PartitioningDefinition",
|
||||
"description": "Output only. The partition information for all table formats, including managed partitioned tables, hive partitioned tables, and iceberg partitioned tables.",
|
||||
"readOnly": true
|
||||
},
|
||||
"rangePartitioning": {
|
||||
"$ref": "RangePartitioning",
|
||||
"description": "If specified, configures range partitioning for this table."
|
||||
@@ -8370,7 +8690,7 @@
|
||||
"description": "Represents the type of a field element.",
|
||||
"properties": {
|
||||
"type": {
|
||||
"description": "Required. The type of a field element. See TableFieldSchema.type.",
|
||||
"description": "Required. The type of a field element. For more information, see TableFieldSchema.type.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -8396,7 +8716,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"description": "Required. The field data type. Possible values include: * STRING * BYTES * INTEGER (or INT64) * FLOAT (or FLOAT64) * BOOLEAN (or BOOL) * TIMESTAMP * DATE * TIME * DATETIME * GEOGRAPHY * NUMERIC * BIGNUMERIC * JSON * RECORD (or STRUCT) Use of RECORD/STRUCT indicates that the field contains a nested schema.",
|
||||
"description": "Required. The field data type. Possible values include: * STRING * BYTES * INTEGER (or INT64) * FLOAT (or FLOAT64) * BOOLEAN (or BOOL) * TIMESTAMP * DATE * TIME * DATETIME * GEOGRAPHY * NUMERIC * BIGNUMERIC * JSON * RECORD (or STRUCT) * RANGE ([Preview](/products/#product-launch-stages)) Use of RECORD/STRUCT indicates that the field contains a nested schema.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -9701,7 +10021,7 @@
|
||||
"id": "UndeleteDatasetRequest",
|
||||
"properties": {
|
||||
"deletionTime": {
|
||||
"description": "Optional. The exact time when the dataset was deleted. If not specified, it will undelete the most recently deleted version.",
|
||||
"description": "Optional. The exact time when the dataset was deleted. If not specified, the most recently deleted version is undeleted.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user