View Source GoogleApi.ContentWarehouse.V1.Model.IndexingBadSSLCertificate (google_api_content_warehouse v0.4.0)

This protobuffer stores bad SSL certificate information for a canonical URL, and meant to be included in DocJoins and push to serving time.

Attributes

  • badSslCertificate (type: GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo.t, 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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingBadSSLCertificate{
  badSslCertificate:
    GoogleApi.ContentWarehouse.V1.Model.TrawlerSSLCertificateInfo.t() | nil,
  urlWithBadSslCertificate: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.