GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig class
Encryption settings for encrypting workflow template job arguments.
Constructors
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - kmsKey ↔ String?
 - 
  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
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited