Class: Google::Cloud::VisionAI::V1::ListDraftsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ListDraftsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message for response to listing Drafts.
Instance Attribute Summary collapse
-
#drafts ⇒ ::Array<::Google::Cloud::VisionAI::V1::Draft>
The list of Draft.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#drafts ⇒ ::Array<::Google::Cloud::VisionAI::V1::Draft>
Returns The list of Draft.
514 515 516 517 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 514 class ListDraftsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
514 515 516 517 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 514 class ListDraftsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
514 515 516 517 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 514 class ListDraftsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |