public static interface WorkflowTemplate.EncryptionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKmsKey()
Optional.
|
com.google.protobuf.ByteString |
getKmsKeyBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKmsKey()
Optional. The Cloud KMS key name to use for encrypting workflow template job arguments. When this this key is provided, the following workflow template [job arguments] (https://cloud.google.com/dataproc/docs/concepts/workflows/use-workflows#adding_jobs_to_a_template), if present, are [CMEK encrypted](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_workflow_template_data): * [FlinkJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) * [HadoopJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) * [SparkJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) * [SparkRJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob) * [PySparkJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/PySparkJob) * [SparkSqlJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries * [HiveJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and queryList.queries * [PigJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries * [PrestoJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and queryList.queries
string kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getKmsKeyBytes()
Optional. The Cloud KMS key name to use for encrypting workflow template job arguments. When this this key is provided, the following workflow template [job arguments] (https://cloud.google.com/dataproc/docs/concepts/workflows/use-workflows#adding_jobs_to_a_template), if present, are [CMEK encrypted](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_workflow_template_data): * [FlinkJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) * [HadoopJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) * [SparkJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) * [SparkRJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob) * [PySparkJob args](https://cloud.google.com/dataproc/docs/reference/rest/v1/PySparkJob) * [SparkSqlJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries * [HiveJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and queryList.queries * [PigJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries * [PrestoJob](https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and queryList.queries
string kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.