| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.clone() |
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.set(String fieldName,
Object value) |
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.setArtifactId(String artifactId)
Maven `artifactId` value used when uploading the artifact to Artifact Registry.
|
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.setDeployFolder(String deployFolder)
Optional.
|
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.setGroupId(String groupId)
Maven `groupId` value used when uploading the artifact to Artifact Registry.
|
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.setPath(String path)
Optional.
|
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.setRepository(String repository)
Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY"
Artifact in the workspace specified by path will be uploaded to Artifact Registry with this
location as a prefix.
|
GoogleDevtoolsCloudbuildV1MavenArtifact |
GoogleDevtoolsCloudbuildV1MavenArtifact.setVersion(String version)
Maven `version` value used when uploading the artifact to Artifact Registry.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleDevtoolsCloudbuildV1MavenArtifact> |
GoogleDevtoolsCloudbuildV1Artifacts.getMavenArtifacts()
A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1Artifacts |
GoogleDevtoolsCloudbuildV1Artifacts.setMavenArtifacts(List<GoogleDevtoolsCloudbuildV1MavenArtifact> mavenArtifacts)
A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
Copyright © 2011–2026 Google. All rights reserved.