Send feedback
Class FetchCertificateAuthorityCsrResponse (2.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.20.0 keyboard_arrow_down
public final class FetchCertificateAuthorityCsrResponse extends GeneratedMessageV3 implements FetchCertificateAuthorityCsrResponseOrBuilder
Response message for
CertificateAuthorityService.FetchCertificateAuthorityCsr .
Protobuf type
google.cloud.security.privateca.v1beta1.FetchCertificateAuthorityCsrResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
PEM_CSR_FIELD_NUMBER
public static final int PEM_CSR_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static FetchCertificateAuthorityCsrResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static FetchCertificateAuthorityCsrResponse . Builder newBuilder ()
newBuilder(FetchCertificateAuthorityCsrResponse prototype)
public static FetchCertificateAuthorityCsrResponse . Builder newBuilder ( FetchCertificateAuthorityCsrResponse prototype )
public static FetchCertificateAuthorityCsrResponse parseDelimitedFrom ( InputStream input )
public static FetchCertificateAuthorityCsrResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static FetchCertificateAuthorityCsrResponse parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FetchCertificateAuthorityCsrResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static FetchCertificateAuthorityCsrResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FetchCertificateAuthorityCsrResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static FetchCertificateAuthorityCsrResponse parseFrom ( CodedInputStream input )
public static FetchCertificateAuthorityCsrResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static FetchCertificateAuthorityCsrResponse parseFrom ( InputStream input )
public static FetchCertificateAuthorityCsrResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static FetchCertificateAuthorityCsrResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FetchCertificateAuthorityCsrResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<FetchCertificateAuthorityCsrResponse> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public FetchCertificateAuthorityCsrResponse getDefaultInstanceForType ()
getParserForType()
public Parser<FetchCertificateAuthorityCsrResponse> getParserForType ()
Overrides
getPemCsr()
public String getPemCsr ()
Output only. The PEM-encoded signed certificate signing request (CSR).
string pem_csr = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description String
The pemCsr.
getPemCsrBytes()
public ByteString getPemCsrBytes ()
Output only. The PEM-encoded signed certificate signing request (CSR).
string pem_csr = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description ByteString
The bytes for pemCsr.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public FetchCertificateAuthorityCsrResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FetchCertificateAuthorityCsrResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public FetchCertificateAuthorityCsrResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]