Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::StateFamilyConfig.
State family configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#is_read
def is_read() -> ::Boolean
Returns
- (::Boolean) — If true, this family corresponds to a read operation.
#is_read=
def is_read=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, this family corresponds to a read operation.
Returns
- (::Boolean) — If true, this family corresponds to a read operation.
#state_family
def state_family() -> ::String
Returns
- (::String) — The state family value.
#state_family=
def state_family=(value) -> ::String
Parameter
- value (::String) — The state family value.
Returns
- (::String) — The state family value.