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
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
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
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 |