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
ListStreamObjectsRequestcall. -
#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.
547 548 549 550 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 547 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.
547 548 549 550 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 547 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.
547 548 549 550 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 547 class ListStreamObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |