View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScamTokenNamespace (google_api_content_warehouse v0.4.0)

Attributes

  • bytesBlocklistTokens (type: list(String.t), default: nil) - If present, override |string_blacklist_tokens|.
  • bytesTokens (type: list(String.t), default: nil) - If present, override |string_tokens|
  • 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.
  • 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.
  • 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.
  • uint64BlacklistTokens (type: list(String.t), default: nil) - TODO(qhliao) rename to |uint64_blocklist_tokens| eventually.
  • uint64Tokens (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.