Class Results (3.44.0)

public final class Results extends GeneratedMessageV3 implements ResultsOrBuilder

Artifacts created by the build pipeline.

Protobuf type google.devtools.cloudbuild.v1.Results

Implements

ResultsOrBuilder

Static Fields

ARTIFACT_MANIFEST_FIELD_NUMBER

public static final int ARTIFACT_MANIFEST_FIELD_NUMBER
Field Value
Type Description
int

ARTIFACT_TIMING_FIELD_NUMBER

public static final int ARTIFACT_TIMING_FIELD_NUMBER
Field Value
Type Description
int

BUILD_STEP_IMAGES_FIELD_NUMBER

public static final int BUILD_STEP_IMAGES_FIELD_NUMBER
Field Value
Type Description
int

BUILD_STEP_OUTPUTS_FIELD_NUMBER

public static final int BUILD_STEP_OUTPUTS_FIELD_NUMBER
Field Value
Type Description
int

IMAGES_FIELD_NUMBER

public static final int IMAGES_FIELD_NUMBER
Field Value
Type Description
int

MAVEN_ARTIFACTS_FIELD_NUMBER

public static final int MAVEN_ARTIFACTS_FIELD_NUMBER
Field Value
Type Description
int

NPM_PACKAGES_FIELD_NUMBER

public static final int NPM_PACKAGES_FIELD_NUMBER
Field Value
Type Description
int

NUM_ARTIFACTS_FIELD_NUMBER

public static final int NUM_ARTIFACTS_FIELD_NUMBER
Field Value
Type Description
int

PYTHON_PACKAGES_FIELD_NUMBER

public static final int PYTHON_PACKAGES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Results getDefaultInstance()
Returns
Type Description
Results

getDescriptor()

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

newBuilder()

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

