Class Artifacts.ArtifactObjects.Builder (3.3.12)

public static final class Artifacts.ArtifactObjects.Builder extends GeneratedMessageV3.Builder<Artifacts.ArtifactObjects.Builder> implements Artifacts.ArtifactObjectsOrBuilder

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Protobuf type google.devtools.cloudbuild.v1.Artifacts.ArtifactObjects

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllPaths(Iterable<String> values)

public Artifacts.ArtifactObjects.Builder addAllPaths(Iterable<String> values)

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Parameter
NameDescription
valuesIterable<String>

The paths to add.

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

addPaths(String value)

public Artifacts.ArtifactObjects.Builder addPaths(String value)

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Parameter
NameDescription
valueString

The paths to add.

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

addPathsBytes(ByteString value)

public Artifacts.ArtifactObjects.Builder addPathsBytes(ByteString value)

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Parameter
NameDescription
valueByteString

The bytes of the paths to add.

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Artifacts.ArtifactObjects.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public Artifacts.ArtifactObjects build()
Returns

buildPartial()

public Artifacts.ArtifactObjects buildPartial()
Returns

clear()

public Artifacts.ArtifactObjects.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public Artifacts.ArtifactObjects.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearLocation()

public Artifacts.ArtifactObjects.Builder clearLocation()

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

string location = 1;

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Artifacts.ArtifactObjects.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPaths()

public Artifacts.ArtifactObjects.Builder clearPaths()

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

clearTiming()

public Artifacts.ArtifactObjects.Builder clearTiming()

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns

clone()

public Artifacts.ArtifactObjects.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public Artifacts.ArtifactObjects getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLocation()

public String getLocation()

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

string location = 1;

Returns
TypeDescription
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

string location = 1;

Returns
TypeDescription
ByteString

The bytes for location.

getPaths(int index)

public String getPaths(int index)

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The paths at the given index.

getPathsBytes(int index)

public ByteString getPathsBytes(int index)

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the paths at the given index.

getPathsCount()

public int getPathsCount()

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Returns
TypeDescription
int

The count of paths.

getPathsList()

public ProtocolStringList getPathsList()

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the paths.

getTiming()

public TimeSpan getTiming()

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimeSpan

The timing.

getTimingBuilder()

public TimeSpan.Builder getTimingBuilder()

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimeSpan.Builder

getTimingOrBuilder()

public TimeSpanOrBuilder getTimingOrBuilder()

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimeSpanOrBuilder

hasTiming()

public boolean hasTiming()

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the timing field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Artifacts.ArtifactObjects other)

public Artifacts.ArtifactObjects.Builder mergeFrom(Artifacts.ArtifactObjects other)
Parameter
NameDescription
otherArtifacts.ArtifactObjects
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Artifacts.ArtifactObjects.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Artifacts.ArtifactObjects.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeTiming(TimeSpan value)

public Artifacts.ArtifactObjects.Builder mergeTiming(TimeSpan value)

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimeSpan
Returns

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Artifacts.ArtifactObjects.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Artifacts.ArtifactObjects.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setLocation(String value)

public Artifacts.ArtifactObjects.Builder setLocation(String value)

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

string location = 1;

Parameter
NameDescription
valueString

The location to set.

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

setLocationBytes(ByteString value)

public Artifacts.ArtifactObjects.Builder setLocationBytes(ByteString value)

Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.

string location = 1;

Parameter
NameDescription
valueByteString

The bytes for location to set.

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

setPaths(int index, String value)

public Artifacts.ArtifactObjects.Builder setPaths(int index, String value)

Path globs used to match files in the build's workspace.

repeated string paths = 2;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The paths to set.

Returns
TypeDescription
Artifacts.ArtifactObjects.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Artifacts.ArtifactObjects.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setTiming(TimeSpan value)

public Artifacts.ArtifactObjects.Builder setTiming(TimeSpan value)

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimeSpan
Returns

setTiming(TimeSpan.Builder builderForValue)

public Artifacts.ArtifactObjects.Builder setTiming(TimeSpan.Builder builderForValue)

Output only. Stores timing information for pushing all artifact objects.

.google.devtools.cloudbuild.v1.TimeSpan timing = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueTimeSpan.Builder
Returns

setUnknownFields(UnknownFieldSet unknownFields)

public final Artifacts.ArtifactObjects.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides