View Source GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomeAnnotation (google_api_content_warehouse v0.4.0)
------------------------------------------------------------------------------ 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
-
policy
(type:GoogleApi.ContentWarehouse.V1.Model.VendingConsumerProtoTrustedGenomePolicy.t
, 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.t)
, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.