Class: Google::Cloud::GeminiDataAnalytics::V1beta::ListDataAgentsRequest

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 requesting list of DataAgents.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filtering results. See AIP-160 for syntax.

Returns:

  • (::String)

    Optional. Filtering results. See AIP-160 for syntax.



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 51

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

#order_by::String

Returns Optional. User specification for how to order the results.

Returns:

  • (::String)

    Optional. User specification for how to order the results.



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 51

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

#page_size::Integer

Returns Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 51

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

#page_token::String

Returns Optional. A page token, received from a previous ListDataAgents call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDataAgents must match the call that provided the page token. The service may return fewer than this value.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListDataAgents call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListDataAgents must match the call that provided the page token. The service may return fewer than this value.



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 51

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

#parent::String

Returns Required. Parent value for ListDataAgentsRequest.

Returns:

  • (::String)

    Required. Parent value for ListDataAgentsRequest.



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 51

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

#show_deleted::Boolean

Returns Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.

Returns:

  • (::Boolean)

    Optional. If true, the list results will include soft-deleted DataAgents. Defaults to false.



51
52
53
54
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_agent_service.rb', line 51

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