Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::VerifyRuleTextResponse.
Response message for VerifyRuleText method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#compilation_diagnostics
def compilation_diagnostics() -> ::Array<::Google::Cloud::Chronicle::V1::CompilationDiagnostic>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::CompilationDiagnostic>) — A list of a rule's corresponding compilation diagnostic messages such as compilation errors and compilation warnings.
#compilation_diagnostics=
def compilation_diagnostics=(value) -> ::Array<::Google::Cloud::Chronicle::V1::CompilationDiagnostic>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::CompilationDiagnostic>) — A list of a rule's corresponding compilation diagnostic messages such as compilation errors and compilation warnings.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::CompilationDiagnostic>) — A list of a rule's corresponding compilation diagnostic messages such as compilation errors and compilation warnings.
#success
def success() -> ::Boolean
Returns
- (::Boolean) — Whether or not the rule text was successfully verified.
#success=
def success=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether or not the rule text was successfully verified.
Returns
- (::Boolean) — Whether or not the rule text was successfully verified.