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 TypeMethodDescriptiongetCertificates(int index) List of certificates known to an Envoy.intList of certificates known to an Envoy.List of certificates known to an Envoy.getCertificatesOrBuilder(int index) List of certificates known to an Envoy.List<? extends CertificateOrBuilder>List of certificates known to an Envoy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.v2alpha.Certificate certificates = 1; -
getCertificates
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1; -
getCertificatesCount
int getCertificatesCount()List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1; -
getCertificatesOrBuilderList
List<? extends CertificateOrBuilder> getCertificatesOrBuilderList()List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1; -
getCertificatesOrBuilder
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1;
-