Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::SslSettings.
SSL configuration for a DomainMapping resource.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#certificate_id
defcertificate_id()->::String
Returns
(::String) — 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.
#certificate_id=
defcertificate_id=(value)->::String
Parameter
value (::String) — 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.
Returns
(::String) — 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.
#pending_managed_certificate_id
defpending_managed_certificate_id()->::String
Returns
(::String) — 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.
value (::String) — 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.
Returns
(::String) — 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.
(::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType) — 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.
value (::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType) — 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.
Returns
(::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType) — 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::SslSettings (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-app_engine-v1/latest/Google-Cloud-AppEngine-V1-SslSettings)\n- [1.2.1](/ruby/docs/reference/google-cloud-app_engine-v1/1.2.1/Google-Cloud-AppEngine-V1-SslSettings)\n- [1.1.0](/ruby/docs/reference/google-cloud-app_engine-v1/1.1.0/Google-Cloud-AppEngine-V1-SslSettings)\n- [1.0.1](/ruby/docs/reference/google-cloud-app_engine-v1/1.0.1/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.10.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.10.0/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.9.2](/ruby/docs/reference/google-cloud-app_engine-v1/0.9.2/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.8.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.8.0/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.7.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.7.0/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.6.1](/ruby/docs/reference/google-cloud-app_engine-v1/0.6.1/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.5.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.5.0/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.4.0](/ruby/docs/reference/google-cloud-app_engine-v1/0.4.0/Google-Cloud-AppEngine-V1-SslSettings)\n- [0.3.6](/ruby/docs/reference/google-cloud-app_engine-v1/0.3.6/Google-Cloud-AppEngine-V1-SslSettings) \nReference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::SslSettings.\n\nSSL configuration for a `DomainMapping` resource. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #certificate_id\n\n def certificate_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- ID of the `AuthorizedCertificate` resource configuring SSL for the application. Clearing this field will remove SSL support.\n\n\n By default, a managed certificate is automatically created for every\n domain mapping. To omit SSL support or to configure SSL manually, specify\n `SslManagementType.MANUAL` on a `CREATE` or `UPDATE` request. You must\n be authorized to administer the `AuthorizedCertificate` resource to\n manually map it to a `DomainMapping` resource.\n Example: `12345`.\n\n### #certificate_id=\n\n def certificate_id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- ID of the `AuthorizedCertificate` resource configuring SSL for the application. Clearing this field will remove SSL support.\n\n\n By default, a managed certificate is automatically created for every\n domain mapping. To omit SSL support or to configure SSL manually, specify\n `SslManagementType.MANUAL` on a `CREATE` or `UPDATE` request. You must\n be authorized to administer the `AuthorizedCertificate` resource to\n manually map it to a `DomainMapping` resource.\nExample: `12345`. \n**Returns**\n\n- (::String) --- ID of the `AuthorizedCertificate` resource configuring SSL for the application. Clearing this field will remove SSL support.\n\n\n By default, a managed certificate is automatically created for every\n domain mapping. To omit SSL support or to configure SSL manually, specify\n `SslManagementType.MANUAL` on a `CREATE` or `UPDATE` request. You must\n be authorized to administer the `AuthorizedCertificate` resource to\n manually map it to a `DomainMapping` resource.\n Example: `12345`.\n\n### #pending_managed_certificate_id\n\n def pending_managed_certificate_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- 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`.\n\n### #pending_managed_certificate_id=\n\n def pending_managed_certificate_id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- 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`. \n**Returns**\n\n- (::String) --- 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`.\n\n### #ssl_management_type\n\n def ssl_management_type() -\u003e ::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType\n\n**Returns**\n\n- ([::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType](./Google-Cloud-AppEngine-V1-SslSettings-SslManagementType)) --- 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.\n\n### #ssl_management_type=\n\n def ssl_management_type=(value) -\u003e ::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType\n\n**Parameter**\n\n- **value** ([::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType](./Google-Cloud-AppEngine-V1-SslSettings-SslManagementType)) --- 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. \n**Returns**\n\n- ([::Google::Cloud::AppEngine::V1::SslSettings::SslManagementType](./Google-Cloud-AppEngine-V1-SslSettings-SslManagementType)) --- 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."]]