View Source GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewability (google_api_content_warehouse v0.3.0)
Attributes
-
DEPRECATEDDefaultViewType
(type:integer()
, default:nil
) - -
defaultViewability
(type:GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability.t
, default:nil
) - The viewability for any locale that is not explicitly listed. -
inViewabilityLimbo
(type:boolean()
, default:nil
) - DEPRECATED: Viewability-Limbo was a state that prevented indexing from running if the viewability of a volume had dropped significantly. It was removed during viewability refactoring: http://go/viewability -
locale
(type:list(GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewabilityLocale.t)
, default:nil
) - -
updatedByIndexer
(type:boolean()
, default:nil
) - Whether the volume viewability was updated by the indexer as opposed to a direct update in goovols. The absense of this bit will indicate to the indexer that it should not short-circuit indexing side effects that should occur when viewability changes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewability{ DEPRECATEDDefaultViewType: integer() | nil, defaultViewability: GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability.t() | nil, inViewabilityLimbo: boolean() | nil, locale: [GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewabilityLocale.t()] | nil, updatedByIndexer: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.