File: //snap/google-cloud-cli/396/help/man/man1/gcloud_alpha_dataplex_content_update.1
.TH "GCLOUD_ALPHA_DATAPLEX_CONTENT_UPDATE" 1
.SH "NAME"
.HP
gcloud alpha dataplex content update \- update a Dataplex Content Resource with the given configurations
.SH "SYNOPSIS"
.HP
\f5gcloud alpha dataplex content update\fR (\fICONTENT\fR\ :\ \fB\-\-lake\fR=\fILAKE\fR\ \fB\-\-location\fR=\fILOCATION\fR) [\fB\-\-data\-text\fR=\fIDATA_TEXT\fR] [\fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-labels\fR=[\fIKEY\fR=\fIVALUE\fR,...]] [\fB\-\-path\fR=\fIPATH\fR] [\fB\-\-validate\-only\fR] [\fB\-\-kernel\-type\fR=\fIKERNEL_TYPE\fR\ |\ \fB\-\-query\-engine\fR=\fIQUERY_ENGINE\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Update a Dataplex Content Resource with the given configurations.
.SH "EXAMPLES"
To update a Dataplex content \f5test\-content\fR in project \f5test\-project\fR
within lake \f5test\-lake\fR in location \f5us\-central1\fR and change the
description to \f5Updated Description\fR, run:
.RS 2m
$ gcloud alpha dataplex content update test\-content \e
\-\-project=test\-project \-\-location=us\-central1 \-\-lake=test\-lake \e
\-\-description='Updated Description'
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Content resource \- The Content to Update a Content to. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5content\fR on the command line with a fully specified
name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp
This must be specified.
.RS 2m
.TP 2m
\fICONTENT\fR
ID of the content or fully qualified identifier for the content.
To set the \f5content\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5content\fR on the command line.
.RE
.sp
This positional argument must be specified if any of the other arguments in this
group are specified.
.TP 2m
\fB\-\-lake\fR=\fILAKE\fR
The identifier of the Dataplex lake resource.
To set the \f5lake\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5content\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-lake\fR on the command line.
.RE
.sp
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
The location of the Dataplex resource.
To set the \f5location\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5content\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-location\fR on the command line;
.IP "\(bu" 2m
set the property \f5dataplex/location\fR.
.RE
.sp
.RE
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-data\-text\fR=\fIDATA_TEXT\fR
Content data in string format
.TP 2m
\fB\-\-description\fR=\fIDESCRIPTION\fR
Description of the Content
.TP 2m
\fB\-\-labels\fR=[\fIKEY\fR=\fIVALUE\fR,...]
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens (\f5\-\fR),
underscores (\f5_\fR), lowercase characters, and numbers. Values must contain
only hyphens (\f5\-\fR), underscores (\f5_\fR), lowercase characters, and
numbers.
.TP 2m
\fB\-\-path\fR=\fIPATH\fR
The path for the Content file, represented as directory structure
.TP 2m
\fB\-\-validate\-only\fR
Validate the update action, but don't actually perform it.
.TP 2m
Sql script or notebook related configurations.
At most one of these can be specified:
.RS 2m
.TP 2m
Notebook related configurations.
.RS 2m
.TP 2m
\fB\-\-kernel\-type\fR=\fIKERNEL_TYPE\fR
Kernel Type of the notebook. \fIKERNEL_TYPE\fR must be (only one value is
supported):
.RS 2m
.TP 2m
\fBPYTHON3\fR
python3
.RE
.sp
.RE
.sp
.TP 2m
Sql script related configurations.
.RS 2m
.TP 2m
\fB\-\-query\-engine\fR=\fIQUERY_ENGINE\fR
Query Engine to be used for the Sql Query. \fIQUERY_ENGINE\fR must be (only one
value is supported):
.RS 2m
.TP 2m
\fBSPARK\fR
spark
.RE
.sp
.RE
.RE
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. This variant is also available:
.RS 2m
$ gcloud dataplex content update
.RE