Class: Google::Apis::StreetviewpublishV1::InsufficientGpsFailureDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/streetviewpublish_v1/classes.rb,
lib/google/apis/streetviewpublish_v1/representations.rb,
lib/google/apis/streetviewpublish_v1/representations.rb

Overview

Details related to ProcessingFailureReason#INSUFFICIENT_GPS.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InsufficientGpsFailureDetails

Returns a new instance of InsufficientGpsFailureDetails.



254
255
256
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 254

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gps_points_foundFixnum

The number of GPS points that were found in the video. Corresponds to the JSON property gpsPointsFound

Returns:

  • (Fixnum)


252
253
254
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 252

def gps_points_found
  @gps_points_found
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



259
260
261
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 259

def update!(**args)
  @gps_points_found = args[:gps_points_found] if args.key?(:gps_points_found)
end