public final class SslSettings extends GeneratedMessageV3 implements SslSettingsOrBuilder
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>)
Static Fields
CERTIFICATE_ID_FIELD_NUMBER
public static final int CERTIFICATE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER
public static final int PENDING_MANAGED_CERTIFICATE_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SSL_MANAGEMENT_TYPE_FIELD_NUMBER
public static final int SSL_MANAGEMENT_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static SslSettings getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SslSettings.Builder newBuilder()
newBuilder(SslSettings prototype)
public static SslSettings.Builder newBuilder(SslSettings prototype)
public static SslSettings parseDelimitedFrom(InputStream input)
public static SslSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SslSettings parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SslSettings parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(CodedInputStream input)
public static SslSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(InputStream input)
public static SslSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SslSettings parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SslSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SslSettings> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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()
getParserForType()
public Parser<SslSettings> getParserForType()
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 |
---|
Type | Description |
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;
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SslSettings.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SslSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public SslSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides