GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
Metadata about MDVC (go/mdvc). Next available tag: 18.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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)
, 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.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMdvcMetadata