Google Cloud Build V2 Client - Class GetRepositoryRequest (0.5.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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/*.

Returns
TypeDescription
string

setName

Required. The name of the Repository to retrieve.

Format: projects/*/locations/*/connections/*/repositories/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this