GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewability
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
DEPRECATEDDefaultViewType
(type:integer()
, default:nil
)
- -
defaultViewability
(type:GoogleApi.ContentWarehouse.V1.Model.OceanLocaleViewability
, 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)
, 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.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OceanVolumeViewability