public interface CertificatesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getCertificates(int index)
List of certificates known to an Envoy.
|
int |
getCertificatesCount()
List of certificates known to an Envoy.
|
List<Certificate> |
getCertificatesList()
List of certificates known to an Envoy.
|
CertificateOrBuilder |
getCertificatesOrBuilder(int index)
List of certificates known to an Envoy.
|
List<? extends CertificateOrBuilder> |
getCertificatesOrBuilderList()
List of certificates known to an Envoy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Certificate> getCertificatesList()
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1;Certificate getCertificates(int index)
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1;int getCertificatesCount()
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1;List<? extends CertificateOrBuilder> getCertificatesOrBuilderList()
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1;CertificateOrBuilder getCertificatesOrBuilder(int index)
List of certificates known to an Envoy.
repeated .envoy.admin.v2alpha.Certificate certificates = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.