GoogleApi.ContentWarehouse.V1.Model.IndexingBadSSLCertificate
Table of Contents ▼
Jump to a specific part of the page:
Description
This protobuffer stores bad SSL certificate information for a canonical URL, and meant to be included in DocJoins and push to serving time.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
badSslCertificate
(type:GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo
, default:nil
)
- -
urlWithBadSslCertificate
(type:String.t
, default:nil
)
- The URL where the bad SSL certificate really comes from. Present iff it is different from the source URL, i.e. a redirect target of the source URL).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingBadSSLCertificate{
badSslCertificate: GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo.t() | nil,
urlWithBadSslCertificate: String.t() | nil
}
badSslCertificate: GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo.t() | nil,
urlWithBadSslCertificate: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingBadSSLCertificate