Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::RetrohuntMetadata.
Operation Metadata for Retrohunts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#execution_interval
def execution_interval() -> ::Google::Type::Interval
Returns
- (::Google::Type::Interval) — The start and end time of the retrohunt execution. If the retrohunt is not yet finished, the end time of the interval will not be filled.
#execution_interval=
def execution_interval=(value) -> ::Google::Type::Interval
Parameter
- value (::Google::Type::Interval) — The start and end time of the retrohunt execution. If the retrohunt is not yet finished, the end time of the interval will not be filled.
Returns
- (::Google::Type::Interval) — The start and end time of the retrohunt execution. If the retrohunt is not yet finished, the end time of the interval will not be filled.
#progress_percentage
def progress_percentage() -> ::Float
Returns
- (::Float) — Percent progress of the retrohunt towards completion, from 0.00 to 100.00.
#progress_percentage=
def progress_percentage=(value) -> ::Float
Parameter
- value (::Float) — Percent progress of the retrohunt towards completion, from 0.00 to 100.00.
Returns
- (::Float) — Percent progress of the retrohunt towards completion, from 0.00 to 100.00.
#retrohunt
def retrohunt() -> ::String
Returns
-
(::String) — The name of the retrohunt.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}
#retrohunt=
def retrohunt=(value) -> ::String
Parameter
-
value (::String) — The name of the retrohunt.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}
Returns
-
(::String) — The name of the retrohunt.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}