public static interface Certificate.SelfManagedCertificateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPemCertificate()
Input only.
|
com.google.protobuf.ByteString |
getPemCertificateBytes()
Input only.
|
String |
getPemPrivateKey()
Input only.
|
com.google.protobuf.ByteString |
getPemPrivateKeyBytes()
Input only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];String getPemPrivateKey()
Input only. The PEM-encoded private key of the leaf certificate.
string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];com.google.protobuf.ByteString getPemPrivateKeyBytes()
Input only. The PEM-encoded private key of the leaf certificate.
string pem_private_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.