- 3.55.0 (latest)
- 3.54.0
- 3.53.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.6
- 3.4.1
- 3.3.12
public interface ResultsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArtifactManifest()
public abstract String getArtifactManifest()
Path to the artifact manifest. Only populated when artifacts are uploaded.
string artifact_manifest = 4;
Type | Description |
String | The artifactManifest. |
getArtifactManifestBytes()
public abstract ByteString getArtifactManifestBytes()
Path to the artifact manifest. Only populated when artifacts are uploaded.
string artifact_manifest = 4;
Type | Description |
ByteString | The bytes for artifactManifest. |
getArtifactTiming()
public abstract TimeSpan getArtifactTiming()
Time to push all non-container artifacts.
.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;
Type | Description |
TimeSpan | The artifactTiming. |
getArtifactTimingOrBuilder()
public abstract TimeSpanOrBuilder getArtifactTimingOrBuilder()
Time to push all non-container artifacts.
.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;
Type | Description |
TimeSpanOrBuilder |
getBuildStepImages(int index)
public abstract String getBuildStepImages(int index)
List of build step digests, in the order corresponding to build step indices.
repeated string build_step_images = 3;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The buildStepImages at the given index. |
getBuildStepImagesBytes(int index)
public abstract ByteString getBuildStepImagesBytes(int index)
List of build step digests, in the order corresponding to build step indices.
repeated string build_step_images = 3;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the buildStepImages at the given index. |
getBuildStepImagesCount()
public abstract int getBuildStepImagesCount()
List of build step digests, in the order corresponding to build step indices.
repeated string build_step_images = 3;
Type | Description |
int | The count of buildStepImages. |
getBuildStepImagesList()
public abstract List<String> getBuildStepImagesList()
List of build step digests, in the order corresponding to build step indices.
repeated string build_step_images = 3;
Type | Description |
List<String> | A list containing the buildStepImages. |
getBuildStepOutputs(int index)
public abstract 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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
ByteString | The buildStepOutputs at the given index. |
getBuildStepOutputsCount()
public abstract 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;
Type | Description |
int | The count of buildStepOutputs. |
getBuildStepOutputsList()
public abstract 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;
Type | Description |
List<ByteString> | A list containing the buildStepOutputs. |
getImages(int index)
public abstract BuiltImage getImages(int index)
Container images that were built as a part of the build.
repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;
Name | Description |
index | int |
Type | Description |
BuiltImage |
getImagesCount()
public abstract int getImagesCount()
Container images that were built as a part of the build.
repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;
Type | Description |
int |
getImagesList()
public abstract List<BuiltImage> getImagesList()
Container images that were built as a part of the build.
repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;
Type | Description |
List<BuiltImage> |
getImagesOrBuilder(int index)
public abstract BuiltImageOrBuilder getImagesOrBuilder(int index)
Container images that were built as a part of the build.
repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;
Name | Description |
index | int |
Type | Description |
BuiltImageOrBuilder |
getImagesOrBuilderList()
public abstract List<? extends BuiltImageOrBuilder> getImagesOrBuilderList()
Container images that were built as a part of the build.
repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;
Type | Description |
List<? extends com.google.cloudbuild.v1.BuiltImageOrBuilder> |
getNumArtifacts()
public abstract long getNumArtifacts()
Number of artifacts uploaded. Only populated when artifacts are uploaded.
int64 num_artifacts = 5;
Type | Description |
long | The numArtifacts. |
hasArtifactTiming()
public abstract boolean hasArtifactTiming()
Time to push all non-container artifacts.
.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;
Type | Description |
boolean | Whether the artifactTiming field is set. |