Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::KeyRangeDataDiskAssignment.
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.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#data_disk
def data_disk() -> ::String Returns 
 - (::String) — The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".
 
#data_disk=
def data_disk=(value) -> ::String Parameter 
 - value (::String) — The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".
 
 Returns 
 - (::String) — The name of the data disk where data for this range is stored. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".
 
#end
def end() -> ::String Returns 
 - (::String) — The end (exclusive) of the key range.
 
#end=
def end=(value) -> ::String Parameter 
 - value (::String) — The end (exclusive) of the key range.
 
 Returns 
 - (::String) — The end (exclusive) of the key range.
 
#start
def start() -> ::String Returns 
 - (::String) — The start (inclusive) of the key range.
 
#start=
def start=(value) -> ::String Parameter 
 - value (::String) — The start (inclusive) of the key range.
 
 Returns 
 - (::String) — The start (inclusive) of the key range.