Class SslSettings (2.68.0)

publicfinalclass SslSettingsextendsGeneratedMessageV3implementsSslSettingsOrBuilder

SSL configuration for a DomainMapping resource.

Protobuf type google.appengine.v1.SslSettings

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

CERTIFICATE_ID_FIELD_NUMBER

publicstaticfinalintCERTIFICATE_ID_FIELD_NUMBER
Field Value
Type Description
int

PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER

publicstaticfinalintPENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER
Field Value
Type Description
int

SSL_MANAGEMENT_TYPE_FIELD_NUMBER

publicstaticfinalintSSL_MANAGEMENT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticSslSettingsgetDefaultInstance()
Returns
Type Description
SslSettings

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticSslSettings.BuildernewBuilder()
Returns
Type Description
SslSettings.Builder

newBuilder(SslSettings prototype)

publicstaticSslSettings.BuildernewBuilder(SslSettingsprototype)
Parameter
Name Description
prototype SslSettings
Returns
Type Description
SslSettings.Builder

parseDelimitedFrom(InputStream input)

publicstaticSslSettingsparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
SslSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticSslSettingsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SslSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticSslSettingsparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
SslSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticSslSettingsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SslSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticSslSettingsparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
SslSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticSslSettingsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SslSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticSslSettingsparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SslSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticSslSettingsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SslSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticSslSettingsparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
SslSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticSslSettingsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SslSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticSslSettingsparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SslSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticSslSettingsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SslSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<SslSettings>parser()
Returns
Type Description
Parser<SslSettings>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCertificateId()

publicStringgetCertificateId()

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
Type Description
String

The certificateId.

getCertificateIdBytes()

publicByteStringgetCertificateIdBytes()

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
Type Description
ByteString

The bytes for certificateId.

getDefaultInstanceForType()

publicSslSettingsgetDefaultInstanceForType()
Returns
Type Description
SslSettings

getParserForType()

publicParser<SslSettings>getParserForType()
Returns
Type Description
Parser<SslSettings>
Overrides

getPendingManagedCertificateId()

publicStringgetPendingManagedCertificateId()

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
Type Description
String

The pendingManagedCertificateId.

getPendingManagedCertificateIdBytes()

publicByteStringgetPendingManagedCertificateIdBytes()

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
Type Description
ByteString

The bytes for pendingManagedCertificateId.

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getSslManagementType()

publicSslSettings.SslManagementTypegetSslManagementType()

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
Type Description
SslSettings.SslManagementType

The sslManagementType.

getSslManagementTypeValue()

publicintgetSslManagementTypeValue()

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
Type Description
int

The enum numeric value on the wire for sslManagementType.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicSslSettings.BuildernewBuilderForType()
Returns
Type Description
SslSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedSslSettings.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SslSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicSslSettings.BuildertoBuilder()
Returns
Type Description
SslSettings.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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年10月30日 UTC.