Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2001

Merged
merged 1 commit into from
May 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
612 changes: 607 additions & 5 deletions beyondcorp/v1alpha/beyondcorp-api.json

Large diffs are not rendered by default.

3,162 changes: 3,045 additions & 117 deletions beyondcorp/v1alpha/beyondcorp-gen.go

Large diffs are not rendered by default.

164 changes: 123 additions & 41 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@
"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\".",
"description": "If set, then only the Routines matching this filter are returned. The supported format is `routineType:{RoutineType}`, where `{RoutineType}` is a RoutineType enum. For example: `routineType:SCALAR_FUNCTION`.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1710,7 +1710,7 @@
}
}
},
"revision": "20230422",
"revision": "20230520",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -3105,7 +3105,7 @@
"id": "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.",
"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"
}
},
Expand Down Expand Up @@ -3445,6 +3445,10 @@
"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.",
"type": "boolean"
},
"jsonOptions": {
"$ref": "JsonOptions",
"description": "Additional properties to set if `sourceFormat` is set to `NEWLINE_DELIMITED_JSON`."
},
"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.",
"format": "int32",
Expand Down Expand Up @@ -4913,6 +4917,16 @@
"id": "JsonObject",
"type": "object"
},
"JsonOptions": {
"id": "JsonOptions",
"properties": {
"encoding": {
"description": "[Optional] The character encoding of the data. The supported values are UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE. The default value is UTF-8.",
"type": "string"
}
},
"type": "object"
},
"JsonValue": {
"id": "JsonValue",
"type": "any"
Expand Down Expand Up @@ -5173,8 +5187,8 @@
"Autoencoder model.",
"New name for the ARIMA model.",
"ARIMA with external regressors.",
"Random Forest regressor model.",
"Random Forest classifier model.",
"Random forest regressor model.",
"Random forest classifier model.",
"An imported TensorFlow Lite model.",
"An imported ONNX model."
],
Expand Down Expand Up @@ -5240,15 +5254,15 @@
"id": "ModelReference",
"properties": {
"datasetId": {
"description": "[Required] The ID of the dataset containing this model.",
"description": "Required. The ID of the dataset containing this model.",
"type": "string"
},
"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.",
"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"
},
"projectId": {
"description": "[Required] The ID of the project containing this model.",
"description": "Required. The ID of the project containing this model.",
"type": "string"
}
},
Expand Down Expand Up @@ -5944,13 +5958,15 @@
"ROUTINE_TYPE_UNSPECIFIED",
"SCALAR_FUNCTION",
"PROCEDURE",
"TABLE_VALUED_FUNCTION"
"TABLE_VALUED_FUNCTION",
"AGGREGATE_FUNCTION"
],
"enumDescriptions": [
"",
"Non-builtin permanent scalar function.",
"Non-built-in persistent scalar function.",
"Stored procedure.",
"Non-builtin permanent TVF."
"Non-built-in persistent TVF.",
"Non-built-in persistent aggregate function."
],
"type": "string"
},
Expand All @@ -5969,15 +5985,15 @@
"id": "RoutineReference",
"properties": {
"datasetId": {
"description": "[Required] The ID of the dataset containing this routine.",
"description": "Required. The ID of the dataset containing this routine.",
"type": "string"
},
"projectId": {
"description": "[Required] The ID of the project containing this routine.",
"description": "Required. The ID of the project containing this routine.",
"type": "string"
},
"routineId": {
"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.",
"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.",
"type": "string"
}
},
Expand Down Expand Up @@ -6037,19 +6053,19 @@
"id": "RowAccessPolicyReference",
"properties": {
"datasetId": {
"description": "[Required] The ID of the dataset containing this row access policy.",
"description": "Required. The ID of the dataset containing this row access policy.",
"type": "string"
},
"policyId": {
"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.",
"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.",
"type": "string"
},
"projectId": {
"description": "[Required] The ID of the project containing this row access policy.",
"description": "Required. The ID of the project containing this row access policy.",
"type": "string"
},
"tableId": {
"description": "[Required] The ID of the table containing this row access policy.",
"description": "Required. The ID of the table containing this row access policy.",
"type": "string"
}
},
Expand Down Expand Up @@ -6495,62 +6511,62 @@
"$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."
},
"numBytes": {
"description": "[Output-only] The size of this table in bytes, excluding any data in the streaming buffer.",
"numActiveLogicalBytes": {
"description": "[Output-only] Number of logical bytes that are less than 90 days old.",
"format": "int64",
"type": "string"
},
"numLongTermBytes": {
"description": "[Output-only] The number of bytes in the table that are considered \"long-term storage\".",
"numActivePhysicalBytes": {
"description": "[Output-only] Number of physical bytes less than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"format": "int64",
"type": "string"
},
"numPhysicalBytes": {
"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.",
"numBytes": {
"description": "[Output-only] The size of this table in bytes, excluding any data in the streaming buffer.",
"format": "int64",
"type": "string"
},
"numRows": {
"description": "[Output-only] The number of rows of data in this table, excluding any data in the streaming buffer.",
"format": "uint64",
"numLongTermBytes": {
"description": "[Output-only] The number of bytes in the table that are considered \"long-term storage\".",
"format": "int64",
"type": "string"
},
"num_active_logical_bytes": {
"description": "[Output-only] Number of logical bytes that are less than 90 days old.",
"numLongTermLogicalBytes": {
"description": "[Output-only] Number of logical bytes that are more than 90 days old.",
"format": "int64",
"type": "string"
},
"num_active_physical_bytes": {
"description": "[Output-only] Number of physical bytes less than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"numLongTermPhysicalBytes": {
"description": "[Output-only] Number of physical bytes more than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"format": "int64",
"type": "string"
},
"num_long_term_logical_bytes": {
"description": "[Output-only] Number of logical bytes that are more than 90 days old.",
"numPartitions": {
"description": "[Output-only] The number of partitions present in the table or materialized view. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"format": "int64",
"type": "string"
},
"num_long_term_physical_bytes": {
"description": "[Output-only] Number of physical bytes more than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"numPhysicalBytes": {
"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.",
"format": "int64",
"type": "string"
},
"num_partitions": {
"description": "[Output-only] The number of partitions present in the table or materialized view. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"format": "int64",
"numRows": {
"description": "[Output-only] The number of rows of data in this table, excluding any data in the streaming buffer.",
"format": "uint64",
"type": "string"
},
"num_time_travel_physical_bytes": {
"numTimeTravelPhysicalBytes": {
"description": "[Output-only] Number of physical bytes used by time travel storage (deleted or changed data). This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"format": "int64",
"type": "string"
},
"num_total_logical_bytes": {
"numTotalLogicalBytes": {
"description": "[Output-only] Total number of logical bytes in the table or materialized view.",
"format": "int64",
"type": "string"
},
"num_total_physical_bytes": {
"numTotalPhysicalBytes": {
"description": "[Output-only] The physical size of this table in bytes. This also includes storage used for time travel. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.",
"format": "int64",
"type": "string"
Expand Down Expand Up @@ -6580,6 +6596,10 @@
"$ref": "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."
},
"tableConstraints": {
"$ref": "TableConstraints",
"description": "[Optional] The table constraints on the table."
},
"tableReference": {
"$ref": "TableReference",
"description": "[Required] Reference describing the ID of this table."
Expand Down Expand Up @@ -6608,6 +6628,64 @@
},
"type": "object"
},
"TableConstraints": {
"id": "TableConstraints",
"properties": {
"foreignKeys": {
"description": "[Optional] The foreign keys of the tables.",
"items": {
"properties": {
"columnReferences": {
"items": {
"properties": {
"referencedColumn": {
"type": "string"
},
"referencingColumn": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"name": {
"type": "string"
},
"referencedTable": {
"properties": {
"datasetId": {
"type": "string"
},
"projectId": {
"type": "string"
},
"tableId": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
},
"primaryKey": {
"description": "[Optional] The primary key of the table.",
"properties": {
"columns": {
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
},
"type": "object"
},
"TableDataInsertAllRequest": {
"id": "TableDataInsertAllRequest",
"properties": {
Expand Down Expand Up @@ -7002,6 +7080,10 @@
"description": "If true, detect step changes and make data adjustment in the input time series.",
"type": "boolean"
},
"approxGlobalFeatureContrib": {
"description": "Whether to use approximate feature contribution method in XGBoost model explanation for global explain.",
"type": "boolean"
},
"autoArima": {
"description": "Whether to enable auto ARIMA or not.",
"type": "boolean"
Expand Down