Class: Google::Cloud::DataLabeling::V1beta1::ListDataItemsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Request message for ListDataItems.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filter is not supported at this moment.

Returns:

  • (::String)

    Optional. Filter is not supported at this moment.



166
167
168
169
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 166

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

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer results than requested. Default value is 100.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer results than requested. Default value is 100.



166
167
168
169
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 166

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

#page_token::String

Optional. A token identifying a page of results for the server to return. Typically obtained by ListDataItemsResponse.next_page_token of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.

Returns:

  • (::String)

    Optional. A token identifying a page of results for the server to return. Typically obtained by ListDataItemsResponse.next_page_token of the previous [DataLabelingService.ListDataItems] call. Return first page if empty.



166
167
168
169
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 166

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

#parent::String

Returns Required. Name of the dataset to list data items, format: projects/{project_id}/datasets/{dataset_id}.

Returns:

  • (::String)

    Required. Name of the dataset to list data items, format: projects/{project_id}/datasets/{dataset_id}



166
167
168
169
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 166

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