Class: Google::Cloud::Chronicle::V1::GetRetrohuntRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::GetRetrohuntRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/rule.rb
Overview
Request message for GetRetrohunt method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the retrohunt to retrieve.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}.
430 431 432 433 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 430 class GetRetrohuntRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |