proto_docs/google/cloud/bigquery/storage/v1/storage.rb in google-cloud-bigquery-storage-v1-0.18.0 vs proto_docs/google/cloud/bigquery/storage/v1/storage.rb in google-cloud-bigquery-storage-v1-0.19.0

- old
+ new

@@ -483,9 +483,25 @@ # Offset already exists. OFFSET_ALREADY_EXISTS = 8 # Offset out of range. OFFSET_OUT_OF_RANGE = 9 + + # Customer-managed encryption key (CMEK) not provided for CMEK-enabled + # data. + CMEK_NOT_PROVIDED = 10 + + # Customer-managed encryption key (CMEK) was incorrectly provided. + INVALID_CMEK_PROVIDED = 11 + + # There is an encryption error while using customer-managed encryption key. + CMEK_ENCRYPTION_ERROR = 12 + + # Key Management Service (KMS) service returned an error. + KMS_SERVICE_ERROR = 13 + + # Permission denied while using customer-managed encryption key. + KMS_PERMISSION_DENIED = 14 end end # The message that presents row level error info in a request. # @!attribute [rw] index