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