Class SslSettings (2.2.0)

public final class SslSettings extends GeneratedMessageV3 implements SslSettingsOrBuilder

SSL configuration for a DomainMapping resource.

Protobuf type google.appengine.v1.SslSettings

Static Fields

CERTIFICATE_ID_FIELD_NUMBER

public static final int CERTIFICATE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER

public static final int PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER
Field Value
TypeDescription
int

SSL_MANAGEMENT_TYPE_FIELD_NUMBER

public static final int SSL_MANAGEMENT_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SslSettings getDefaultInstance()
Returns
TypeDescription
SslSettings

getDescriptor()

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

newBuilder()

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

newBuilder(SslSettings prototype)

public static SslSettings.Builder newBuilder(SslSettings prototype)
Parameter
NameDescription
prototypeSslSettings
Returns
TypeDescription
SslSettings.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCertificateId()

public String getCertificateId()

ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support. By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.

string certificate_id = 1;

Returns
TypeDescription
String

The certificateId.

getCertificateIdBytes()

public ByteString getCertificateIdBytes()

ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support. By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.

string certificate_id = 1;

Returns
TypeDescription
ByteString

The bytes for certificateId.

getDefaultInstanceForType()

public SslSettings getDefaultInstanceForType()
Returns
TypeDescription
SslSettings

getParserForType()

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

getPendingManagedCertificateId()

public String getPendingManagedCertificateId()

ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest. @OutputOnly

string pending_managed_certificate_id = 4;

Returns
TypeDescription
String

The pendingManagedCertificateId.

getPendingManagedCertificateIdBytes()

public ByteString getPendingManagedCertificateIdBytes()

ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificate_id field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificate_id field with an UpdateDomainMappingRequest. @OutputOnly

string pending_managed_certificate_id = 4;

Returns
TypeDescription
ByteString

The bytes for pendingManagedCertificateId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSslManagementType()

public SslSettings.SslManagementType getSslManagementType()

SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.

.google.appengine.v1.SslSettings.SslManagementType ssl_management_type = 3;

Returns
TypeDescription
SslSettings.SslManagementType

The sslManagementType.

getSslManagementTypeValue()

public int getSslManagementTypeValue()

SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificate_id must be manually specified in order to configure SSL for this domain.

.google.appengine.v1.SslSettings.SslManagementType ssl_management_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for sslManagementType.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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