
com.google.api.services.dataproc.model.EncryptionConfig Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/
package com.google.api.services.dataproc.model;
/**
* Encryption settings for the cluster.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
* https://developers.google.com/api-client-library/java/google-http-java-client/json
*
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class EncryptionConfig extends com.google.api.client.json.GenericJson {
/**
* Optional. The Cloud KMS key resource name to use for persistent disk encryption for all
* instances in the cluster. See Use CMEK with cluster data
* (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
* encryption#use_cmek_with_cluster_data) for more information.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String gcePdKmsKeyName;
/**
* Optional. The Cloud KMS key resource name to use for cluster persistent disk and job argument
* encryption. See Use CMEK with cluster data
* (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
* encryption#use_cmek_with_cluster_data) for more information.When this key resource name is
* provided, the following job arguments of the following job types submitted to the cluster are
* encrypted using CMEK: 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
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String kmsKey;
/**
* Optional. The Cloud KMS key resource name to use for persistent disk encryption for all
* instances in the cluster. See Use CMEK with cluster data
* (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
* encryption#use_cmek_with_cluster_data) for more information.
* @return value or {@code null} for none
*/
public java.lang.String getGcePdKmsKeyName() {
return gcePdKmsKeyName;
}
/**
* Optional. The Cloud KMS key resource name to use for persistent disk encryption for all
* instances in the cluster. See Use CMEK with cluster data
* (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
* encryption#use_cmek_with_cluster_data) for more information.
* @param gcePdKmsKeyName gcePdKmsKeyName or {@code null} for none
*/
public EncryptionConfig setGcePdKmsKeyName(java.lang.String gcePdKmsKeyName) {
this.gcePdKmsKeyName = gcePdKmsKeyName;
return this;
}
/**
* Optional. The Cloud KMS key resource name to use for cluster persistent disk and job argument
* encryption. See Use CMEK with cluster data
* (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
* encryption#use_cmek_with_cluster_data) for more information.When this key resource name is
* provided, the following job arguments of the following job types submitted to the cluster are
* encrypted using CMEK: 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
* @return value or {@code null} for none
*/
public java.lang.String getKmsKey() {
return kmsKey;
}
/**
* Optional. The Cloud KMS key resource name to use for cluster persistent disk and job argument
* encryption. See Use CMEK with cluster data
* (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-
* encryption#use_cmek_with_cluster_data) for more information.When this key resource name is
* provided, the following job arguments of the following job types submitted to the cluster are
* encrypted using CMEK: 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
* @param kmsKey kmsKey or {@code null} for none
*/
public EncryptionConfig setKmsKey(java.lang.String kmsKey) {
this.kmsKey = kmsKey;
return this;
}
@Override
public EncryptionConfig set(String fieldName, Object value) {
return (EncryptionConfig) super.set(fieldName, value);
}
@Override
public EncryptionConfig clone() {
return (EncryptionConfig) super.clone();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy