Class InTotoSlsaProvenanceV1.ResourceDescriptor.Builder (2.55.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.55.0keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   extends   GeneratedMessageV3 . Builder<InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder >  implements   InTotoSlsaProvenanceV1 . ResourceDescriptorOrBuilder  
   
  Protobuf type grafeas.v1.InTotoSlsaProvenanceV1.ResourceDescriptor
 
  
  
  
    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
   
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  build() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor   build ()  
   
  
   
  buildPartial() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor   buildPartial ()  
   
  
   
  clear() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clear ()  
   
  
  Overrides 
  
   
  clearAnnotations() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearAnnotations ()  
   
  
   
  clearContent() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearContent ()  
   
  
  
   
  clearDigest() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearDigest ()  
   
  
   
  clearDownloadLocation() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearDownloadLocation ()  
   
  string download_location = 5;
 
  
   
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearField ( Descriptors . FieldDescriptor   field )  
   
  
  
  Overrides 
  
   
  
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearMediaType ()  
   
  
  
   
  clearName() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearName ()  
   
  
  
   
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
   
  
  
  Overrides 
  
   
  clearUri() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clearUri ()  
   
  
  
   
  clone() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   clone ()  
   
  
  Overrides 
  
   
  containsAnnotations(String key) 
  
    
public   boolean   containsAnnotations ( String   key )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
   
  containsDigest(String key) 
  
    
public   boolean   containsDigest ( String   key )  
   
  map<string, string> digest = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
   
  getAnnotations() (deprecated) 
  
    
public   Map<String , Value >  getAnnotations ()  
   
  
  
   
  getAnnotationsCount() 
  
    
public   int   getAnnotationsCount ()  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getAnnotationsMap() 
  
    
public   Map<String , Value >  getAnnotationsMap ()  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
   
  getAnnotationsOrDefault(String key, Value defaultValue) 
  
    
public   Value   getAnnotationsOrDefault ( String   key ,   Value   defaultValue )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
    
      
        Parameters  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
      
        defaultValue 
        Value  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Value  
         
       
     
  
   
  getAnnotationsOrThrow(String key) 
  
    
public   Value   getAnnotationsOrThrow ( String   key )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Value  
         
       
     
  
   
  getContent() 
  
    
public   ByteString   getContent ()  
   
  
  
   
  getDefaultInstanceForType() 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor   getDefaultInstanceForType ()  
   
  
   
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
   
  
  Overrides 
  
   
  getDigest() (deprecated) 
  
    
public   Map<String , String >  getDigest ()  
   
  
  
   
  getDigestCount() 
  
    
public   int   getDigestCount ()  
   
  map<string, string> digest = 3;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getDigestMap() 
  
    
public   Map<String , String >  getDigestMap ()  
   
  map<string, string> digest = 3;
 
  
   
  getDigestOrDefault(String key, String defaultValue) 
  
    
public   String   getDigestOrDefault ( String   key ,   String   defaultValue )  
   
  map<string, string> digest = 3;
 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
         
       
     
  
   
  getDigestOrThrow(String key) 
  
    
public   String   getDigestOrThrow ( String   key )  
   
  map<string, string> digest = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
         
       
     
  
   
  getDownloadLocation() 
  
    
public   String   getDownloadLocation ()  
   
  string download_location = 5;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The downloadLocation.
 
       
     
  
   
  getDownloadLocationBytes() 
  
    
public   ByteString   getDownloadLocationBytes ()  
   
  string download_location = 5;
 
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for downloadLocation.
 
       
     
  
   
  
  
    
public   String   getMediaType ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The mediaType.
 
       
     
  
   
  
  
    
public   ByteString   getMediaTypeBytes ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for mediaType.
 
       
     
  
   
  getMutableAnnotations() (deprecated) 
  
    
public   Map<String , Value >  getMutableAnnotations ()  
   
  Use alternate mutation accessors instead.
 
  
   
  getMutableDigest() (deprecated) 
  
    
public   Map<String , String >  getMutableDigest ()  
   
  Use alternate mutation accessors instead.
 
  
   
  getName() 
  
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The name.
 
       
     
  
   
  getNameBytes() 
  
    
public   ByteString   getNameBytes ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for name.
 
       
     
  
   
  getUri() 
  
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        String  
        The uri.
 
       
     
  
   
  getUriBytes() 
  
    
public   ByteString   getUriBytes ()  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        ByteString  
        The bytes for uri.
 
       
     
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  internalGetMapFieldReflection(int number) 
  
    
protected   MapFieldReflectionAccessor   internalGetMapFieldReflection ( int   number )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        number 
        int  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        com.google.protobuf.MapFieldReflectionAccessor  
         
       
     
  
  Overrides 
  com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
   
  internalGetMutableMapFieldReflection(int number) 
  
    
protected   MapFieldReflectionAccessor   internalGetMutableMapFieldReflection ( int   number )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        number 
        int  
       
     
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        com.google.protobuf.MapFieldReflectionAccessor  
         
       
     
  
  Overrides 
  com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  Overrides 
  
  
   
  mergeFrom(Message other) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   mergeFrom ( Message   other )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        other 
        Message  
       
     
  
  
  Overrides 
  
   
  mergeFrom(InTotoSlsaProvenanceV1.ResourceDescriptor other) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   mergeFrom ( InTotoSlsaProvenanceV1 . ResourceDescriptor   other )  
   
  
  
   
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  putAllAnnotations(Map<String,Value> values) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   putAllAnnotations ( Map<String , Value >  values )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
  
   
  putAllDigest(Map<String,String> values) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   putAllDigest ( Map<String , String >  values )  
   
  map<string, string> digest = 3;
 
  
  
   
  putAnnotations(String key, Value value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   putAnnotations ( String   key ,   Value   value )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
  
   
  putAnnotationsBuilderIfAbsent(String key) 
  
    
public   Value . Builder   putAnnotationsBuilderIfAbsent ( String   key )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
   
  putDigest(String key, String value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   putDigest ( String   key ,   String   value )  
   
  map<string, string> digest = 3;
 
  
  
   
  removeAnnotations(String key) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   removeAnnotations ( String   key )  
   
  map<string, .google.protobuf.Value> annotations = 7;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
   
  removeDigest(String key) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   removeDigest ( String   key )  
   
  map<string, string> digest = 3;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        key 
        String  
       
     
  
  
   
  setContent(ByteString value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setContent ( ByteString   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The content to set.
 
       
     
  
  
   
  setDownloadLocation(String value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setDownloadLocation ( String   value )  
   
  string download_location = 5;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The downloadLocation to set.
 
       
     
  
  
   
  setDownloadLocationBytes(ByteString value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setDownloadLocationBytes ( ByteString   value )  
   
  string download_location = 5;
 
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for downloadLocation to set.
 
       
     
  
  
   
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
   
  
  
  Overrides 
  
   
  
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setMediaType ( String   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The mediaType to set.
 
       
     
  
  
   
  
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setMediaTypeBytes ( ByteString   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for mediaType to set.
 
       
     
  
  
   
  setName(String value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setName ( String   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The name to set.
 
       
     
  
  
   
  setNameBytes(ByteString value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setNameBytes ( ByteString   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for name to set.
 
       
     
  
  
   
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
   
  
  
  Overrides 
  
   
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
   
  
  
  Overrides 
  
   
  setUri(String value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setUri ( String   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        String The uri to set.
 
       
     
  
  
   
  setUriBytes(ByteString value) 
  
    
public   InTotoSlsaProvenanceV1 . ResourceDescriptor . Builder   setUriBytes ( ByteString   value )  
   
  
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        value 
        ByteString The bytes for uri to set.
 
       
     
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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-30 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-30 UTC."],[],[]]