Interface CertificatesOrBuilder

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

public interface CertificatesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCertificates(int index)
    List of certificates known to an Envoy.
    int
    List of certificates known to an Envoy.
    List of certificates known to an Envoy.
    List of certificates known to an Envoy.
    List of certificates known to an Envoy.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCertificatesList

      List<Certificate> getCertificatesList()
       List of certificates known to an Envoy.
       
      repeated .envoy.admin.v3.Certificate certificates = 1;
    • getCertificates

      Certificate getCertificates(int index)
       List of certificates known to an Envoy.
       
      repeated .envoy.admin.v3.Certificate certificates = 1;
    • getCertificatesCount

      int getCertificatesCount()
       List of certificates known to an Envoy.
       
      repeated .envoy.admin.v3.Certificate certificates = 1;
    • getCertificatesOrBuilderList

      List<? extends CertificateOrBuilder> getCertificatesOrBuilderList()
       List of certificates known to an Envoy.
       
      repeated .envoy.admin.v3.Certificate certificates = 1;
    • getCertificatesOrBuilder

      CertificateOrBuilder getCertificatesOrBuilder(int index)
       List of certificates known to an Envoy.
       
      repeated .envoy.admin.v3.Certificate certificates = 1;