public final class GoogleDevtoolsCloudbuildV1Results
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 |
|---|
GoogleDevtoolsCloudbuildV1Results() |
| Modifier and Type | Method and Description |
|---|---|
GoogleDevtoolsCloudbuildV1Results |
clone() |
String |
getArtifactManifest()
Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage.
|
GoogleDevtoolsCloudbuildV1TimeSpan |
getArtifactTiming()
Time to push all non-container artifacts to Cloud Storage.
|
List<String> |
getBuildStepImages()
List of build step digests, in the order corresponding to build step indices.
|
List<String> |
getBuildStepOutputs()
List of build step outputs, produced by builder images, in the order corresponding to build
step indices.
|
List<GoogleDevtoolsCloudbuildV1UploadedGoModule> |
getGoModules()
Optional.
|
List<GoogleDevtoolsCloudbuildV1BuiltImage> |
getImages()
Container images that were built as a part of the build.
|
List<GoogleDevtoolsCloudbuildV1UploadedMavenArtifact> |
getMavenArtifacts()
Maven artifacts uploaded to Artifact Registry at the end of the build.
|
List<GoogleDevtoolsCloudbuildV1UploadedNpmPackage> |
getNpmPackages()
Npm packages uploaded to Artifact Registry at the end of the build.
|
Long |
getNumArtifacts()
Number of non-container artifacts uploaded to Cloud Storage.
|
List<GoogleDevtoolsCloudbuildV1UploadedPythonPackage> |
getPythonPackages()
Python artifacts uploaded to Artifact Registry at the end of the build.
|
GoogleDevtoolsCloudbuildV1Results |
set(String fieldName,
Object value) |
GoogleDevtoolsCloudbuildV1Results |
setArtifactManifest(String artifactManifest)
Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage.
|
GoogleDevtoolsCloudbuildV1Results |
setArtifactTiming(GoogleDevtoolsCloudbuildV1TimeSpan artifactTiming)
Time to push all non-container artifacts to Cloud Storage.
|
GoogleDevtoolsCloudbuildV1Results |
setBuildStepImages(List<String> buildStepImages)
List of build step digests, in the order corresponding to build step indices.
|
GoogleDevtoolsCloudbuildV1Results |
setBuildStepOutputs(List<String> buildStepOutputs)
List of build step outputs, produced by builder images, in the order corresponding to build
step indices.
|
GoogleDevtoolsCloudbuildV1Results |
setGoModules(List<GoogleDevtoolsCloudbuildV1UploadedGoModule> goModules)
Optional.
|
GoogleDevtoolsCloudbuildV1Results |
setImages(List<GoogleDevtoolsCloudbuildV1BuiltImage> images)
Container images that were built as a part of the build.
|
GoogleDevtoolsCloudbuildV1Results |
setMavenArtifacts(List<GoogleDevtoolsCloudbuildV1UploadedMavenArtifact> mavenArtifacts)
Maven artifacts uploaded to Artifact Registry at the end of the build.
|
GoogleDevtoolsCloudbuildV1Results |
setNpmPackages(List<GoogleDevtoolsCloudbuildV1UploadedNpmPackage> npmPackages)
Npm packages uploaded to Artifact Registry at the end of the build.
|
GoogleDevtoolsCloudbuildV1Results |
setNumArtifacts(Long numArtifacts)
Number of non-container artifacts uploaded to Cloud Storage.
|
GoogleDevtoolsCloudbuildV1Results |
setPythonPackages(List<GoogleDevtoolsCloudbuildV1UploadedPythonPackage> pythonPackages)
Python artifacts uploaded to Artifact Registry at the end of the build.
|
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 String getArtifactManifest()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setArtifactManifest(String artifactManifest)
artifactManifest - artifactManifest or null for nonepublic GoogleDevtoolsCloudbuildV1TimeSpan getArtifactTiming()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setArtifactTiming(GoogleDevtoolsCloudbuildV1TimeSpan artifactTiming)
artifactTiming - artifactTiming or null for nonepublic List<String> getBuildStepImages()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setBuildStepImages(List<String> buildStepImages)
buildStepImages - buildStepImages or null for nonepublic List<String> getBuildStepOutputs()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setBuildStepOutputs(List<String> buildStepOutputs)
buildStepOutputs - buildStepOutputs or null for nonepublic List<GoogleDevtoolsCloudbuildV1UploadedGoModule> getGoModules()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setGoModules(List<GoogleDevtoolsCloudbuildV1UploadedGoModule> goModules)
goModules - goModules or null for nonepublic List<GoogleDevtoolsCloudbuildV1BuiltImage> getImages()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setImages(List<GoogleDevtoolsCloudbuildV1BuiltImage> images)
images - images or null for nonepublic List<GoogleDevtoolsCloudbuildV1UploadedMavenArtifact> getMavenArtifacts()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setMavenArtifacts(List<GoogleDevtoolsCloudbuildV1UploadedMavenArtifact> mavenArtifacts)
mavenArtifacts - mavenArtifacts or null for nonepublic List<GoogleDevtoolsCloudbuildV1UploadedNpmPackage> getNpmPackages()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setNpmPackages(List<GoogleDevtoolsCloudbuildV1UploadedNpmPackage> npmPackages)
npmPackages - npmPackages or null for nonepublic Long getNumArtifacts()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setNumArtifacts(Long numArtifacts)
numArtifacts - numArtifacts or null for nonepublic List<GoogleDevtoolsCloudbuildV1UploadedPythonPackage> getPythonPackages()
null for nonepublic GoogleDevtoolsCloudbuildV1Results setPythonPackages(List<GoogleDevtoolsCloudbuildV1UploadedPythonPackage> pythonPackages)
pythonPackages - pythonPackages or null for nonepublic GoogleDevtoolsCloudbuildV1Results set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleDevtoolsCloudbuildV1Results clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.