Class: Google::Cloud::Dataflow::V1beta3::FailedLocation

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

Instance Attribute Details

#name::String

Returns The name of the regional endpoint that failed to respond.

Returns:



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