Class SslCertificateManagedSslCertificate (1.51.0)

public final class SslCertificateManagedSslCertificate extends GeneratedMessageV3 implements SslCertificateManagedSslCertificateOrBuilder

Configuration and status of a managed SSL certificate.

Protobuf type google.cloud.compute.v1.SslCertificateManagedSslCertificate

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SslCertificateManagedSslCertificate

Static Fields

DOMAINS_FIELD_NUMBER

public static final int DOMAINS_FIELD_NUMBER
Field Value
TypeDescription
int

DOMAIN_STATUS_FIELD_NUMBER

public static final int DOMAIN_STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SslCertificateManagedSslCertificate getDefaultInstance()
Returns
TypeDescription
SslCertificateManagedSslCertificate

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SslCertificateManagedSslCertificate.Builder newBuilder()
Returns
TypeDescription
SslCertificateManagedSslCertificate.Builder

newBuilder(SslCertificateManagedSslCertificate prototype)

public static SslCertificateManagedSslCertificate.Builder newBuilder(SslCertificateManagedSslCertificate prototype)
Parameter
NameDescription
prototypeSslCertificateManagedSslCertificate
Returns
TypeDescription
SslCertificateManagedSslCertificate.Builder

parseDelimitedFrom(InputStream input)

public static SslCertificateManagedSslCertificate parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SslCertificateManagedSslCertificate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SslCertificateManagedSslCertificate parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SslCertificateManagedSslCertificate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SslCertificateManagedSslCertificate parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SslCertificateManagedSslCertificate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SslCertificateManagedSslCertificate parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SslCertificateManagedSslCertificate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SslCertificateManagedSslCertificate parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SslCertificateManagedSslCertificate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SslCertificateManagedSslCertificate parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SslCertificateManagedSslCertificate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SslCertificateManagedSslCertificate
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SslCertificateManagedSslCertificate> parser()
Returns
TypeDescription
Parser<SslCertificateManagedSslCertificate>

Methods

containsDomainStatus(String key)

public boolean containsDomainStatus(String key)

[Output only] Detailed statuses of the domains specified for managed certificate resource.

map<string, string> domain_status = 360305613;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SslCertificateManagedSslCertificate getDefaultInstanceForType()
Returns
TypeDescription
SslCertificateManagedSslCertificate

getDomainStatus() (deprecated)

public Map<String,String> getDomainStatus()

Use #getDomainStatusMap() instead.

Returns
TypeDescription
Map<String,String>

getDomainStatusCount()

public int getDomainStatusCount()

[Output only] Detailed statuses of the domains specified for managed certificate resource.

map<string, string> domain_status = 360305613;

Returns
TypeDescription
int

getDomainStatusMap()

public Map<String,String> getDomainStatusMap()

[Output only] Detailed statuses of the domains specified for managed certificate resource.

map<string, string> domain_status = 360305613;

Returns
TypeDescription
Map<String,String>

getDomainStatusOrDefault(String key, String defaultValue)

public String getDomainStatusOrDefault(String key, String defaultValue)

[Output only] Detailed statuses of the domains specified for managed certificate resource.

map<string, string> domain_status = 360305613;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getDomainStatusOrThrow(String key)

public String getDomainStatusOrThrow(String key)

[Output only] Detailed statuses of the domains specified for managed certificate resource.

map<string, string> domain_status = 360305613;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getDomains(int index)

public String getDomains(int index)

The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.

repeated string domains = 226935855;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The domains at the given index.

getDomainsBytes(int index)

public ByteString getDomainsBytes(int index)

The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.

repeated string domains = 226935855;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the domains at the given index.

getDomainsCount()

public int getDomainsCount()

The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.

repeated string domains = 226935855;

Returns
TypeDescription
int

The count of domains.

getDomainsList()

public ProtocolStringList getDomainsList()

The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.

repeated string domains = 226935855;

Returns
TypeDescription
ProtocolStringList

A list containing the domains.

getParserForType()

public Parser<SslCertificateManagedSslCertificate> getParserForType()
Returns
TypeDescription
Parser<SslCertificateManagedSslCertificate>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStatus()

public String getStatus()

[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
String

The status.

getStatusBytes()

public ByteString getStatusBytes()

[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
ByteString

The bytes for status.

hasStatus()

public boolean hasStatus()

[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
boolean

Whether the status field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SslCertificateManagedSslCertificate.Builder newBuilderForType()
Returns
TypeDescription
SslCertificateManagedSslCertificate.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SslCertificateManagedSslCertificate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SslCertificateManagedSslCertificate.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SslCertificateManagedSslCertificate.Builder toBuilder()
Returns
TypeDescription
SslCertificateManagedSslCertificate.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException