Google Cloud Artifact Registry V1 Client - Class GetPythonPackageRequest (0.6.5)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class GetPythonPackageRequest.

The request to get python packages.

Generated from protobuf message google.devtools.artifactregistry.v1.GetPythonPackageRequest

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the python package.

getName

Required. The name of the python package.

Returns
Type Description
string

setName

Required. The name of the python package.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the python package. Please see Google\Cloud\ArtifactRegistry\V1\ArtifactRegistryClient::pythonPackageName() for help formatting this field.

Returns
Type Description
Google\Cloud\ArtifactRegistry\V1\GetPythonPackageRequest