Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::VerifyReferenceListResponse.
VerifyListResponse response message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#errors
def errors() -> ::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>) — Line-level errors causing the list to be invalid.
#errors=
def errors=(value) -> ::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>) — Line-level errors causing the list to be invalid.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>) — Line-level errors causing the list to be invalid.
#success
def success() -> ::Boolean
Returns
- (::Boolean) — Validity of list - true if no errors found.
#success=
def success=(value) -> ::Boolean
Parameter
- value (::Boolean) — Validity of list - true if no errors found.
Returns
- (::Boolean) — Validity of list - true if no errors found.