Class: Google::Cloud::AIPlatform::V1::ListSavedQueriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/dataset_service.rb

Overview

Request message for DatasetService.ListSavedQueries.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The standard list filter.

Returns:

  • (::String)

    The standard list filter.



569
570
571
572
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569

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

#order_by::String

Returns A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.

Returns:

  • (::String)

    A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending.



569
570
571
572
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569

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

#page_size::Integer

Returns The standard list page size.

Returns:

  • (::Integer)

    The standard list page size.



569
570
571
572
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569

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

#page_token::String

Returns The standard list page token.

Returns:

  • (::String)

    The standard list page token.



569
570
571
572
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569

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

#parent::String

Returns Required. The resource name of the Dataset to list SavedQueries from. Format: projects/{project}/locations/{location}/datasets/{dataset}.

Returns:

  • (::String)

    Required. The resource name of the Dataset to list SavedQueries from. Format: projects/{project}/locations/{location}/datasets/{dataset}



569
570
571
572
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569

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

#read_mask::Google::Protobuf::FieldMask

Returns Mask specifying which fields to read.

Returns:



569
570
571
572
# File 'proto_docs/google/cloud/aiplatform/v1/dataset_service.rb', line 569

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