Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class MavenArtifact.
MavenArtifact represents a maven artifact.
Generated from protobuf messagegoogle.devtools.artifactregistry.v1.MavenArtifact
Namespace
Google \ Cloud \ ArtifactRegistry \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. registry_location, project_id, repository_name and maven_artifact forms a unique artifact For example, "projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/ com.google.guava:guava:31.0-jre", where "us-west4" is the registry_location, "test-project" is the project_id, "test-repo" is the repository_name and "com.google.guava:guava:31.0-jre" is the maven artifact.
↳ pom_uri
string
Required. URL to access the pom file of the artifact. Example: us-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom
↳ group_id
string
Group ID for the artifact. Example: com.google.guava
Required. registry_location, project_id, repository_name and maven_artifact
forms a unique artifact For example,
"projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/
com.google.guava:guava:31.0-jre",
where "us-west4" is the registry_location, "test-project" is the
project_id, "test-repo" is the repository_name and
"com.google.guava:guava:31.0-jre"
is the maven artifact.
Returns
Type
Description
string
setName
Required. registry_location, project_id, repository_name and maven_artifact
forms a unique artifact For example,
"projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/
com.google.guava:guava:31.0-jre",
where "us-west4" is the registry_location, "test-project" is the
project_id, "test-repo" is the repository_name and
"com.google.guava:guava:31.0-jre"
is the maven artifact.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPomUri
Required. URL to access the pom file of the artifact.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Artifact Registry V1 Client - Class MavenArtifact (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-artifact-registry/latest/V1.MavenArtifact)\n- [1.2.0](/php/docs/reference/cloud-artifact-registry/1.2.0/V1.MavenArtifact)\n- [1.1.3](/php/docs/reference/cloud-artifact-registry/1.1.3/V1.MavenArtifact)\n- [1.0.0](/php/docs/reference/cloud-artifact-registry/1.0.0/V1.MavenArtifact)\n- [0.6.5](/php/docs/reference/cloud-artifact-registry/0.6.5/V1.MavenArtifact)\n- [0.5.1](/php/docs/reference/cloud-artifact-registry/0.5.1/V1.MavenArtifact)\n- [0.4.4](/php/docs/reference/cloud-artifact-registry/0.4.4/V1.MavenArtifact)\n- [0.3.13](/php/docs/reference/cloud-artifact-registry/0.3.13/V1.MavenArtifact) \nReference documentation and code samples for the Google Cloud Artifact Registry V1 Client class MavenArtifact.\n\nMavenArtifact represents a maven artifact.\n\nGenerated from protobuf message `google.devtools.artifactregistry.v1.MavenArtifact`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ArtifactRegistry \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. registry_location, project_id, repository_name and maven_artifact\nforms a unique artifact For example,\n\"projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/\ncom.google.guava:guava:31.0-jre\",\nwhere \"us-west4\" is the registry_location, \"test-project\" is the\nproject_id, \"test-repo\" is the repository_name and\n\"com.google.guava:guava:31.0-jre\"\nis the maven artifact.\n\n### setName\n\nRequired. registry_location, project_id, repository_name and maven_artifact\nforms a unique artifact For example,\n\"projects/test-project/locations/us-west4/repositories/test-repo/mavenArtifacts/\ncom.google.guava:guava:31.0-jre\",\nwhere \"us-west4\" is the registry_location, \"test-project\" is the\nproject_id, \"test-repo\" is the repository_name and\n\"com.google.guava:guava:31.0-jre\"\nis the maven artifact.\n\n### getPomUri\n\nRequired. URL to access the pom file of the artifact.\n\nExample:\nus-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom\n\n### setPomUri\n\nRequired. URL to access the pom file of the artifact.\n\nExample:\nus-west4-maven.pkg.dev/test-project/test-repo/com/google/guava/guava/31.0/guava-31.0.pom\n\n### getGroupId\n\nGroup ID for the artifact.\n\nExample:\ncom.google.guava\n\n### setGroupId\n\nGroup ID for the artifact.\n\nExample:\ncom.google.guava\n\n### getArtifactId\n\nArtifact ID for the artifact.\n\n### setArtifactId\n\nArtifact ID for the artifact.\n\n### getVersion\n\nVersion of this artifact.\n\n### setVersion\n\nVersion of this artifact.\n\n### getCreateTime\n\nOutput only. Time the artifact was created.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nOutput only. Time the artifact was created.\n\n### getUpdateTime\n\nOutput only. Time the artifact was updated.\n\n### hasUpdateTime\n\n### clearUpdateTime\n\n### setUpdateTime\n\nOutput only. Time the artifact was updated."]]