public final class SslSettings extends GeneratedMessage implements SslSettingsOrBuilder
SSL configuration for a DomainMapping resource.
Protobuf type google.appengine.v1.SslSettings
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SslSettings.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SslSettings.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public SslSettings.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides