Class: Google::Cloud::Datastream::V1alpha1::ListStreamsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::ListStreamsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream.rb
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter request.
-
#order_by ⇒ ::String
Order by fields for the result.
-
#page_size ⇒ ::Integer
Maximum number of streams to return.
-
#page_token ⇒ ::String
Page token received from a previous
ListStreamscall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 264 class ListStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 264 class ListStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 264 class ListStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 264 class ListStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
264 265 266 267 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 264 class ListStreamsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |