Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::Run.
A lineage run represents an execution of a process that creates lineage events.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the run. Should only be used for the purpose of
non-semantic management (classifying, describing or labeling the run).
Up to 100 attributes are allowed.
#attributes=
def attributes=(value) -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Parameter
-
value (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the run. Should only be used for the purpose of
non-semantic management (classifying, describing or labeling the run).
Up to 100 attributes are allowed.
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the run. Should only be used for the purpose of
non-semantic management (classifying, describing or labeling the run).
Up to 100 attributes are allowed.
#display_name
def display_name() -> ::String
Returns
-
(::String) — Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like
_-:&.
#display_name=
def display_name=(value) -> ::String
Parameter
-
value (::String) — Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like
_-:&.
Returns
-
(::String) — Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 1024 characters and only contain UTF-8 letters
or numbers, spaces or characters like
_-:&.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The timestamp of the end of the run.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The timestamp of the end of the run.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The timestamp of the end of the run.
#name
def name() -> ::String
Returns
-
(::String) — Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
Returns
-
(::String) — Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. The timestamp of the start of the run.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. The timestamp of the start of the run.
Returns
- (::Google::Protobuf::Timestamp) — Required. The timestamp of the start of the run.
#state
def state() -> ::Google::Cloud::DataCatalog::Lineage::V1::Run::State
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::Run::State) — Required. The state of the run.
#state=
def state=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Run::State
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::Run::State) — Required. The state of the run.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::Run::State) — Required. The state of the run.