Interface SubordinateConfig.SubordinateConfigChainOrBuilder (2.4.0)

public static interface SubordinateConfig.SubordinateConfigChainOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPemCertificates(int index)

public abstract 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];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The pemCertificates at the given index.

getPemCertificatesBytes(int index)

public abstract 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];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the pemCertificates at the given index.

getPemCertificatesCount()

public abstract 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
TypeDescription
int

The count of pemCertificates.

getPemCertificatesList()

public abstract 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
TypeDescription
List<String>

A list containing the pemCertificates.