GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation
Table of Contents ▼
Jump to a specific part of the page:
Description
------------------------------------------------------------------------------ Proto message containing the trusted genome entities that belong to an app. Document type: ANDROID_APP See go/gd-server-design for more info. ## Next tag: 4
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
policy
(type:GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy
, default:nil
)
- The list of trusted genome policy. -
testCode
(type:list(String.t)
, default:nil
)
- The list of test code, used to log when serving. The test code is set in both control and experiment annotations when they are different. -
trustedGenomeHierarchy
(type:list(GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeHierarchy)
, default:nil
)
- The list of trusted genome hierarchy. One trusted_genome_hierarchy may contain one or multiple entities. This is required for TG 2.0 tags.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation{
policy: GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy.t() | nil,
testCode: [String.t()] | nil,
trustedGenomeHierarchy: [ GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeHierarchy.t() ] | nil
}
policy: GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy.t() | nil,
testCode: [String.t()] | nil,
trustedGenomeHierarchy: [ GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeHierarchy.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation