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
PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER
public static final int PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER
Field Value
SSL_MANAGEMENT_TYPE_FIELD_NUMBER
public static final int SSL_MANAGEMENT_TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static SslSettings getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static SslSettings.Builder newBuilder()
Returns
newBuilder(SslSettings prototype)
public static SslSettings.Builder newBuilder(SslSettings prototype)
Parameter
Returns
public static SslSettings parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static SslSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static SslSettings parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static SslSettings parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SslSettings parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static SslSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static SslSettings parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static SslSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static SslSettings parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<SslSettings> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
Type | Description |
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
Type | Description |
ByteString | The bytes for certificateId.
|
getDefaultInstanceForType()
public SslSettings getDefaultInstanceForType()
Returns
getParserForType()
public Parser<SslSettings> getParserForType()
Returns
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
Type | Description |
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
Type | Description |
ByteString | The bytes for pendingManagedCertificateId.
|
getSerializedSize()
public int getSerializedSize()
Returns
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
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
Type | Description |
int | The enum numeric value on the wire for sslManagementType.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public SslSettings.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SslSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public SslSettings.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions