Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::ListSourcesResponse.
Response message for listing sources.
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.
#sources
def sources() -> ::Array<::Google::Cloud::SecurityCenter::V1::Source>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::Source>) — Sources belonging to the requested parent.
#sources=
def sources=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Source>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::Source>) — Sources belonging to the requested parent.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::Source>) — Sources belonging to the requested parent.