Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class GetMavenArtifactRequest.
The request to get maven artifacts.
Generated from protobuf message google.devtools.artifactregistry.v1.GetMavenArtifactRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the maven artifact. |
getName
Required. The name of the maven artifact.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the maven artifact.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the maven artifact. Please see ArtifactRegistryClient::mavenArtifactName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetMavenArtifactRequest |
|