Class ManagedCertificate (2.42.0)

public final class ManagedCertificate extends GeneratedMessageV3 implements ManagedCertificateOrBuilder

A certificate managed by App Engine.

Protobuf type google.appengine.v1.ManagedCertificate

Static Fields

LAST_RENEWAL_TIME_FIELD_NUMBER

public static final int LAST_RENEWAL_TIME_FIELD_NUMBER
Field Value
Type Description
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ManagedCertificate getDefaultInstance()
Returns
Type Description
ManagedCertificate

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ManagedCertificate.Builder newBuilder()
Returns
Type Description
ManagedCertificate.Builder

newBuilder(ManagedCertificate prototype)

public static ManagedCertificate.Builder newBuilder(ManagedCertificate prototype)
Parameter
Name Description
prototype ManagedCertificate
Returns
Type Description
ManagedCertificate.Builder

parseDelimitedFrom(InputStream input)

public static ManagedCertificate parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ManagedCertificate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ManagedCertificate parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ManagedCertificate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ManagedCertificate parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ManagedCertificate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ManagedCertificate parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ManagedCertificate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ManagedCertificate parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ManagedCertificate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ManagedCertificate parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ManagedCertificate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ManagedCertificate
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ManagedCertificate> parser()
Returns
Type Description
Parser<ManagedCertificate>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ManagedCertificate getDefaultInstanceForType()
Returns
Type Description
ManagedCertificate

getLastRenewalTime()

public Timestamp getLastRenewalTime()

Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.

@OutputOnly

.google.protobuf.Timestamp last_renewal_time = 1;

Returns
Type Description
Timestamp

The lastRenewalTime.

getLastRenewalTimeOrBuilder()

public TimestampOrBuilder getLastRenewalTimeOrBuilder()

Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.

@OutputOnly

.google.protobuf.Timestamp last_renewal_time = 1;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<ManagedCertificate> getParserForType()
Returns
Type Description
Parser<ManagedCertificate>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStatus()

public ManagementStatus getStatus()

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

@OutputOnly

.google.appengine.v1.ManagementStatus status = 2;

Returns
Type Description
ManagementStatus

The status.

getStatusValue()

public int getStatusValue()

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

@OutputOnly

.google.appengine.v1.ManagementStatus status = 2;

Returns
Type Description
int

The enum numeric value on the wire for status.

hasLastRenewalTime()

public boolean hasLastRenewalTime()

Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.

@OutputOnly

.google.protobuf.Timestamp last_renewal_time = 1;

Returns
Type Description
boolean

Whether the lastRenewalTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ManagedCertificate.Builder newBuilderForType()
Returns
Type Description
ManagedCertificate.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ManagedCertificate.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ManagedCertificate.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ManagedCertificate.Builder toBuilder()
Returns
Type Description
ManagedCertificate.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException