Class: Google::Cloud::Datastream::V1alpha1::FetchErrorsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#errors::Array<::Google::Cloud::Datastream::V1alpha1::Error>

Returns The list of errors on the Stream.

Returns:



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