public static interface SubordinateConfig.SubordinateConfigChainOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| List<String> | A list containing the pemCertificates. |