Class: Google::Cloud::VisionAI::V1::ViewCollectionItemsResponse

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

Overview

Response message for ViewCollectionItems.

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array<::Google::Cloud::VisionAI::V1::CollectionItem>

Returns The items from the specified collection.

Returns:



693
694
695
696
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 693

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

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



693
694
695
696
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 693

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