Class Artifacts (0.16.0)

public final class Artifacts extends GeneratedMessageV3 implements ArtifactsOrBuilder

Artifacts produced by a build that should be uploaded upon successful completion of all build steps.

Protobuf type google.events.cloud.cloudbuild.v1.Artifacts

Implements

ArtifactsOrBuilder

Static Fields

IMAGES_FIELD_NUMBER

public static final int IMAGES_FIELD_NUMBER
Field Value
Type Description
int

OBJECTS_FIELD_NUMBER

public static final int OBJECTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Artifacts getDefaultInstance()
Returns
Type Description
Artifacts

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Artifacts.Builder newBuilder()
Returns
Type Description
Artifacts.Builder

newBuilder(Artifacts prototype)

public static Artifacts.Builder newBuilder(Artifacts prototype)
Parameter
Name Description
prototype Artifacts
Returns
Type Description
Artifacts.Builder

parseDelimitedFrom(InputStream input)

public static Artifacts parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Artifacts
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Artifacts parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Artifacts
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Artifacts parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Artifacts
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Artifacts parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Artifacts
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Artifacts parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Artifacts
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Artifacts parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Artifacts
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Artifacts parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Artifacts
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Artifacts parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Artifacts
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Artifacts parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Artifacts
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Artifacts parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Artifacts
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Artifacts parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Artifacts
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Artifacts parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Artifacts
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Artifacts> parser()
Returns
Type Description
Parser<Artifacts>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Artifacts getDefaultInstanceForType()
Returns
Type Description
Artifacts

getImages(int index)

public String getImages(int index)

A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.

repeated string images = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The images at the given index.

getImagesBytes(int index)

public ByteString getImagesBytes(int index)

A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.

repeated string images = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the images at the given index.

getImagesCount()

public int getImagesCount()

A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.

repeated string images = 1;

Returns
Type Description
int

The count of images.

getImagesList()

public ProtocolStringList getImagesList()

A list of images to be pushed upon the successful completion of all build steps. The images will be pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build is marked FAILURE.

repeated string images = 1;

Returns
Type Description
ProtocolStringList

A list containing the images.

getObjects()

public Artifacts.ArtifactObjects getObjects()

A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.

.google.events.cloud.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;

Returns
Type Description
Artifacts.ArtifactObjects

The objects.

getObjectsOrBuilder()

public Artifacts.ArtifactObjectsOrBuilder getObjectsOrBuilder()

A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.

.google.events.cloud.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;

Returns
Type Description
Artifacts.ArtifactObjectsOrBuilder

getParserForType()

public Parser<Artifacts> getParserForType()
Returns
Type Description
Parser<Artifacts>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
UnknownFieldSet
Overrides

hasObjects()

public boolean hasObjects()

A list of objects to be uploaded to Cloud Storage upon successful completion of all build steps. Files in the workspace matching specified paths globs will be uploaded to the specified Cloud Storage location using the builder service account's credentials. The location and generation of the uploaded objects will be stored in the Build resource's results field. If any objects fail to be pushed, the build is marked FAILURE.

.google.events.cloud.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;

Returns
Type Description
boolean

Whether the objects field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Artifacts.Builder newBuilderForType()
Returns
Type Description
Artifacts.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Artifacts.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Artifacts.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Artifacts.Builder toBuilder()
Returns
Type Description
Artifacts.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException