Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateRuleRequest (v0.1.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateRuleRequest.

Request message for CreateRule method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource where this rule will be created. Format: projects/{project}/locations/{location}/instances/{instance}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this rule will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The parent resource where this rule will be created. Format: projects/{project}/locations/{location}/instances/{instance}

#rule

def rule() -> ::Google::Cloud::Chronicle::V1::Rule
Returns

#rule=

def rule=(value) -> ::Google::Cloud::Chronicle::V1::Rule
Parameter
Returns