View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadata (google_api_content_warehouse v0.4.0)
Metadata about MDVC (go/mdvc). Next available tag: 18.
Attributes
-
dimension
(type:list(String.t)
, default:nil
) - Undergoing migration into the PerVertical message. Avoid using it. Concept ids of MDVC dimensions of this concept. -
expandedOutputConceptId
(type:list(String.t)
, default:nil
) - Undergoing migration into the PerVertical message. Avoid using it. List of encoded mids to be expanded in WebRef/QRef output whenever this entity gets annotated. Will be populated in the annotators once static data is deprecated. b/78866814. -
generalization
(type:list(String.t)
, default:nil
) - Undergoing migration into the PerVertical message. Avoid using it. Concept ids of MDVC generalizations of this concept. -
isSynthetic
(type:boolean()
, default:nil
) - True iff the topic is synthetically created during by MDVC extraction. -
perVertical
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadataPerVertical.t)
, default:nil
) - Data, specific to particular verticals. -
resolutionPriority
(type:integer()
, default:nil
) - Undergoing migration into the PerVertical message. Avoid using it. Resolution priority for this entity. In case a query has many possible resolutions, only the ones with the highest resolution priority are annotated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadata{ dimension: [String.t()] | nil, expandedOutputConceptId: [String.t()] | nil, generalization: [String.t()] | nil, isSynthetic: boolean() | nil, perVertical: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadataPerVertical.t() ] | nil, resolutionPriority: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.