File: //snap/google-cloud-cli/394/help/man/man1/gcloud_builds_connections_update_gitlab.1
.TH "GCLOUD_BUILDS_CONNECTIONS_UPDATE_GITLAB" 1
.SH "NAME"
.HP
gcloud builds connections update gitlab \- update a Cloud Build Connection of type gitlab.com or GitLab Enterprise
.SH "SYNOPSIS"
.HP
\f5gcloud builds connections update gitlab\fR (\fICONNECTION\fR\ :\ \fB\-\-region\fR=\fIREGION\fR) [\fB\-\-async\fR] [\fB\-\-authorizer\-token\-secret\-version\fR=\fIAUTHORIZER_TOKEN_SECRET_VERSION\fR] [\fB\-\-host\-uri\fR=\fIHOST_URI\fR] [\fB\-\-read\-authorizer\-token\-secret\-version\fR=\fIREAD_AUTHORIZER_TOKEN_SECRET_VERSION\fR] [\fB\-\-service\-directory\-service\fR=\fISERVICE_DIRECTORY_SERVICE\fR] [\fB\-\-ssl\-ca\-file\fR=\fISSL_CA_FILE\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Update a Cloud Build Connection of type gitlab.com or GitLab Enterprise.
.SH "EXAMPLES"
To update the ssl_ca, provide the connection name and the ssl_ca file:
.RS 2m
$ gcloud builds connections update gitlab my\-gle\-conn \e
\-\-region=us\-west1 \-\-ssl\-ca\-file=mycertificate.crt
.RE
To update the authorization token, provide the connection name and the new
authorization token.RS 2m
secret version.
.RE
.RS 2m
$ gcloud builds connections update gitlab my\-gle\-conn \e
\-\-region=us\-west1 \e
\-\-authorizer\-token\-secret\-version=projects/myproj/secrets/\e
api\-pat/versions/1
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Connection resource \- Connection to update. 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 \f5connection\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
\fICONNECTION\fR
ID of the connection or fully qualified identifier for the connection.
To set the \f5connection\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5connection\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\-\-region\fR=\fIREGION\fR
The Google Cloud region.
To set the \f5region\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5connection\fR on the command line with a fully specified
name;
.IP "\(bu" 2m
provide the argument \f5\-\-region\fR on the command line;
.IP "\(bu" 2m
set the property \f5builds/region\fR.
.RE
.sp
.RE
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-async\fR
Return immediately, without waiting for the operation in progress to complete.
.TP 2m
\fB\-\-authorizer\-token\-secret\-version\fR=\fIAUTHORIZER_TOKEN_SECRET_VERSION\fR
Secret containing the api personal access token.
.TP 2m
\fB\-\-host\-uri\fR=\fIHOST_URI\fR
URI of the GitLab instance.
.TP 2m
\fB\-\-read\-authorizer\-token\-secret\-version\fR=\fIREAD_AUTHORIZER_TOKEN_SECRET_VERSION\fR
Secret containing the read_repository personal access token. Required for GitLab
Enterprise versions older than 13.10.
.TP 2m
\fB\-\-service\-directory\-service\fR=\fISERVICE_DIRECTORY_SERVICE\fR
Service Directory service resource to use for accessing the GitLab Enterprise
Server. Necessary only if the server has no public access from the internet.
.TP 2m
\fB\-\-ssl\-ca\-file\fR=\fISSL_CA_FILE\fR
File containing the SSL_CA to be used.
.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 "API REFERENCE"
This command uses the \fBcloudbuild/v2\fR API. The full documentation for this
API can be found at: https://cloud.google.com/cloud\-build/docs/
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha builds connections update gitlab
.RE
.RS 2m
$ gcloud beta builds connections update gitlab
.RE