AssetGroupListingGroupFilter
Stay organized with collections
Save and categorize content based on your preferences.
AssetGroupListingGroupFilter represents a listing group filter tree node in an asset group.
Fields |
resource_name
|
string
Immutable. The resource name of the asset group listing group filter. Asset group listing group filter resource name have the form: customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}
|
asset_group
|
string
Immutable. The asset group which this asset group listing group filter is part of.
|
id
|
int64
Output only. The ID of the ListingGroupFilter.
|
type
|
ListingGroupFilterType
Immutable. Type of a listing group filter node.
|
listing_source
|
ListingGroupFilterListingSource
Immutable. The source of listings filtered by this listing group filter.
|
case_value
|
ListingGroupFilterDimension
Dimension value with which this listing group is refining its parent. Undefined for the root group.
|
parent_listing_group_filter
|
string
Immutable. Resource name of the parent listing group subdivision. Null for the root listing group filter node.
|
path
|
ListingGroupFilterDimensionPath
Output only. The path of dimensions defining this listing group filter.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["AssetGroupListingGroupFilter defines a hierarchical structure for filtering listings within an asset group."],["Each filter node is identified by a unique resource name and associated with a specific asset group."],["Filters can refine listings based on their source, type, and dimensional values, creating a tree-like structure with parent-child relationships."],["Key properties include `resource_name`, `asset_group`, `id`, `type`, `listing_source`, `case_value`, `parent_listing_group_filter`, and `path`, offering detailed information about the filter node."],["The `path` property provides a comprehensive view of the filter's hierarchical position within the asset group."]]],[]]