Reference documentation and code samples for the Google Cloud Build V2 Client class GetConnectionRequest.
Message for getting the details of a Connection.
Generated from protobuf message google.devtools.cloudbuild.v2.GetConnectionRequest
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the Connection to retrieve. Format: projects/*/locations/*/connections/*
.
getName
Required. The name of the Connection to retrieve.
Format: projects/*/locations/*/connections/*
.
string
setName
Required. The name of the Connection to retrieve.
Format: projects/*/locations/*/connections/*
.
var
string
$this
static::build
name
string
Required. The name of the Connection to retrieve.
Format: projects/*/locations/*/connections/*
. Please see RepositoryManagerClient::connectionName()
for help formatting this field.