Interface FetchCertificateAuthorityCsrResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchCertificateAuthorityCsrResponse
,FetchCertificateAuthorityCsrResponse.Builder
public interface FetchCertificateAuthorityCsrResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPemCsr()
Output only.com.google.protobuf.ByteString
getPemCsrBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPemCsr
String getPemCsr()
Output only. The PEM-encoded signed certificate signing request (CSR).
string pem_csr = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The pemCsr.
-
getPemCsrBytes
com.google.protobuf.ByteString getPemCsrBytes()
Output only. The PEM-encoded signed certificate signing request (CSR).
string pem_csr = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for pemCsr.
-
-