Class KeyOperationAttestation.CertificateChains (2.5.3) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 2.5.3keyboard_arrow_down  
  
 
    
    
     
    
    
    
    
    
      
  
  
  
    
public   static   final   class  KeyOperationAttestation . CertificateChains   extends   GeneratedMessageV3   implements   KeyOperationAttestation . CertificateChainsOrBuilder  
   
  
  
  
  
  Static Fields
   
  CAVIUM_CERTS_FIELD_NUMBER 
  
    
public   static   final   int   CAVIUM_CERTS_FIELD_NUMBER  
   
  Field Value 
  
  GOOGLE_CARD_CERTS_FIELD_NUMBER 
  
    
public   static   final   int   GOOGLE_CARD_CERTS_FIELD_NUMBER  
   
  Field Value 
  
  GOOGLE_PARTITION_CERTS_FIELD_NUMBER 
  
    
public   static   final   int   GOOGLE_PARTITION_CERTS_FIELD_NUMBER  
   
  Field Value 
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   KeyOperationAttestation . CertificateChains   getDefaultInstance ()  
   
  Returns 
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  Returns 
  
   
  newBuilder() 
  
    
public   static   KeyOperationAttestation . CertificateChains . Builder   newBuilder ()  
   
  Returns 
  
   
  newBuilder(KeyOperationAttestation.CertificateChains prototype) 
  
    
public   static   KeyOperationAttestation . CertificateChains . Builder   newBuilder ( KeyOperationAttestation . CertificateChains   prototype )  
   
  Parameter 
  
  Returns 
  
   
  
  
    
public   static   KeyOperationAttestation . CertificateChains   parseDelimitedFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   KeyOperationAttestation . CertificateChains   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data) 
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( byte []   data )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        data  
        byte [] 
       
     
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data) 
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( ByteString   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( CodedInputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( InputStream   input )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( ByteBuffer   data )  
   
  Parameter 
  
  Returns 
  
  Exceptions 
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   KeyOperationAttestation . CertificateChains   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  Parameters 
  
  Returns 
  
  Exceptions 
  
   
  parser() 
  
    
public   static   Parser<KeyOperationAttestation . CertificateChains >  parser ()  
   
  Returns 
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  getCaviumCerts(int index) 
  
    
public   String   getCaviumCerts ( int   index )  
   
   Cavium certificate chain corresponding to the attestation.
 repeated string cavium_certs = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int The index of the element to return.
 
       
     
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The caviumCerts at the given index.
 
       
     
  
   
  getCaviumCertsBytes(int index) 
  
    
public   ByteString   getCaviumCertsBytes ( int   index )  
   
   Cavium certificate chain corresponding to the attestation.
 repeated string cavium_certs = 1;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int The index of the value to return.
 
       
     
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes of the caviumCerts at the given index.
 
       
     
  
   
  getCaviumCertsCount() 
  
    
public   int   getCaviumCertsCount ()  
   
   Cavium certificate chain corresponding to the attestation.
 repeated string cavium_certs = 1;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        int  
        The count of caviumCerts.
 
       
     
  
   
  getCaviumCertsList() 
  
    
public   ProtocolStringList   getCaviumCertsList ()  
   
   Cavium certificate chain corresponding to the attestation.
 repeated string cavium_certs = 1;
 
  Returns 
  
   
  getDefaultInstanceForType() 
  
    
public   KeyOperationAttestation . CertificateChains   getDefaultInstanceForType ()  
   
  Returns 
  
   
  getGoogleCardCerts(int index) 
  
    
public   String   getGoogleCardCerts ( int   index )  
   
   Google card certificate chain corresponding to the attestation.
 repeated string google_card_certs = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int The index of the element to return.
 
       
     
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The googleCardCerts at the given index.
 
       
     
  
   
  getGoogleCardCertsBytes(int index) 
  
    
public   ByteString   getGoogleCardCertsBytes ( int   index )  
   
   Google card certificate chain corresponding to the attestation.
 repeated string google_card_certs = 2;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int The index of the value to return.
 
       
     
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes of the googleCardCerts at the given index.
 
       
     
  
   
  getGoogleCardCertsCount() 
  
    
public   int   getGoogleCardCertsCount ()  
   
   Google card certificate chain corresponding to the attestation.
 repeated string google_card_certs = 2;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        int  
        The count of googleCardCerts.
 
       
     
  
   
  getGoogleCardCertsList() 
  
    
public   ProtocolStringList   getGoogleCardCertsList ()  
   
   Google card certificate chain corresponding to the attestation.
 repeated string google_card_certs = 2;
 
  Returns 
  
   
  getGooglePartitionCerts(int index) 
  
    
public   String   getGooglePartitionCerts ( int   index )  
   
   Google partition certificate chain corresponding to the attestation.
 repeated string google_partition_certs = 3;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int The index of the element to return.
 
       
     
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        String  
        The googlePartitionCerts at the given index.
 
       
     
  
   
  getGooglePartitionCertsBytes(int index) 
  
    
public   ByteString   getGooglePartitionCertsBytes ( int   index )  
   
   Google partition certificate chain corresponding to the attestation.
 repeated string google_partition_certs = 3;
 
  Parameter 
  
    
      
        Name  
        Description  
       
      
        index  
        int The index of the value to return.
 
       
     
  
  Returns 
  
    
      
        Type  
        Description  
       
      
        ByteString  
        The bytes of the googlePartitionCerts at the given index.
 
       
     
  
   
  getGooglePartitionCertsCount() 
  
    
public   int   getGooglePartitionCertsCount ()  
   
   Google partition certificate chain corresponding to the attestation.
 repeated string google_partition_certs = 3;
 
  Returns 
  
    
      
        Type  
        Description  
       
      
        int  
        The count of googlePartitionCerts.
 
       
     
  
   
  getGooglePartitionCertsList() 
  
    
public   ProtocolStringList   getGooglePartitionCertsList ()  
   
   Google partition certificate chain corresponding to the attestation.
 repeated string google_partition_certs = 3;
 
  Returns 
  
   
  getParserForType() 
  
    
public   Parser<KeyOperationAttestation . CertificateChains >  getParserForType ()  
   
  Returns 
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  Returns 
  
  Overrides 
  
   
  getUnknownFields() 
  
    
public   final   UnknownFieldSet   getUnknownFields ()  
   
  Returns 
  
  Overrides 
  
   
  hashCode() 
  
  Returns 
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  Returns 
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  Returns 
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   KeyOperationAttestation . CertificateChains . Builder   newBuilderForType ()  
   
  Returns 
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   KeyOperationAttestation . CertificateChains . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  Parameter 
  
  Returns 
  
  Overrides 
  
   
  toBuilder() 
  
    
public   KeyOperationAttestation . CertificateChains . Builder   toBuilder ()  
   
  Returns 
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  Parameter 
  
  Overrides 
  
  Exceptions 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]