class Google::Apis::DataflowV1b3::FailedLocation

Indicates which [regional endpoint] (cloud.google.com/dataflow/docs/ concepts/regional-endpoints) failed to respond to a request for data.

Attributes

name[RW]

The name of the [regional endpoint] (cloud.google.com/dataflow/docs/ concepts/regional-endpoints) that failed to respond. Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1399
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dataflow_v1b3/classes.rb, line 1404
def update!(**args)
  @name = args[:name] if args.key?(:name)
end