public interface FetchCaCertsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCaCerts(int index)
public abstract FetchCaCertsResponse.CertChain getCaCerts(int index)The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchCaCertsResponse.CertChain |
|
getCaCertsCount()
public abstract int getCaCertsCount()The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCaCertsList()
public abstract List<FetchCaCertsResponse.CertChain> getCaCertsList()The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
| Returns | |
|---|---|
| Type | Description |
List<CertChain> |
|
getCaCertsOrBuilder(int index)
public abstract FetchCaCertsResponse.CertChainOrBuilder getCaCertsOrBuilder(int index)The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FetchCaCertsResponse.CertChainOrBuilder |
|
getCaCertsOrBuilderList()
public abstract List<? extends FetchCaCertsResponse.CertChainOrBuilder> getCaCertsOrBuilderList()The PEM encoded CA certificate chains of all ACTIVE CertificateAuthority resources in this CaPool.
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChainOrBuilder> |
|