Class: Google::Cloud::Chronicle::V1::CreateRetrohuntRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/rule.rb

Overview

Request message for CreateRetrohunt method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent of retrohunt, which is a rule. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}.

Returns:

  • (::String)

    Required. The parent of retrohunt, which is a rule. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}



419
420
421
422
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 419

class CreateRetrohuntRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#retrohunt::Google::Cloud::Chronicle::V1::Retrohunt

Returns Required. The retrohunt to create.

Returns:



419
420
421
422
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 419

class CreateRetrohuntRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end