Package io.envoyproxy.envoy.admin.v3
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificategetCertificates(int index)List of certificates known to an Envoy.intgetCertificatesCount()List of certificates known to an Envoy.List<Certificate>getCertificatesList()List of certificates known to an Envoy.CertificateOrBuildergetCertificatesOrBuilder(int index)List of certificates known to an Envoy.List<? extends CertificateOrBuilder>getCertificatesOrBuilderList()List of certificates known to an Envoy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-