kmsKeyName property

  1. @TagNumber(3)
String get kmsKeyName

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. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}. See https://cloud.google.com/bigquery/docs/customer-managed-encryption for more information.

Implementation

@$pb.TagNumber(3)
$core.String get kmsKeyName => $_getSZ(2);
  1. @TagNumber(3)
set kmsKeyName (String v)

Implementation

@$pb.TagNumber(3)
set kmsKeyName($core.String v) { $_setString(2, v); }