Class: Google::Cloud::VisionAI::V1::ViewIndexedAssetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ViewIndexedAssetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Response message for ViewIndexedAssets.
Instance Attribute Summary collapse
-
#indexed_assets ⇒ ::Array<::Google::Cloud::VisionAI::V1::IndexedAsset>
The assets from the specified index.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#indexed_assets ⇒ ::Array<::Google::Cloud::VisionAI::V1::IndexedAsset>
Returns The assets from the specified index.
453 454 455 456 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 453 class ViewIndexedAssetsResponse 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.
453 454 455 456 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 453 class ViewIndexedAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |