Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CustomModuleValidationError (v1.1.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CustomModuleValidationError.

An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — A description of the error, suitable for human consumption. Required.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — A description of the error, suitable for human consumption. Required.
Returns
  • (::String) — A description of the error, suitable for human consumption. Required.

#end

def end() -> ::Google::Cloud::SecurityCenter::V1::Position
Returns

#end=

def end=(value) -> ::Google::Cloud::SecurityCenter::V1::Position
Parameter
  • value (::Google::Cloud::SecurityCenter::V1::Position) — The end position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed..
Returns

#field_path

def field_path() -> ::String
Returns
  • (::String) — The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.

#field_path=

def field_path=(value) -> ::String
Parameter
  • value (::String) — The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.
Returns
  • (::String) — The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.

#start

def start() -> ::Google::Cloud::SecurityCenter::V1::Position
Returns

#start=

def start=(value) -> ::Google::Cloud::SecurityCenter::V1::Position
Parameter
  • value (::Google::Cloud::SecurityCenter::V1::Position) — The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one could not be computed.
Returns