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

Note: If you are going to populate any new field in this proto, you probably need to go through the go/dj-new-field and go/index-changes process.

Attributes

  • DEPRECATEDSourceTitle (type: String.t, default: nil) - DEPRECATED DEPRECATED DEPRECATED In case you didn't realize, these fields are (and have been for some time) deprecated. We'll stop pushing their data to production soon (probably Feb/09) and after a few weeks we'll probably remove them.
  • TargetGroups (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup.t), default: nil) - One Sitemap can contain multiple TargetGroups, but only one of them will be displayed to the user - this decision will be made at displaying time and can take into account various factors, such as the users' language and country, currently running experiments, etc.
  • deprecatedTarget (type: list(GoogleApi.ContentWarehouse.V1.Model.SitemapDEPRECATED_Target.t), default: nil) -
  • pageAnchorsDocInfo (type: GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsDocInfo.t, default: nil) - This field is populated in the Sitemap MDU subpopulator from cdoc data. This is used to store page anchors information for TopicTagsScrolltoFlow.
  • searchInSite (type: boolean(), default: nil) - Enable site search.
  • sitemapType (type: String.t, default: nil) -
  • sourceOrgfp (type: String.t, default: nil) - prevents cross-domain forwarding
  • sourceUrl (type: String.t, default: nil) -
  • subresultList (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresultList.t, default: nil) - This field is populated in the Sitemap MDU subpopulator from cdoc data. It's not set in the cdoc Sitemap.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.Sitemap{
  DEPRECATEDSourceTitle: String.t() | nil,
  TargetGroups:
    [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup.t()] | nil,
  deprecatedTarget:
    [GoogleApi.ContentWarehouse.V1.Model.SitemapDEPRECATED_Target.t()] | nil,
  pageAnchorsDocInfo:
    GoogleApi.ContentWarehouse.V1.Model.SdrPageAnchorsDocInfo.t() | nil,
  searchInSite: boolean() | nil,
  sitemapType: String.t() | nil,
  sourceOrgfp: String.t() | nil,
  sourceUrl: String.t() | nil,
  subresultList:
    GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSubresultList.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.