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()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticSslSettings.BuildernewBuilder()
newBuilder(SslSettings prototype)
publicstaticSslSettings.BuildernewBuilder(SslSettingsprototype)
publicstaticSslSettingsparseDelimitedFrom(InputStreaminput)
publicstaticSslSettingsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticSslSettingsparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSslSettingsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticSslSettingsparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSslSettingsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticSslSettingsparseFrom(CodedInputStreaminput)
publicstaticSslSettingsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticSslSettingsparseFrom(InputStreaminput)
publicstaticSslSettingsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticSslSettingsparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSslSettingsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<SslSettings>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
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()
getParserForType()
publicParser<SslSettings>getParserForType()
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;
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()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicSslSettings.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSslSettings.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicSslSettings.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides