GoogleApi.ContentWarehouse.V1.Model.ResearchScamTokenNamespace
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
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
)
-
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
}
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