public static final class Artifacts.Builder extends GeneratedMessageV3.Builder<Artifacts.Builder> 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllImages(Iterable<String> values)
public Artifacts.Builder addAllImages(Iterable<String> values)
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;
addImages(String value)
public Artifacts.Builder addImages(String value)
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 |
value |
String
The images to add.
|
addImagesBytes(ByteString value)
public Artifacts.Builder addImagesBytes(ByteString value)
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 |
value |
ByteString
The bytes of the images to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Artifacts.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public Artifacts buildPartial()
clear()
public Artifacts.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Artifacts.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearImages()
public Artifacts.Builder clearImages()
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;
clearObjects()
public Artifacts.Builder clearObjects()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public Artifacts.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public Artifacts.Builder clone()
Overrides
getDefaultInstanceForType()
public Artifacts getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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;
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;
getObjectsBuilder()
public Artifacts.ArtifactObjects.Builder getObjectsBuilder()
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;
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;
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Artifacts other)
public Artifacts.Builder mergeFrom(Artifacts other)
public Artifacts.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Artifacts.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeObjects(Artifacts.ArtifactObjects value)
public Artifacts.Builder mergeObjects(Artifacts.ArtifactObjects value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Artifacts.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Artifacts.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setImages(int index, String value)
public Artifacts.Builder setImages(int index, String value)
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;
Parameters |
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The images to set.
|
setObjects(Artifacts.ArtifactObjects value)
public Artifacts.Builder setObjects(Artifacts.ArtifactObjects value)
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;
setObjects(Artifacts.ArtifactObjects.Builder builderForValue)
public Artifacts.Builder setObjects(Artifacts.ArtifactObjects.Builder builderForValue)
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Artifacts.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Artifacts.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides