Class: Google::Cloud::Dataflow::V1beta3::KeyRangeLocation

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

Overview

Location 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



199
200
201
202
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 199

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

#delivery_endpoint::String



199
200
201
202
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 199

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

#deprecated_persistent_directory::String



199
200
201
202
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 199

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

#end::String



199
200
201
202
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 199

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

#start::String



199
200
201
202
# File 'proto_docs/google/dataflow/v1beta3/streaming.rb', line 199

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