public static final class ArtifactResult.Builder extends GeneratedMessageV3.Builder<ArtifactResult.Builder> implements ArtifactResultOrBuilder
An artifact that was uploaded during a build. This
is a single record in the artifact manifest JSON file.
Protobuf type google.devtools.cloudbuild.v1.ArtifactResult
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
addAllFileHash(Iterable<? extends FileHashes> values)
public ArtifactResult.Builder addAllFileHash(Iterable<? extends FileHashes> values)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloudbuild.v1.FileHashes>
|
addFileHash(FileHashes value)
public ArtifactResult.Builder addFileHash(FileHashes value)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
addFileHash(FileHashes.Builder builderForValue)
public ArtifactResult.Builder addFileHash(FileHashes.Builder builderForValue)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
addFileHash(int index, FileHashes value)
public ArtifactResult.Builder addFileHash(int index, FileHashes value)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
addFileHash(int index, FileHashes.Builder builderForValue)
public ArtifactResult.Builder addFileHash(int index, FileHashes.Builder builderForValue)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
addFileHashBuilder()
public FileHashes.Builder addFileHashBuilder()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
addFileHashBuilder(int index)
public FileHashes.Builder addFileHashBuilder(int index)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ArtifactResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ArtifactResult build()
buildPartial()
public ArtifactResult buildPartial()
clear()
public ArtifactResult.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ArtifactResult.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFileHash()
public ArtifactResult.Builder clearFileHash()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
clearLocation()
public ArtifactResult.Builder clearLocation()
The path of an artifact in a Cloud Storage bucket, with the
generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
string location = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ArtifactResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ArtifactResult.Builder clone()
Overrides
getDefaultInstanceForType()
public ArtifactResult getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFileHash(int index)
public FileHashes getFileHash(int index)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Parameter |
---|
Name | Description |
index | int
|
getFileHashBuilder(int index)
public FileHashes.Builder getFileHashBuilder(int index)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Parameter |
---|
Name | Description |
index | int
|
getFileHashBuilderList()
public List<FileHashes.Builder> getFileHashBuilderList()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
getFileHashCount()
public int getFileHashCount()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Returns |
---|
Type | Description |
int | |
getFileHashList()
public List<FileHashes> getFileHashList()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
getFileHashOrBuilder(int index)
public FileHashesOrBuilder getFileHashOrBuilder(int index)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Parameter |
---|
Name | Description |
index | int
|
getFileHashOrBuilderList()
public List<? extends FileHashesOrBuilder> getFileHashOrBuilderList()
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Returns |
---|
Type | Description |
List<? extends com.google.cloudbuild.v1.FileHashesOrBuilder> | |
getLocation()
public String getLocation()
The path of an artifact in a Cloud Storage bucket, with the
generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
string location = 1;
Returns |
---|
Type | Description |
String | The location.
|
getLocationBytes()
public ByteString getLocationBytes()
The path of an artifact in a Cloud Storage bucket, with the
generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
string location = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for location.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ArtifactResult other)
public ArtifactResult.Builder mergeFrom(ArtifactResult other)
public ArtifactResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ArtifactResult.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ArtifactResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeFileHash(int index)
public ArtifactResult.Builder removeFileHash(int index)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ArtifactResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFileHash(int index, FileHashes value)
public ArtifactResult.Builder setFileHash(int index, FileHashes value)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
setFileHash(int index, FileHashes.Builder builderForValue)
public ArtifactResult.Builder setFileHash(int index, FileHashes.Builder builderForValue)
The file hash of the artifact.
repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
setLocation(String value)
public ArtifactResult.Builder setLocation(String value)
The path of an artifact in a Cloud Storage bucket, with the
generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
string location = 1;
Parameter |
---|
Name | Description |
value | String
The location to set.
|
setLocationBytes(ByteString value)
public ArtifactResult.Builder setLocationBytes(ByteString value)
The path of an artifact in a Cloud Storage bucket, with the
generation number. For example,
gs://mybucket/path/to/output.jar#generation
.
string location = 1;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for location to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ArtifactResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ArtifactResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides