Class: Google::Cloud::Dataflow::V1beta3::KeyRangeDataDiskAssignment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/streaming.rb

Overview

Data disk assignment information for a specific key-range of a sharded computation. Currently we only support UTF-8 character splits to simplify encoding into JSON.

Instance Attribute Summary collapse

Instance Attribute Details

#data_disk::String



249
250
251
252
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 249

class KeyRangeDataDiskAssignment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end::String



249
250
251
252
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 249

class KeyRangeDataDiskAssignment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start::String



249
250
251
252
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 249

class KeyRangeDataDiskAssignment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end