Interface SubordinateConfig.SubordinateConfigChainOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubordinateConfig.SubordinateConfigChain
,SubordinateConfig.SubordinateConfigChain.Builder
- Enclosing class:
- SubordinateConfig
public static interface SubordinateConfig.SubordinateConfigChainOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPemCertificates(int index)
Required.com.google.protobuf.ByteString
getPemCertificatesBytes(int index)
Required.int
getPemCertificatesCount()
Required.List<String>
getPemCertificatesList()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPemCertificatesList
List<String> getPemCertificatesList()
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- A list containing the pemCertificates.
-
getPemCertificatesCount
int getPemCertificatesCount()
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The count of pemCertificates.
-
getPemCertificates
String getPemCertificates(int index)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the element to return.- Returns:
- The pemCertificates at the given index.
-
getPemCertificatesBytes
com.google.protobuf.ByteString getPemCertificatesBytes(int index)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the pemCertificates at the given index.
-
-