Class Build (2.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  Build   extends   GeneratedMessageV3   implements   BuildOrBuilder  
   Note holding the version of the provider's builder and the signature of the
 provenance message in the build details occurrence.
 Protobuf type grafeas.v1beta1.build.Build
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  BUILDER_VERSION_FIELD_NUMBER 
  
    
public   static   final   int   BUILDER_VERSION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SIGNATURE_FIELD_NUMBER 
  
    
public   static   final   int   SIGNATURE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   Build   getDefaultInstance ()  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   Build . Builder   newBuilder ()  
  
  newBuilder(Build prototype) 
  
    
public   static   Build . Builder   newBuilder ( Build   prototype )  
  
    
      
        Parameter  
      
        Name Description  
      
        prototypeBuild  
     
  
  
  
    
public   static   Build   parseDelimitedFrom ( InputStream   input )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  
    
public   static   Build   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parseFrom(byte[] data) 
  
    
public   static   Build   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Build   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parseFrom(ByteString data) 
  
    
public   static   Build   parseFrom ( ByteString   data )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Build   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  
    
public   static   Build   parseFrom ( CodedInputStream   input )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  
    
public   static   Build   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  
    
public   static   Build   parseFrom ( InputStream   input )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  
    
public   static   Build   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   Build   parseFrom ( ByteBuffer   data )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   Build   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  
  parser() 
  
    
public   static   Parser<Build>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getBuilderVersion() 
  
    
public   String   getBuilderVersion ()  
   Required. Immutable. Version of the builder which produced this build.
 string builder_version = 1;
    
      
        Returns  
      
        Type Description  
      
        String The builderVersion.
 
     
  
  getBuilderVersionBytes() 
  
    
public   ByteString   getBuilderVersionBytes ()  
   Required. Immutable. Version of the builder which produced this build.
 string builder_version = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for builderVersion.
 
     
  
  getDefaultInstanceForType() 
  
    
public   Build   getDefaultInstanceForType ()  
  
    
      
        Returns  
      
        Type Description  
      
        Build  
     
  
  getParserForType() 
  
    
public   Parser<Build>   getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getSignature() 
  
    
public   BuildSignature   getSignature ()  
   Signature of the build in occurrences pointing to this build note
 containing build details.
 .grafeas.v1beta1.build.BuildSignature signature = 2;
getSignatureOrBuilder() 
  
    
public   BuildSignatureOrBuilder   getSignatureOrBuilder ()  
   Signature of the build in occurrences pointing to this build note
 containing build details.
 .grafeas.v1beta1.build.BuildSignature signature = 2;
hasSignature() 
  
    
public   boolean   hasSignature ()  
   Signature of the build in occurrences pointing to this build note
 containing build details.
 .grafeas.v1beta1.build.BuildSignature signature = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the signature field is set.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   Build . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   Build . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   Build . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]