Class: Google::Cloud::GeminiDataAnalytics::V1beta::ListDataAgentsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb

Overview

Message for response to listing DataAgents.

Instance Attribute Summary collapse

Instance Attribute Details

#data_agents::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataAgent>

Returns The list of DataAgent.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 66

class ListDataAgentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns The next page token or empty if none.

Returns:

  • (::String)

    The next page token or empty if none.



66
67
68
69
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 66

class ListDataAgentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Unordered list. Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Unordered list. Locations that could not be reached.



66
67
68
69
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 66

class ListDataAgentsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end