Interface CertificateAuthority.ManagedCertificateAuthorityOrBuilder (0.20.0)

public static interface CertificateAuthority.ManagedCertificateAuthorityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaCerts(int index)

public abstract CertificateAuthority.ManagedCertificateAuthority.CertChain getCaCerts(int index)

The PEM encoded CA certificate chains for redis managed server authentication

repeated .google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;

Parameter
Name Description
index int
Returns
Type Description
CertificateAuthority.ManagedCertificateAuthority.CertChain

getCaCertsCount()

public abstract int getCaCertsCount()

The PEM encoded CA certificate chains for redis managed server authentication

repeated .google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;

Returns
Type Description
int

getCaCertsList()

public abstract List<CertificateAuthority.ManagedCertificateAuthority.CertChain> getCaCertsList()

The PEM encoded CA certificate chains for redis managed server authentication

repeated .google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;

Returns
Type Description
List<CertChain>

getCaCertsOrBuilder(int index)

public abstract CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder getCaCertsOrBuilder(int index)

The PEM encoded CA certificate chains for redis managed server authentication

repeated .google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;

Parameter
Name Description
index int
Returns
Type Description
CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder

getCaCertsOrBuilderList()

public abstract List<? extends CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder> getCaCertsOrBuilderList()

The PEM encoded CA certificate chains for redis managed server authentication

repeated .google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;

Returns
Type Description
List<? extends com.google.cloud.redis.cluster.v1.CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder>