chore: Update discovery artifacts (#1523)

## Deleted keys were detected in the following stable discovery artifacts:
displayvideo v1 https://github.com/googleapis/google-api-python-client/commit/22caa4f2f8ecb0f0ad6cfac547f9deb76fdcbebb
memcache v1 https://github.com/googleapis/google-api-python-client/commit/393dce7a3e584ad6be58c832ec826fe3b44e353b

## Deleted keys were detected in the following pre-stable discovery artifacts:
memcache v1beta2 https://github.com/googleapis/google-api-python-client/commit/393dce7a3e584ad6be58c832ec826fe3b44e353b

## Discovery Artifact Change Summary:
feat(apigee): update the api https://github.com/googleapis/google-api-python-client/commit/0e4fed7f1e08a616cbc81243c24391bc20ce5edb
feat(bigquery): update the api https://github.com/googleapis/google-api-python-client/commit/04e112ce89d6ddb3aeaae889c2de36070d6c2814
feat(bigtableadmin): update the api https://github.com/googleapis/google-api-python-client/commit/6b77931c3c9aba59d5b326c570a2080252c8beb1
feat(cloudprofiler): update the api https://github.com/googleapis/google-api-python-client/commit/3009ee3c238ae1fa51c529e9f187ec26693138a4
feat(container): update the api https://github.com/googleapis/google-api-python-client/commit/e5d01ecee51da0c7a2543b833a1395a94c27bef6
feat(dataproc): update the api https://github.com/googleapis/google-api-python-client/commit/fec73562a93b5a532bce6c91f0d30ec4fbd54ddb
feat(displayvideo): update the api https://github.com/googleapis/google-api-python-client/commit/22caa4f2f8ecb0f0ad6cfac547f9deb76fdcbebb
feat(documentai): update the api https://github.com/googleapis/google-api-python-client/commit/444836b9afe8d3eb8d52a1431652bfda1ad3288b
feat(healthcare): update the api https://github.com/googleapis/google-api-python-client/commit/2f3173aa4b4d154c909eea853a0c4c306834e0ab
feat(ideahub): update the api https://github.com/googleapis/google-api-python-client/commit/8ebf9d2bd419561d5eacb78823aa1fc519fe2710
feat(memcache): update the api https://github.com/googleapis/google-api-python-client/commit/393dce7a3e584ad6be58c832ec826fe3b44e353b
feat(mybusinesslodging): update the api https://github.com/googleapis/google-api-python-client/commit/c51a0d15e634c2ab1c7762533f33d59f10b01875
feat(speech): update the api https://github.com/googleapis/google-api-python-client/commit/bf6e86f6ee8c3985e1ce6f0475ef4f8685b52060
feat(streetviewpublish): update the api https://github.com/googleapis/google-api-python-client/commit/c8cf30cd67f5588d7cbe60631e42f0a49ea6c307
feat(youtube): update the api https://github.com/googleapis/google-api-python-client/commit/855cbfea1f6d46af07c4b80ab26fc30ca46370b7
diff --git a/docs/dyn/bigquery_v2.tables.html b/docs/dyn/bigquery_v2.tables.html
index 5737253..2af3144 100644
--- a/docs/dyn/bigquery_v2.tables.html
+++ b/docs/dyn/bigquery_v2.tables.html
@@ -144,6 +144,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -153,7 +154,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.
@@ -436,6 +437,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -445,7 +447,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.
@@ -669,6 +671,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -678,7 +681,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.
@@ -985,6 +988,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -994,7 +998,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.
@@ -1218,6 +1222,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -1227,7 +1232,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.
@@ -1566,6 +1571,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -1575,7 +1581,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.
@@ -1799,6 +1805,7 @@
     ],
   },
   "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+  "defaultCollation": "A String", # [Output-only] The default collation of the table.
   "description": "A String", # [Optional] A user-friendly description of this table.
   "encryptionConfiguration": { # Custom encryption configuration (e.g., Cloud KMS keys).
     "kmsKeyName": "A String", # [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.
@@ -1808,7 +1815,7 @@
   "externalDataConfiguration": { # [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.
     "autodetect": True or False, # Try to detect schema and format options automatically. Any option specified explicitly will be honored.
     "avroOptions": { # Additional properties to set if sourceFormat is set to Avro.
-      "useAvroLogicalTypes": True or False, # [Optional] If set to true will enable interpreting logical types into their corresponding types (ie. TIMESTAMP), instead of only using their raw types (ie. INTEGER).
+      "useAvroLogicalTypes": True or False, # [Optional] If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).
     },
     "bigtableOptions": { # [Optional] Additional options if sourceFormat is set to BIGTABLE.
       "columnFamilies": [ # [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.