public static interface Certificate.SelfManagedCertificateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPemCertificate()
public abstract String getPemCertificate()Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.
string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The pemCertificate. |
getPemCertificateBytes()
public abstract ByteString getPemCertificateBytes()Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.
string pem_certificate = 1 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pemCertificate. |
getPemPrivateKey()
public abstract String getPemPrivateKey()Input only. The PEM-encoded private key of the leaf certificate.
string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The pemPrivateKey. |
getPemPrivateKeyBytes()
public abstract ByteString getPemPrivateKeyBytes()Input only. The PEM-encoded private key of the leaf certificate.
string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pemPrivateKey. |