Class: Google::Cloud::Datastream::V1alpha1::FetchErrorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::FetchErrorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream.rb
Overview
Request message for 'FetchErrors' request.
Instance Attribute Summary collapse
-
#stream ⇒ ::String
Name of the Stream resource for which to fetch any errors.
Instance Attribute Details
#stream ⇒ ::String
Returns Name of the Stream resource for which to fetch any errors.
98 99 100 101 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 98 class FetchErrorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |