ResearchScamTokenNamespace

GoogleApi.ContentWarehouse.V1.Model.ResearchScamTokenNamespace


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. bytesBlocklistTokens (type: list(String.t), default: nil)
    - If present, override |string_blacklist_tokens|.
  2. bytesTokens (type: list(String.t), default: nil)
    - If present, override |string_tokens|
  3. namespace (type: String.t, default: nil)
    - //////////////////////////////////////////////////////////////////////////// NAMESPACE - the string name of the namespace that this proto is specifying, such as "color", "shape", "geo", or "tags". Recall that your overall query is an AND across namespaces.
  4. stringBlacklistTokens (type: list(String.t), default: nil)
    - New use cases should prefer |bytes_tokens|, go/fast/11#bytes-vs-string When migrate, need to be consistent in both dataset and query.
  5. stringTokens (type: list(String.t), default: nil)
    - New use cases should prefer |bytes_tokens|, go/fast/11#bytes-vs-string When migrate, need to be consistent in both dataset and query.
  6. uint64BlacklistTokens (type: list(String.t), default: nil)
    - TODO(qhliao) rename to |uint64_blocklist_tokens| eventually.
  7. uint64Tokens (type: list(String.t), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamTokenNamespace{
bytesBlocklistTokens: [String.t()] | nil,
bytesTokens: [String.t()] | nil,
namespace: String.t() | nil,
stringBlacklistTokens: [String.t()] | nil,
stringTokens: [String.t()] | nil,
uint64BlacklistTokens: [String.t()] | nil,
uint64Tokens: [String.t()] | nil
}

Function

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

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