Class: Google::Cloud::Dataflow::V1beta3::StateFamilyConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#is_read::Boolean

Returns If true, this family corresponds to a read operation.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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