Interface FetchCaCertsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchCaCertsResponse
,FetchCaCertsResponse.Builder
public interface FetchCaCertsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchCaCertsResponse.CertChain
getCaCerts(int index)
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].int
getCaCertsCount()
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].List<FetchCaCertsResponse.CertChain>
getCaCertsList()
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].FetchCaCertsResponse.CertChainOrBuilder
getCaCertsOrBuilder(int index)
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].List<? extends FetchCaCertsResponse.CertChainOrBuilder>
getCaCertsOrBuilderList()
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCaCertsList
List<FetchCaCertsResponse.CertChain> getCaCertsList()
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
-
getCaCerts
FetchCaCertsResponse.CertChain getCaCerts(int index)
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
-
getCaCertsCount
int getCaCertsCount()
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
-
getCaCertsOrBuilderList
List<? extends FetchCaCertsResponse.CertChainOrBuilder> getCaCertsOrBuilderList()
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
-
getCaCertsOrBuilder
FetchCaCertsResponse.CertChainOrBuilder getCaCertsOrBuilder(int index)
The PEM encoded CA certificate chains of all [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
repeated .google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain ca_certs = 1;
-
-