public final class ArtifactObjects
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 Build 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.Flags
Constructor and Description |
---|
ArtifactObjects() |
Modifier and Type | Method and Description |
---|---|
ArtifactObjects |
clone() |
java.lang.String |
getLocation()
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
|
java.util.List<java.lang.String> |
getPaths()
Path globs used to match files in the build's workspace.
|
TimeSpan |
getTiming()
Output only.
|
ArtifactObjects |
set(java.lang.String fieldName,
java.lang.Object value) |
ArtifactObjects |
setLocation(java.lang.String location)
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
|
ArtifactObjects |
setPaths(java.util.List<java.lang.String> paths)
Path globs used to match files in the build's workspace.
|
ArtifactObjects |
setTiming(TimeSpan timing)
Output only.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getLocation()
null
for nonepublic ArtifactObjects setLocation(java.lang.String location)
location
- location or null
for nonepublic java.util.List<java.lang.String> getPaths()
null
for nonepublic ArtifactObjects setPaths(java.util.List<java.lang.String> paths)
paths
- paths or null
for nonepublic TimeSpan getTiming()
null
for nonepublic ArtifactObjects setTiming(TimeSpan timing)
timing
- timing or null
for nonepublic ArtifactObjects set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ArtifactObjects clone()
clone
in class com.google.api.client.json.GenericJson