Interface FetchCaCertsResponseOrBuilder (2.44.0)

public interface FetchCaCertsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaCerts(int index)

public abstract FetchCaCertsResponse.CertChain getCaCerts(int index)

The PEM encoded CA certificate chains of all certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

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 certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

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 certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

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 certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

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 certificate authorities in this CaPool in the ENABLED, DISABLED, or STAGED states.

repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;

Returns
Type Description
List<? extends com.google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChainOrBuilder>