Class: Google::Cloud::Datastream::V1::ListStreamObjectsResponse

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

Overview

Response containing the objects for a stream.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page.



492
493
494
495
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 492

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

#stream_objects::Array<::Google::Cloud::Datastream::V1::StreamObject>

Returns List of stream objects.

Returns:



492
493
494
495
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 492

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