Class: Google::Cloud::Datastream::V1alpha1::FetchErrorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::FetchErrorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream.rb
Overview
Response message for a 'FetchErrors' response.
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::Error>
The list of errors on the Stream.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Datastream::V1alpha1::Error>
Returns The list of errors on the Stream.
107 108 109 110 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 107 class FetchErrorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |