Chronicle V1 API - Class Google::Cloud::Chronicle::V1::ListFeaturedContentNativeDashboardsRequest (v0.6.0)

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
Returns
  • (::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 name and content_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
Parameter
  • 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 name and content_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".
Returns
  • (::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 name and content_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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::String) — Optional. A page token, received from a previous ListFeaturedContentNativeDashboards call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListFeaturedContentNativeDashboards must match the call that provided the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListFeaturedContentNativeDashboards call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListFeaturedContentNativeDashboards must match the call that provided the page token.

Returns
  • (::String) — Optional. A page token, received from a previous ListFeaturedContentNativeDashboards call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListFeaturedContentNativeDashboards must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub
Returns
  • (::String) — Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub