TrawlerMultiverseClientIdentifier

GoogleApi.ContentWarehouse.V1.Model.TrawlerMultiverseClientIdentifier


Table of Contents ▼

Jump to a specific part of the page:

Description

Contain Multiverse client information, such as topic name. Can include other information such as crawl policy id in the future.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. crawlPolicyId (type: integer(), default: nil)
    -
  2. crawlPolicyName (type: String.t, default: nil)
    -
  3. hyperdriveAppName (type: String.t, default: nil)
    - Hyperdrive Analytics.
  4. hyperdriveTableName (type: String.t, default: nil)
    -
  5. topicId (type: integer(), default: nil)
    - Propagate the id instead of the string name to save storage resource. TODO (b/317133951) consider deprecate the two fields in string above.
  6. topicName (type: String.t, default: nil)
    -
  7. trafficType (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerMultiverseClientIdentifier{
crawlPolicyId: integer() | nil,
crawlPolicyName: String.t() | nil,
hyperdriveAppName: String.t() | nil,
hyperdriveTableName: String.t() | nil,
topicId: integer() | nil,
topicName: String.t() | nil,
trafficType: String.t() | nil
}

Function

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

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