Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListValuedResourcesRequest.
Request message for listing the valued resources for a given simulation.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) —
The filter expression that filters the valued resources in the response. Supported fields:
resource_value
supports =resource_type
supports =
#filter=
def filter=(value) -> ::String
-
value (::String) —
The filter expression that filters the valued resources in the response. Supported fields:
resource_value
supports =resource_type
supports =
-
(::String) —
The filter expression that filters the valued resources in the response. Supported fields:
resource_value
supports =resource_type
supports =
#order_by
def order_by() -> ::String
-
(::String) — Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
resource
display_name
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 aDESC
suffix, respectively; for example:exposed_score DESC
.
#order_by=
def order_by=(value) -> ::String
-
value (::String) — Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
resource
display_name
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 aDESC
suffix, respectively; for example:exposed_score DESC
.
-
(::String) — Optional. The fields by which to order the valued resources response.
Supported fields:
exposed_score
resource_value
resource_type
resource
display_name
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 aDESC
suffix, respectively; for example:exposed_score DESC
.
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
- (::Integer) — The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
#page_token
def page_token() -> ::String
-
(::String) — The value returned by the last
ListValuedResourcesResponse
; indicates that this is a continuation of a priorListValuedResources
call, and that the system should return the next page of data.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — The value returned by the last
ListValuedResourcesResponse
; indicates that this is a continuation of a priorListValuedResources
call, and that the system should return the next page of data.
-
(::String) — The value returned by the last
ListValuedResourcesResponse
; indicates that this is a continuation of a priorListValuedResources
call, and that the system should return the next page of data.
#parent
def parent() -> ::String
-
(::String) — Required. Name of parent to list valued resources.
Valid formats:
organizations/{organization}
,organizations/{organization}/simulations/{simulation}
organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Name of parent to list valued resources.
Valid formats:
organizations/{organization}
,organizations/{organization}/simulations/{simulation}
organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}
-
(::String) — Required. Name of parent to list valued resources.
Valid formats:
organizations/{organization}
,organizations/{organization}/simulations/{simulation}
organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}