- 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 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.devtools.cloudbuild.v1.Artifacts
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ArtifactsImplements
ArtifactsOrBuilderStatic Fields
IMAGES_FIELD_NUMBER
public static final int IMAGES_FIELD_NUMBER
Type | Description |
int |
OBJECTS_FIELD_NUMBER
public static final int OBJECTS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Artifacts getDefaultInstance()
Type | Description |
Artifacts |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Artifacts.Builder newBuilder()
Type | Description |
Artifacts.Builder |
newBuilder(Artifacts prototype)
public static Artifacts.Builder newBuilder(Artifacts prototype)
Name | Description |
prototype | Artifacts |
Type | Description |
Artifacts.Builder |
parseDelimitedFrom(InputStream input)
public static Artifacts parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Artifacts |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Artifacts parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Artifacts |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Artifacts parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Artifacts |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Artifacts parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Artifacts |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Artifacts parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Artifacts |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Artifacts parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Artifacts |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Artifacts parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Artifacts |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Artifacts parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Artifacts |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Artifacts parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Artifacts |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Artifacts parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Artifacts |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Artifacts parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Artifacts |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Artifacts parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Artifacts |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Artifacts> parser()
Type | Description |
Parser<Artifacts> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Artifacts getDefaultInstanceForType()
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;
Name | Description |
index | int The index of the element to return. |
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;
Name | Description |
index | int The index of the value to return. |
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;
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;
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.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;
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.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;
Type | Description |
Artifacts.ArtifactObjectsOrBuilder |
getParserForType()
public Parser<Artifacts> getParserForType()
Type | Description |
Parser<Artifacts> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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.devtools.cloudbuild.v1.Artifacts.ArtifactObjects objects = 2;
Type | Description |
boolean | Whether the objects field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Artifacts.Builder newBuilderForType()
Type | Description |
Artifacts.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Artifacts.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Artifacts.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Artifacts.Builder toBuilder()
Type | Description |
Artifacts.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |