Class: Google::Cloud::Datastream::V1::ListStreamObjectsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ListStreamObjectsRequest
- 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
-
#page_size ⇒ ::Integer
Maximum number of objects to return.
-
#page_token ⇒ ::String
Page token received from a previous
ListStreamObjectsRequest
call. -
#parent ⇒ ::String
Required.
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.
480 481 482 483 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 480 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.
480 481 482 483 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 480 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.
480 481 482 483 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 480 class ListStreamObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |