Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::ListValuedResourcesResponse.
Response message for listing the valued resources for a given simulation.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The estimated total number of results matching the query.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The estimated total number of results matching the query.
Returns
- (::Integer) — The estimated total number of results matching the query.
#valued_resources
def valued_resources() -> ::Array<::Google::Cloud::SecurityCenter::V2::ValuedResource>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::ValuedResource>) — The valued resources that the attack path simulation identified.
#valued_resources=
def valued_resources=(value) -> ::Array<::Google::Cloud::SecurityCenter::V2::ValuedResource>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V2::ValuedResource>) — The valued resources that the attack path simulation identified.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V2::ValuedResource>) — The valued resources that the attack path simulation identified.