Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ListDataAgentsResponse.
Message for response to listing DataAgents.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ListDataAgentsResponse
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_agents |
array<DataAgent>
The list of DataAgent. |
↳ next_page_token |
string
The next page token or empty if none. |
↳ unreachable |
array
Unordered list. Locations that could not be reached. |
getDataAgents
The list of DataAgent.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataAgents
The list of DataAgent.
Parameter | |
---|---|
Name | Description |
var |
array<DataAgent>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The next page token or empty if none.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The next page token or empty if none.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Unordered list. Locations that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Unordered list. Locations that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |