Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListAccessibleDataAgentsResponse.
Message for response to listing accessible DataAgents.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_agents
def data_agents() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgent>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgent>) — The list of accessible DataAgent.
#data_agents=
def data_agents=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgent>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgent>) — The list of accessible DataAgent.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgent>) — The list of accessible DataAgent.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The next page token or empty if none.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The next page token or empty if none.
Returns
- (::String) — The next page token or empty if none.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unordered list. Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unordered list. Locations that could not be reached.
Returns
- (::Array<::String>) — Unordered list. Locations that could not be reached.