public static interface CertificateAuthority.ManagedCertificateAuthorityOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCaCerts(int index)
public abstract CertificateAuthority.ManagedCertificateAuthority.CertChain getCaCerts(int index)
PEM encoded CA certificate chains for managed server authentication.
repeated .google.cloud.memorystore.v1beta.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CertificateAuthority.ManagedCertificateAuthority.CertChain |
getCaCertsCount()
public abstract int getCaCertsCount()
PEM encoded CA certificate chains for managed server authentication.
repeated .google.cloud.memorystore.v1beta.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Returns | |
---|---|
Type | Description |
int |
getCaCertsList()
public abstract List<CertificateAuthority.ManagedCertificateAuthority.CertChain> getCaCertsList()
PEM encoded CA certificate chains for managed server authentication.
repeated .google.cloud.memorystore.v1beta.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Returns | |
---|---|
Type | Description |
List<CertChain> |
getCaCertsOrBuilder(int index)
public abstract CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder getCaCertsOrBuilder(int index)
PEM encoded CA certificate chains for managed server authentication.
repeated .google.cloud.memorystore.v1beta.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()
PEM encoded CA certificate chains for managed server authentication.
repeated .google.cloud.memorystore.v1beta.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.memorystore.v1beta.CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder> |