Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListSourcesResponse.
Response message for listing sources.
Generated from protobuf message google.cloud.securitycenter.v1.ListSourcesResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ sources
↳ next_page_token
string
Token to retrieve the next page of results, or empty if there are no more results.
getSources
Sources belonging to the requested parent.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.Source sources = 1;
Google\Protobuf\Internal\RepeatedField
setSources
Sources belonging to the requested parent.
Generated from protobuf field repeated .google.cloud.securitycenter.v1.Source sources = 1;
$this
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 2;
var
string
$this