Class: Google::Cloud::Run::V2::ListRevisionsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/revision.rb

Overview

Response message containing a list of Revisions.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token indicating there are more items than page_size. Use it in the next ListRevisions request to continue.

Returns:

  • (::String)

    A token indicating there are more items than page_size. Use it in the next ListRevisions request to continue.



65
66
67
68
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 65

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

#revisions::Array<::Google::Cloud::Run::V2::Revision>

Returns The resulting list of Revisions.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 65

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