public interface SubordinateConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificateAuthority()
public abstract String getCertificateAuthority() Required. This can refer to a
CertificateAuthority
that was used to create a subordinate
CertificateAuthority.
This field is used for information and usability purposes only. The
resource name is in the format
projects/*/locations/*/caPools/*/certificateAuthorities/*.
string certificate_authority = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The certificateAuthority. |
getCertificateAuthorityBytes()
public abstract ByteString getCertificateAuthorityBytes() Required. This can refer to a
CertificateAuthority
that was used to create a subordinate
CertificateAuthority.
This field is used for information and usability purposes only. The
resource name is in the format
projects/*/locations/*/caPools/*/certificateAuthorities/*.
string certificate_authority = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for certificateAuthority. |
getPemIssuerChain()
public abstract SubordinateConfig.SubordinateConfigChain getPemIssuerChain()Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself.
.google.cloud.security.privateca.v1.SubordinateConfig.SubordinateConfigChain pem_issuer_chain = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SubordinateConfig.SubordinateConfigChain |
The pemIssuerChain. |
getPemIssuerChainOrBuilder()
public abstract SubordinateConfig.SubordinateConfigChainOrBuilder getPemIssuerChainOrBuilder()Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself.
.google.cloud.security.privateca.v1.SubordinateConfig.SubordinateConfigChain pem_issuer_chain = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SubordinateConfig.SubordinateConfigChainOrBuilder |
|
getSubordinateConfigCase()
public abstract SubordinateConfig.SubordinateConfigCase getSubordinateConfigCase()| Returns | |
|---|---|
| Type | Description |
SubordinateConfig.SubordinateConfigCase |
|
hasCertificateAuthority()
public abstract boolean hasCertificateAuthority() Required. This can refer to a
CertificateAuthority
that was used to create a subordinate
CertificateAuthority.
This field is used for information and usability purposes only. The
resource name is in the format
projects/*/locations/*/caPools/*/certificateAuthorities/*.
string certificate_authority = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the certificateAuthority field is set. |
hasPemIssuerChain()
public abstract boolean hasPemIssuerChain()Required. Contains the PEM certificate chain for the issuers of this CertificateAuthority, but not pem certificate for this CA itself.
.google.cloud.security.privateca.v1.SubordinateConfig.SubordinateConfigChain pem_issuer_chain = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pemIssuerChain field is set. |