Class: Google::Cloud::Datastream::V1::ListStreamObjectsRequest

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

Overview

Request for listing all objects for a specific stream.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of objects to return. Default is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    Maximum number of objects to return. Default is 50. The maximum value is 1000; values above 1000 will be coerced to 1000.



503
504
505
506
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 503

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

#page_token::String

Returns Page token received from a previous ListStreamObjectsRequest call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListStreamObjectsRequest must match the call that provided the page token.

Returns:

  • (::String)

    Page token received from a previous ListStreamObjectsRequest call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListStreamObjectsRequest must match the call that provided the page token.



503
504
505
506
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 503

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

#parent::String

Returns Required. The parent stream that owns the collection of objects.

Returns:

  • (::String)

    Required. The parent stream that owns the collection of objects.



503
504
505
506
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 503

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