VendingConsumerProtoTrustedGenomeAnnotation

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):

View Attributes

Attributes

  1. policy (type: GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy, default: nil)
    - The list of trusted genome policy.
  2. 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.
  3. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation