public final class GoogleDevtoolsCloudbuildV1Artifacts
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleDevtoolsCloudbuildV1Artifacts() |
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1Artifacts |
clone() |
List<GoogleDevtoolsCloudbuildV1GoModule> |
getGoModules()
Optional.
|
List<String> |
getImages()
A list of images to be pushed upon the successful completion of all build steps.
|
List<GoogleDevtoolsCloudbuildV1MavenArtifact> |
getMavenArtifacts()
A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
List<GoogleDevtoolsCloudbuildV1NpmPackage> |
getNpmPackages()
A list of npm packages to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
GoogleDevtoolsCloudbuildV1ArtifactObjects |
getObjects()
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|
List<GoogleDevtoolsCloudbuildV1Oci> |
getOci()
Optional.
|
List<GoogleDevtoolsCloudbuildV1PythonPackage> |
getPythonPackages()
A list of Python packages to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
GoogleDevtoolsCloudbuildV1Artifacts |
set(String fieldName,
Object value) |
GoogleDevtoolsCloudbuildV1Artifacts |
setGoModules(List<GoogleDevtoolsCloudbuildV1GoModule> goModules)
Optional.
|
GoogleDevtoolsCloudbuildV1Artifacts |
setImages(List<String> images)
A list of images to be pushed upon the successful completion of all build steps.
|
GoogleDevtoolsCloudbuildV1Artifacts |
setMavenArtifacts(List<GoogleDevtoolsCloudbuildV1MavenArtifact> mavenArtifacts)
A list of Maven artifacts to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
GoogleDevtoolsCloudbuildV1Artifacts |
setNpmPackages(List<GoogleDevtoolsCloudbuildV1NpmPackage> npmPackages)
A list of npm packages to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
GoogleDevtoolsCloudbuildV1Artifacts |
setObjects(GoogleDevtoolsCloudbuildV1ArtifactObjects objects)
A list of objects to be uploaded to Cloud Storage upon successful completion of all build
steps.
|
GoogleDevtoolsCloudbuildV1Artifacts |
setOci(List<GoogleDevtoolsCloudbuildV1Oci> oci)
Optional.
|
GoogleDevtoolsCloudbuildV1Artifacts |
setPythonPackages(List<GoogleDevtoolsCloudbuildV1PythonPackage> pythonPackages)
A list of Python packages to be uploaded to Artifact Registry upon successful completion of all
build steps.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<GoogleDevtoolsCloudbuildV1GoModule> getGoModules()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setGoModules(List<GoogleDevtoolsCloudbuildV1GoModule> goModules)
goModules - goModules or null for nonepublic List<String> getImages()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setImages(List<String> images)
images - images or null for nonepublic List<GoogleDevtoolsCloudbuildV1MavenArtifact> getMavenArtifacts()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setMavenArtifacts(List<GoogleDevtoolsCloudbuildV1MavenArtifact> mavenArtifacts)
mavenArtifacts - mavenArtifacts or null for nonepublic List<GoogleDevtoolsCloudbuildV1NpmPackage> getNpmPackages()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setNpmPackages(List<GoogleDevtoolsCloudbuildV1NpmPackage> npmPackages)
npmPackages - npmPackages or null for nonepublic GoogleDevtoolsCloudbuildV1ArtifactObjects getObjects()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setObjects(GoogleDevtoolsCloudbuildV1ArtifactObjects objects)
objects - objects or null for nonepublic List<GoogleDevtoolsCloudbuildV1Oci> getOci()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setOci(List<GoogleDevtoolsCloudbuildV1Oci> oci)
oci - oci or null for nonepublic List<GoogleDevtoolsCloudbuildV1PythonPackage> getPythonPackages()
null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts setPythonPackages(List<GoogleDevtoolsCloudbuildV1PythonPackage> pythonPackages)
pythonPackages - pythonPackages or null for nonepublic GoogleDevtoolsCloudbuildV1Artifacts set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleDevtoolsCloudbuildV1Artifacts clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.