public final class SslCertificateSelfManagedSslCertificate extends com.google.protobuf.GeneratedMessageV3 implements SslCertificateSelfManagedSslCertificateOrBuilder
Configuration and status of a self-managed SSL certificate.Protobuf type
google.cloud.compute.v1.SslCertificateSelfManagedSslCertificate| Modifier and Type | Class and Description |
|---|---|
static class |
SslCertificateSelfManagedSslCertificate.Builder
Configuration and status of a self-managed SSL certificate.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CERTIFICATE_FIELD_NUMBER |
static int |
PRIVATE_KEY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCertificate()
A local certificate file.
|
com.google.protobuf.ByteString |
getCertificateBytes()
A local certificate file.
|
static SslCertificateSelfManagedSslCertificate |
getDefaultInstance() |
SslCertificateSelfManagedSslCertificate |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<SslCertificateSelfManagedSslCertificate> |
getParserForType() |
String |
getPrivateKey()
A write-only private key in PEM format.
|
com.google.protobuf.ByteString |
getPrivateKeyBytes()
A write-only private key in PEM format.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCertificate()
A local certificate file.
|
int |
hashCode() |
boolean |
hasPrivateKey()
A write-only private key in PEM format.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SslCertificateSelfManagedSslCertificate.Builder |
newBuilder() |
static SslCertificateSelfManagedSslCertificate.Builder |
newBuilder(SslCertificateSelfManagedSslCertificate prototype) |
SslCertificateSelfManagedSslCertificate.Builder |
newBuilderForType() |
protected SslCertificateSelfManagedSslCertificate.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SslCertificateSelfManagedSslCertificate |
parseDelimitedFrom(InputStream input) |
static SslCertificateSelfManagedSslCertificate |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(byte[] data) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(ByteBuffer data) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(com.google.protobuf.ByteString data) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(InputStream input) |
static SslCertificateSelfManagedSslCertificate |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SslCertificateSelfManagedSslCertificate> |
parser() |
SslCertificateSelfManagedSslCertificate.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CERTIFICATE_FIELD_NUMBER
public static final int PRIVATE_KEY_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCertificate()
A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
optional string certificate = 341787031;hasCertificate in interface SslCertificateSelfManagedSslCertificateOrBuilderpublic String getCertificate()
A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
optional string certificate = 341787031;getCertificate in interface SslCertificateSelfManagedSslCertificateOrBuilderpublic com.google.protobuf.ByteString getCertificateBytes()
A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
optional string certificate = 341787031;getCertificateBytes in interface SslCertificateSelfManagedSslCertificateOrBuilderpublic boolean hasPrivateKey()
A write-only private key in PEM format. Only insert requests will include this field.
optional string private_key = 361331107;hasPrivateKey in interface SslCertificateSelfManagedSslCertificateOrBuilderpublic String getPrivateKey()
A write-only private key in PEM format. Only insert requests will include this field.
optional string private_key = 361331107;getPrivateKey in interface SslCertificateSelfManagedSslCertificateOrBuilderpublic com.google.protobuf.ByteString getPrivateKeyBytes()
A write-only private key in PEM format. Only insert requests will include this field.
optional string private_key = 361331107;getPrivateKeyBytes in interface SslCertificateSelfManagedSslCertificateOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SslCertificateSelfManagedSslCertificate parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(InputStream input) throws IOException
IOExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SslCertificateSelfManagedSslCertificate parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SslCertificateSelfManagedSslCertificate parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SslCertificateSelfManagedSslCertificate parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SslCertificateSelfManagedSslCertificate.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SslCertificateSelfManagedSslCertificate.Builder newBuilder()
public static SslCertificateSelfManagedSslCertificate.Builder newBuilder(SslCertificateSelfManagedSslCertificate prototype)
public SslCertificateSelfManagedSslCertificate.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SslCertificateSelfManagedSslCertificate.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SslCertificateSelfManagedSslCertificate getDefaultInstance()
public static com.google.protobuf.Parser<SslCertificateSelfManagedSslCertificate> parser()
public com.google.protobuf.Parser<SslCertificateSelfManagedSslCertificate> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SslCertificateSelfManagedSslCertificate getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.