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.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()
   
  Returns
  
  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;
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloudbuild.v1.FileHashes>
 | 
    
  
  Returns
  
  
  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;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ArtifactResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public ArtifactResult build()
   
  Returns
  
  
  buildPartial()
  
    public ArtifactResult buildPartial()
   
  Returns
  
  
  clear()
  
    public ArtifactResult.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ArtifactResult.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  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 Google 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)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clone()
  
    public ArtifactResult.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ArtifactResult getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getFileHash(int index)
  
    public FileHashes getFileHash(int index)
   
   The file hash of the artifact.
 repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getFileHashBuilder(int index)
  
    public FileHashes.Builder getFileHashBuilder(int index)
   
   The file hash of the artifact.
 repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  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;
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;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getFileHashOrBuilderList()
  
    public List<? extends FileHashesOrBuilder> getFileHashOrBuilderList()
   
   The file hash of the artifact.
 repeated .google.devtools.cloudbuild.v1.FileHashes file_hash = 2;
    
      
        | Type | Description | 
      
        | List<? extends com.google.cloudbuild.v1.FileHashesOrBuilder> |  | 
    
  
  
  getLocation()
  
    public String getLocation()
   
   The path of an artifact in a Google Cloud Storage bucket, with the
 generation number. For example,
 gs://mybucket/path/to/output.jar#generation.
 string location = 1;
    
      
        | Type | Description | 
      
        | String | The location. | 
    
  
  
  getLocationBytes()
  
    public ByteString getLocationBytes()
   
   The path of an artifact in a Google Cloud Storage bucket, with the
 generation number. For example,
 gs://mybucket/path/to/output.jar#generation.
 string location = 1;
    
      
        | Type | Description | 
      
        | ByteString | The bytes for location. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ArtifactResult other)
  
    public ArtifactResult.Builder mergeFrom(ArtifactResult other)
   
  Parameter
  
  Returns
  
  
  
  
    public ArtifactResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ArtifactResult.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ArtifactResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  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;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ArtifactResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  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 Google Cloud Storage bucket, with the
 generation number. For example,
 gs://mybucket/path/to/output.jar#generation.
 string location = 1;
    
      
        | Name | Description | 
      
        | value | String
 The location to set. | 
    
  
  Returns
  
  
  setLocationBytes(ByteString value)
  
    public ArtifactResult.Builder setLocationBytes(ByteString value)
   
   The path of an artifact in a Google Cloud Storage bucket, with the
 generation number. For example,
 gs://mybucket/path/to/output.jar#generation.
 string location = 1;
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for location to set. | 
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ArtifactResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ArtifactResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides