Class Authority.Hint.Builder (2.43.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.43.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Authority . Hint . Builder   extends   GeneratedMessageV3 . Builder<Authority . Hint . Builder >  implements   Authority . HintOrBuilder  
   This submessage provides human-readable hints about the purpose of the
 authority. Because the name of a note acts as its resource reference, it is
 important to disambiguate the canonical name of the Note (which might be a
 UUID for security purposes) from "readable" names more suitable for debug
 output. Note that these hints should not be used to look up authorities in
 security sensitive contexts, such as when looking up attestations to
 verify.
 Protobuf type grafeas.v1beta1.attestation.Authority.Hint
    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   Authority . Hint . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   Authority . Hint   build ()  
  
  buildPartial() 
  
    
public   Authority . Hint   buildPartial ()  
  
  clear() 
  
    
public   Authority . Hint . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Authority . Hint . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearHumanReadableName() 
  
    
public   Authority . Hint . Builder   clearHumanReadableName ()  
   Required. The human readable name of this attestation authority, for
 example "qa".
 string human_readable_name = 1;
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Authority . Hint . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   Authority . Hint . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Authority . Hint   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getHumanReadableName() 
  
    
public   String   getHumanReadableName ()  
   Required. The human readable name of this attestation authority, for
 example "qa".
 string human_readable_name = 1;
    
      
        Returns  
      
        Type Description  
      
        String The humanReadableName.
 
     
  
  getHumanReadableNameBytes() 
  
    
public   ByteString   getHumanReadableNameBytes ()  
   Required. The human readable name of this attestation authority, for
 example "qa".
 string human_readable_name = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for humanReadableName.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   Authority . Hint . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Authority . Hint . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeFrom(Authority.Hint other) 
  
    
public   Authority . Hint . Builder   mergeFrom ( Authority . Hint   other )  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Authority . Hint . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Authority . Hint . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setHumanReadableName(String value) 
  
    
public   Authority . Hint . Builder   setHumanReadableName ( String   value )  
   Required. The human readable name of this attestation authority, for
 example "qa".
 string human_readable_name = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueString The humanReadableName to set.
 
     
  
  
  setHumanReadableNameBytes(ByteString value) 
  
    
public   Authority . Hint . Builder   setHumanReadableNameBytes ( ByteString   value )  
   Required. The human readable name of this attestation authority, for
 example "qa".
 string human_readable_name = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for humanReadableName to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Authority . Hint . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Authority . Hint . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  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."],[],[]]