newBuilder(Results prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getArtifactManifest()

public String getArtifactManifest()

Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

string artifact_manifest = 4;

Returns
Type Description
String

The artifactManifest.

getArtifactManifestBytes()

public ByteString getArtifactManifestBytes()

Path to the artifact manifest for non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

string artifact_manifest = 4;

Returns
Type Description
ByteString

The bytes for artifactManifest.

getArtifactTiming()

public TimeSpan getArtifactTiming()

Time to push all non-container artifacts to Cloud Storage.

.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;

Returns
Type Description
TimeSpan

The artifactTiming.

getArtifactTimingOrBuilder()

public TimeSpanOrBuilder getArtifactTimingOrBuilder()

Time to push all non-container artifacts to Cloud Storage.

.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;

Returns
Type Description
TimeSpanOrBuilder

getBuildStepImages(int index)

public String getBuildStepImages(int index)

List of build step digests, in the order corresponding to build step indices.

repeated string build_step_images = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The buildStepImages at the given index.

getBuildStepImagesBytes(int index)

public ByteString getBuildStepImagesBytes(int index)

List of build step digests, in the order corresponding to build step indices.

repeated string build_step_images = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the buildStepImages at the given index.

getBuildStepImagesCount()

public int getBuildStepImagesCount()

List of build step digests, in the order corresponding to build step indices.

repeated string build_step_images = 3;

Returns
Type Description
int

The count of buildStepImages.

getBuildStepImagesList()

public ProtocolStringList getBuildStepImagesList()

List of build step digests, in the order corresponding to build step indices.

repeated string build_step_images = 3;

Returns
Type Description
ProtocolStringList

A list containing the buildStepImages.

getBuildStepOutputs(int index)

public ByteString getBuildStepOutputs(int index)

List of build step outputs, produced by builder images, in the order corresponding to build step indices.

Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 4KB of data is stored.

repeated bytes build_step_outputs = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
ByteString

The buildStepOutputs at the given index.

getBuildStepOutputsCount()

public int getBuildStepOutputsCount()

List of build step outputs, produced by builder images, in the order corresponding to build step indices.

Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 4KB of data is stored.

repeated bytes build_step_outputs = 6;

Returns
Type Description
int

The count of buildStepOutputs.

getBuildStepOutputsList()

public List<ByteString> getBuildStepOutputsList()

List of build step outputs, produced by builder images, in the order corresponding to build step indices.

Cloud Builders can produce this output by writing to $BUILDER_OUTPUT/output. Only the first 4KB of data is stored.

repeated bytes build_step_outputs = 6;

Returns
Type Description
List<ByteString>

A list containing the buildStepOutputs.

getDefaultInstanceForType()

public Results getDefaultInstanceForType()
Returns
Type Description
Results

getImages(int index)

public BuiltImage getImages(int index)

Container images that were built as a part of the build.

repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;

Parameter
Name Description
index int
Returns
Type Description
BuiltImage

getImagesCount()

public int getImagesCount()

Container images that were built as a part of the build.

repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;

Returns
Type Description
int

getImagesList()

public List<BuiltImage> getImagesList()

Container images that were built as a part of the build.

repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;

Returns
Type Description
List<BuiltImage>

getImagesOrBuilder(int index)

public BuiltImageOrBuilder getImagesOrBuilder(int index)

Container images that were built as a part of the build.

repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;

Parameter
Name Description
index int
Returns
Type Description
BuiltImageOrBuilder

getImagesOrBuilderList()

public List<? extends BuiltImageOrBuilder> getImagesOrBuilderList()

Container images that were built as a part of the build.

repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;

Returns
Type Description
List<? extends com.google.cloudbuild.v1.BuiltImageOrBuilder>

getMavenArtifacts(int index)

public UploadedMavenArtifact getMavenArtifacts(int index)

Maven artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedMavenArtifact maven_artifacts = 9;

Parameter
Name Description
index int
Returns
Type Description
UploadedMavenArtifact

getMavenArtifactsCount()

public int getMavenArtifactsCount()

Maven artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedMavenArtifact maven_artifacts = 9;

Returns
Type Description
int

getMavenArtifactsList()

public List<UploadedMavenArtifact> getMavenArtifactsList()

Maven artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedMavenArtifact maven_artifacts = 9;

Returns
Type Description
List<UploadedMavenArtifact>

getMavenArtifactsOrBuilder(int index)

public UploadedMavenArtifactOrBuilder getMavenArtifactsOrBuilder(int index)

Maven artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedMavenArtifact maven_artifacts = 9;

Parameter
Name Description
index int
Returns
Type Description
UploadedMavenArtifactOrBuilder

getMavenArtifactsOrBuilderList()

public List<? extends UploadedMavenArtifactOrBuilder> getMavenArtifactsOrBuilderList()

Maven artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedMavenArtifact maven_artifacts = 9;

Returns
Type Description
List<? extends com.google.cloudbuild.v1.UploadedMavenArtifactOrBuilder>

getNpmPackages(int index)

public UploadedNpmPackage getNpmPackages(int index)

Npm packages uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedNpmPackage npm_packages = 12;

Parameter
Name Description
index int
Returns
Type Description
UploadedNpmPackage

getNpmPackagesCount()

public int getNpmPackagesCount()

Npm packages uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedNpmPackage npm_packages = 12;

Returns
Type Description
int

getNpmPackagesList()

public List<UploadedNpmPackage> getNpmPackagesList()

Npm packages uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedNpmPackage npm_packages = 12;

Returns
Type Description
List<UploadedNpmPackage>

getNpmPackagesOrBuilder(int index)

public UploadedNpmPackageOrBuilder getNpmPackagesOrBuilder(int index)

Npm packages uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedNpmPackage npm_packages = 12;

Parameter
Name Description
index int
Returns
Type Description
UploadedNpmPackageOrBuilder

getNpmPackagesOrBuilderList()

public List<? extends UploadedNpmPackageOrBuilder> getNpmPackagesOrBuilderList()

Npm packages uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedNpmPackage npm_packages = 12;

Returns
Type Description
List<? extends com.google.cloudbuild.v1.UploadedNpmPackageOrBuilder>

getNumArtifacts()

public long getNumArtifacts()

Number of non-container artifacts uploaded to Cloud Storage. Only populated when artifacts are uploaded to Cloud Storage.

int64 num_artifacts = 5;

Returns
Type Description
long

The numArtifacts.

getParserForType()

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

getPythonPackages(int index)

public UploadedPythonPackage getPythonPackages(int index)

Python artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedPythonPackage python_packages = 8;

Parameter
Name Description
index int
Returns
Type Description
UploadedPythonPackage

getPythonPackagesCount()

public int getPythonPackagesCount()

Python artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedPythonPackage python_packages = 8;

Returns
Type Description
int

getPythonPackagesList()

public List<UploadedPythonPackage> getPythonPackagesList()

Python artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedPythonPackage python_packages = 8;

Returns
Type Description
List<UploadedPythonPackage>

getPythonPackagesOrBuilder(int index)

public UploadedPythonPackageOrBuilder getPythonPackagesOrBuilder(int index)

Python artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedPythonPackage python_packages = 8;

Parameter
Name Description
index int
Returns
Type Description
UploadedPythonPackageOrBuilder

getPythonPackagesOrBuilderList()

public List<? extends UploadedPythonPackageOrBuilder> getPythonPackagesOrBuilderList()

Python artifacts uploaded to Artifact Registry at the end of the build.

repeated .google.devtools.cloudbuild.v1.UploadedPythonPackage python_packages = 8;

Returns
Type Description
List<? extends com.google.cloudbuild.v1.UploadedPythonPackageOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasArtifactTiming()

public boolean hasArtifactTiming()

Time to push all non-container artifacts to Cloud Storage.

.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;

Returns
Type Description
boolean

Whether the artifactTiming 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 Results.Builder newBuilderForType()
Returns
Type Description
Results.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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