Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::ScannedData::IncrementalField.
A data range denoted by a pair of start/end values of a field.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end
def end() -> ::String
Returns
- (::String) — Value that marks the end of the range
#end=
def end=(value) -> ::String
Parameter
- value (::String) — Value that marks the end of the range
Returns
- (::String) — Value that marks the end of the range
#field
def field() -> ::String
Returns
- (::String) — The field that contains values which monotonically increases over time (e.g. timestamp).
#field=
def field=(value) -> ::String
Parameter
- value (::String) — The field that contains values which monotonically increases over time (e.g. timestamp).
Returns
- (::String) — The field that contains values which monotonically increases over time (e.g. timestamp).
#start
def start() -> ::String
Returns
- (::String) — Value that marks the start of the range
#start=
def start=(value) -> ::String
Parameter
- value (::String) — Value that marks the start of the range
Returns
- (::String) — Value that marks the start of the range