The filter expression that filters the valued resources in the response.
Supported fields:
resource_value supports =
resource_type supports =
#filter=
deffilter=(value)->::String
Parameter
value (::String) —
The filter expression that filters the valued resources in the response.
Supported fields:
resource_value supports =
resource_type supports =
Returns
(::String) —
The filter expression that filters the valued resources in the response.
Supported fields:
resource_value supports =
resource_type supports =
#order_by
deforder_by()->::String
Returns
(::String) — Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
Values should be a comma separated list of fields. For example:
exposed_score,resource_value.
The default sorting order is descending. To specify ascending or descending
order for a field, append a " ASC" or a " DESC" suffix, respectively; for
example: exposed_score DESC.
#order_by=
deforder_by=(value)->::String
Parameter
value (::String) — Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
Values should be a comma separated list of fields. For example:
exposed_score,resource_value.
The default sorting order is descending. To specify ascending or descending
order for a field, append a " ASC" or a " DESC" suffix, respectively; for
example: exposed_score DESC.
Returns
(::String) — Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
Values should be a comma separated list of fields. For example:
exposed_score,resource_value.
The default sorting order is descending. To specify ascending or descending
order for a field, append a " ASC" or a " DESC" suffix, respectively; for
example: exposed_score DESC.
#page_size
defpage_size()->::Integer
Returns
(::Integer) — The maximum number of results to return in a single response. Default is
10, minimum is 1, maximum is 1000.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — The maximum number of results to return in a single response. Default is
10, minimum is 1, maximum is 1000.
Returns
(::Integer) — The maximum number of results to return in a single response. Default is
10, minimum is 1, maximum is 1000.
#page_token
defpage_token()->::String
Returns
(::String) — The value returned by the last ListValuedResourcesResponse; indicates
that this is a continuation of a prior ListValuedResources call, and
that the system should return the next page of data.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — The value returned by the last ListValuedResourcesResponse; indicates
that this is a continuation of a prior ListValuedResources call, and
that the system should return the next page of data.
Returns
(::String) — The value returned by the last ListValuedResourcesResponse; indicates
that this is a continuation of a prior ListValuedResources call, and
that the system should return the next page of data.
#parent
defparent()->::String
Returns
(::String) — Required. Name of parent to list exposed resources.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Security Command Center V2 API - Class Google::Cloud::SecurityCenter::V2::ListValuedResourcesRequest (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-security_center-v2/latest/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [1.2.0](/ruby/docs/reference/google-cloud-security_center-v2/1.2.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [1.1.1](/ruby/docs/reference/google-cloud-security_center-v2/1.1.1/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [1.0.0](/ruby/docs/reference/google-cloud-security_center-v2/1.0.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-security_center-v2/0.6.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-security_center-v2/0.5.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [0.4.1](/ruby/docs/reference/google-cloud-security_center-v2/0.4.1/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [0.3.0](/ruby/docs/reference/google-cloud-security_center-v2/0.3.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [0.2.0](/ruby/docs/reference/google-cloud-security_center-v2/0.2.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest)\n- [0.1.0](/ruby/docs/reference/google-cloud-security_center-v2/0.1.0/Google-Cloud-SecurityCenter-V2-ListValuedResourcesRequest) \nReference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::ListValuedResourcesRequest.\n\nRequest message for listing the valued resources for a given simulation. \n\nInherits\n--------\n\n- [Object](./Google-Cloud-SecurityCenter-V2-Kubernetes-Object) \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #filter\n\n def filter() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The filter expression that filters the valued resources in the response.\n Supported fields:\n\n - `resource_value` supports =\n - `resource_type` supports =\n\n### #filter=\n\n def filter=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) ---\n\n The filter expression that filters the valued resources in the response.\n Supported fields:\n - `resource_value` supports =\n- `resource_type` supports = \n**Returns**\n\n- (::String) --- The filter expression that filters the valued resources in the response.\n Supported fields:\n\n - `resource_value` supports =\n - `resource_type` supports =\n\n### #order_by\n\n def order_by() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. The fields by which to order the valued resources response.\n\n Supported fields:\n - `exposed_score`\n\n - `resource_value`\n\n - `resource_type`\n\n Values should be a comma separated list of fields. For example:\n `exposed_score,resource_value`.\n\n The default sorting order is descending. To specify ascending or descending\n order for a field, append a \" ASC\" or a \" DESC\" suffix, respectively; for\n example: `exposed_score DESC`.\n\n### #order_by=\n\n def order_by=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. The fields by which to order the valued resources response.\n\n\n Supported fields:\n - `exposed_score`\n\n - `resource_value`\n\n - `resource_type`\n\n Values should be a comma separated list of fields. For example:\n `exposed_score,resource_value`.\n\n The default sorting order is descending. To specify ascending or descending\n order for a field, append a \" ASC\" or a \" DESC\" suffix, respectively; for\nexample: `exposed_score DESC`. \n**Returns**\n\n- (::String) --- Optional. The fields by which to order the valued resources response.\n\n Supported fields:\n - `exposed_score`\n\n - `resource_value`\n\n - `resource_type`\n\n Values should be a comma separated list of fields. For example:\n `exposed_score,resource_value`.\n\n The default sorting order is descending. To specify ascending or descending\n order for a field, append a \" ASC\" or a \" DESC\" suffix, respectively; for\n example: `exposed_score DESC`.\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. \n**Returns**\n\n- (::Integer) --- The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The value returned by the last `ListValuedResourcesResponse`; indicates that this is a continuation of a prior `ListValuedResources` call, and that the system should return the next page of data.\n\n### #page_token=\n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The value returned by the last `ListValuedResourcesResponse`; indicates that this is a continuation of a prior `ListValuedResources` call, and that the system should return the next page of data. \n**Returns**\n\n- (::String) --- The value returned by the last `ListValuedResourcesResponse`; indicates that this is a continuation of a prior `ListValuedResources` call, and that the system should return the next page of data.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. Name of parent to list exposed resources.\n\n Valid formats:\n `organizations/{organization}`,\n `organizations/{organization}/simulations/{simulation}`\n `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. Name of parent to list exposed resources.\n\n\n Valid formats:\n `organizations/{organization}`,\n `organizations/{organization}/simulations/{simulation}`\n`organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}` \n**Returns**\n\n- (::String) --- Required. Name of parent to list exposed resources.\n\n Valid formats:\n `organizations/{organization}`,\n `organizations/{organization}/simulations/{simulation}`\n `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`"]]