Class: Google::Cloud::Dataflow::V1beta3::StateFamilyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::StateFamilyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/streaming.rb
Overview
State family configuration.
Instance Attribute Summary collapse
-
#is_read ⇒ ::Boolean
If true, this family corresponds to a read operation.
-
#state_family ⇒ ::String
The state family value.
Instance Attribute Details
#is_read ⇒ ::Boolean
Returns If true, this family corresponds to a read operation.
147 148 149 150 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 147 class StateFamilyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_family ⇒ ::String
Returns The state family value.
147 148 149 150 |
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 147 class StateFamilyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |