Class: Google::Cloud::Chronicle::V1::VerifyReferenceListResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::VerifyReferenceListResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/reference_list.rb
Overview
VerifyListResponse response message.
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>
Line-level errors causing the list to be invalid.
-
#success ⇒ ::Boolean
Validity of list - true if no errors found.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Chronicle::V1::ReferenceListError>
Returns Line-level errors causing the list to be invalid.
166 167 168 169 |
# File 'proto_docs/google/cloud/chronicle/v1/reference_list.rb', line 166 class VerifyReferenceListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success ⇒ ::Boolean
Returns Validity of list - true if no errors found.
166 167 168 169 |
# File 'proto_docs/google/cloud/chronicle/v1/reference_list.rb', line 166 class VerifyReferenceListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |