Interface CertificateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Certificate, Certificate.Builder

public interface CertificateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCaCertList

      List<CertificateDetails> getCaCertList()
       Details of CA certificate.
       
      repeated .envoy.admin.v2alpha.CertificateDetails ca_cert = 1;
    • getCaCert

      CertificateDetails getCaCert(int index)
       Details of CA certificate.
       
      repeated .envoy.admin.v2alpha.CertificateDetails ca_cert = 1;
    • getCaCertCount

      int getCaCertCount()
       Details of CA certificate.
       
      repeated .envoy.admin.v2alpha.CertificateDetails ca_cert = 1;
    • getCaCertOrBuilderList

      List<? extends CertificateDetailsOrBuilder> getCaCertOrBuilderList()
       Details of CA certificate.
       
      repeated .envoy.admin.v2alpha.CertificateDetails ca_cert = 1;
    • getCaCertOrBuilder

      CertificateDetailsOrBuilder getCaCertOrBuilder(int index)
       Details of CA certificate.
       
      repeated .envoy.admin.v2alpha.CertificateDetails ca_cert = 1;
    • getCertChainList

      List<CertificateDetails> getCertChainList()
       Details of Certificate Chain
       
      repeated .envoy.admin.v2alpha.CertificateDetails cert_chain = 2;
    • getCertChain

      CertificateDetails getCertChain(int index)
       Details of Certificate Chain
       
      repeated .envoy.admin.v2alpha.CertificateDetails cert_chain = 2;
    • getCertChainCount

      int getCertChainCount()
       Details of Certificate Chain
       
      repeated .envoy.admin.v2alpha.CertificateDetails cert_chain = 2;
    • getCertChainOrBuilderList

      List<? extends CertificateDetailsOrBuilder> getCertChainOrBuilderList()
       Details of Certificate Chain
       
      repeated .envoy.admin.v2alpha.CertificateDetails cert_chain = 2;
    • getCertChainOrBuilder

      CertificateDetailsOrBuilder getCertChainOrBuilder(int index)
       Details of Certificate Chain
       
      repeated .envoy.admin.v2alpha.CertificateDetails cert_chain = 2;