Class: Google::Cloud::VisionAI::V1::ListDraftsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#drafts::Array<::Google::Cloud::VisionAI::V1::Draft>

Returns The list of Draft.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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