Reference documentation and code samples for the Google Cloud Config V1 Client class ListResourcesResponse.
A response to a 'ListResources' call. Contains a list of Resources.
Generated from protobuf message google.cloud.config.v1.ListResourcesResponse
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ resources
↳ next_page_token
string
A token to request the next page of resources from the 'ListResources' method. The value of an empty string means that there are no more resources to return.
↳ unreachable
array
Locations that could not be reached.
getResources
List of Resources s.
setResources
List of Resources s.
$this
getNextPageToken
A token to request the next page of resources from the 'ListResources' method. The value of an empty string means that there are no more resources to return.
string
setNextPageToken
A token to request the next page of resources from the 'ListResources' method. The value of an empty string means that there are no more resources to return.
var
string
$this
getUnreachable
Locations that could not be reached.
setUnreachable
Locations that could not be reached.
var
string[]
$this