Class: Google::Cloud::Dataflow::V1beta3::FailedLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::FailedLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Indicates which regional endpoint failed to respond to a request for data.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the regional endpoint that failed to respond.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the regional endpoint that failed to respond.
733 734 735 736 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 733 class FailedLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |