Reference documentation and code samples for the Google Cloud Database Center V1beta Client class QueryIssuesResponse.
QueryIssuesResponse is the response containing a list of issues.
Generated from protobuf message google.cloud.databasecenter.v1beta.QueryIssuesResponse
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ resource_issues
↳ next_page_token
string
A token that can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
↳ unreachable
string[]
Unordered list. List of unreachable regions from where data could not be retrieved.
getResourceIssues
List of issues and resource details.
setResourceIssues
List of issues and resource details.
$this
getNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string
setNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
var
string
$this
getUnreachable
Unordered list. List of unreachable regions from where data could not be retrieved.
setUnreachable
Unordered list. List of unreachable regions from where data could not be retrieved.
var
string[]
$this

