Google Cloud Gemini Data Analytics V1beta Client - Class ListAccessibleDataAgentsResponse (0.1.1)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class ListAccessibleDataAgentsResponse.

Message for response to listing accessible DataAgents.

Generated from protobuf message google.cloud.geminidataanalytics.v1beta.ListAccessibleDataAgentsResponse

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_agents array<DataAgent>

The list of accessible 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 accessible DataAgent.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDataAgents

The list of accessible 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