public final class Results extends GeneratedMessageV3 implements ResultsOrBuilder
Artifacts created by the build pipeline.
Protobuf type google.devtools.cloudbuild.v1.Results
Static Fields
ARTIFACT_MANIFEST_FIELD_NUMBER
public static final int ARTIFACT_MANIFEST_FIELD_NUMBER
Field Value
ARTIFACT_TIMING_FIELD_NUMBER
public static final int ARTIFACT_TIMING_FIELD_NUMBER
Field Value
BUILD_STEP_IMAGES_FIELD_NUMBER
public static final int BUILD_STEP_IMAGES_FIELD_NUMBER
Field Value
BUILD_STEP_OUTPUTS_FIELD_NUMBER
public static final int BUILD_STEP_OUTPUTS_FIELD_NUMBER
Field Value
IMAGES_FIELD_NUMBER
public static final int IMAGES_FIELD_NUMBER
Field Value
MAVEN_ARTIFACTS_FIELD_NUMBER
public static final int MAVEN_ARTIFACTS_FIELD_NUMBER
Field Value
NUM_ARTIFACTS_FIELD_NUMBER
public static final int NUM_ARTIFACTS_FIELD_NUMBER
Field Value
PYTHON_PACKAGES_FIELD_NUMBER
public static final int PYTHON_PACKAGES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Results getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Results.Builder newBuilder()
Returns
newBuilder(Results prototype)
public static Results.Builder newBuilder(Results prototype)
Parameter
Returns
public static Results parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Results parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Results parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Results parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Results parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Results parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Results parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Results parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Results parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Results parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Results parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Results parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Results> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getArtifactManifest()
public String getArtifactManifest()
Path to the artifact manifest. Only populated when artifacts are uploaded.
string artifact_manifest = 4;
Returns
Type | Description |
String | The artifactManifest.
|
getArtifactManifestBytes()
public ByteString getArtifactManifestBytes()
Path to the artifact manifest. Only populated when artifacts are uploaded.
string artifact_manifest = 4;
Returns
Type | Description |
ByteString | The bytes for artifactManifest.
|
getArtifactTiming()
public TimeSpan getArtifactTiming()
Time to push all non-container artifacts.
.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.
.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;
Returns
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
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
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
Returns
getImagesCount()
public int getImagesCount()
Container images that were built as a part of the build.
repeated .google.devtools.cloudbuild.v1.BuiltImage images = 2;
Returns
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
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
Returns
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
Returns
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
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
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
Returns
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> | |
getNumArtifacts()
public long getNumArtifacts()
Number of artifacts uploaded. Only populated when artifacts are uploaded.
int64 num_artifacts = 5;
Returns
Type | Description |
long | The numArtifacts.
|
getParserForType()
public Parser<Results> getParserForType()
Returns
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
Returns
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
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
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
Returns
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
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasArtifactTiming()
public boolean hasArtifactTiming()
Time to push all non-container artifacts.
.google.devtools.cloudbuild.v1.TimeSpan artifact_timing = 7;
Returns
Type | Description |
boolean | Whether the artifactTiming field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Results.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Results.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Results.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions