Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsRequest.
Request message to list FeaturedContentNativeDashboards.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
Optional. The filter to apply to list the FeaturedContentNativeDashboards.
The filter syntax follows Google Cloud syntax: https://google.aip.dev/160.
Supported fields for filtering:
-
name: The resource name of the featured content. -
content_metadata.description: The description of the featured content.
When a literal value is provided without a field, it will perform a substring search across both
nameandcontent_metadata.description.Examples:
-
"test": Matches featured content where either the name or description contains "test" as a substring. -
name="test": Matches featured content where the name contains "test". -
content_metadata.description="test": Matches featured content where the description contains "test".
-
#filter=
def filter=(value) -> ::String-
value (::String) —
Optional. The filter to apply to list the FeaturedContentNativeDashboards.
The filter syntax follows Google Cloud syntax: https://google.aip.dev/160.
Supported fields for filtering:
-
name: The resource name of the featured content. -
content_metadata.description: The description of the featured content.
When a literal value is provided without a field, it will perform a substring search across both
nameandcontent_metadata.description.Examples:
-
"test": Matches featured content where either the name or description contains "test" as a substring. -
name="test": Matches featured content where the name contains "test". -
content_metadata.description="test": Matches featured content where the description contains "test".
-
-
(::String) —
Optional. The filter to apply to list the FeaturedContentNativeDashboards.
The filter syntax follows Google Cloud syntax: https://google.aip.dev/160.
Supported fields for filtering:
-
name: The resource name of the featured content. -
content_metadata.description: The description of the featured content.
When a literal value is provided without a field, it will perform a substring search across both
nameandcontent_metadata.description.Examples:
-
"test": Matches featured content where either the name or description contains "test" as a substring. -
name="test": Matches featured content where the name contains "test". -
content_metadata.description="test": Matches featured content where the description contains "test".
-
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. The maximum number of FeaturedContentNativeDashboards to return. The service may return fewer than this value. If unspecified, at most 100 FeaturedContentNativeDashboards will be returned. The maximum value is 100; values above 100 will be coerced to 100.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. The maximum number of FeaturedContentNativeDashboards to return. The service may return fewer than this value. If unspecified, at most 100 FeaturedContentNativeDashboards will be returned. The maximum value is 100; values above 100 will be coerced to 100.
- (::Integer) — Optional. The maximum number of FeaturedContentNativeDashboards to return. The service may return fewer than this value. If unspecified, at most 100 FeaturedContentNativeDashboards will be returned. The maximum value is 100; values above 100 will be coerced to 100.
#page_token
def page_token() -> ::String-
(::String) — Optional. A page token, received from a previous
ListFeaturedContentNativeDashboardscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListFeaturedContentNativeDashboardsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — Optional. A page token, received from a previous
ListFeaturedContentNativeDashboardscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListFeaturedContentNativeDashboardsmust match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous
ListFeaturedContentNativeDashboardscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListFeaturedContentNativeDashboardsmust match the call that provided the page token.
#parent
def parent() -> ::String- (::String) — Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub
#parent=
def parent=(value) -> ::String- value (::String) — Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub
- (::String) — Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub