Class: Google::Cloud::VisionAI::V1::ViewCollectionItemsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ViewCollectionItemsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Request message for ViewCollectionItems.
Instance Attribute Summary collapse
-
#collection ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of collections to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ViewCollectionItemsRequest
call.
Instance Attribute Details
#collection ⇒ ::String
Returns Required. The collection to view. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/collections/{collection}
.
680 681 682 683 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 680 class ViewCollectionItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of collections to return. The service may return fewer than this value. If unspecified, at most 50 collections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
680 681 682 683 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 680 class ViewCollectionItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ViewCollectionItemsRequest
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ViewCollectionItemsRequest
must match the call that provided the page
token.
680 681 682 683 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 680 class ViewCollectionItemsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |