Chronicle V1 API - Class Google::Cloud::Chronicle::V1::VerifyRuleTextRequest (v0.8.0)

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

Request message for VerifyRuleText method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::String
Returns
  • (::String) — Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: projects/{project}/locations/{location}/instances/{instance}

#rule_text

def rule_text() -> ::String
Returns
  • (::String) — Required. The rule text to verify as a UTF-8 string.

#rule_text=

def rule_text=(value) -> ::String
Parameter
  • value (::String) — Required. The rule text to verify as a UTF-8 string.
Returns
  • (::String) — Required. The rule text to verify as a UTF-8 string.