Class: Google::Apis::StreetviewpublishV1::InsufficientGpsFailureDetails
- Inherits:
-
Object
- Object
- Google::Apis::StreetviewpublishV1::InsufficientGpsFailureDetails
- 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
-
#gps_points_found ⇒ Fixnum
The number of GPS points that were found in the video.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InsufficientGpsFailureDetails
constructor
A new instance of InsufficientGpsFailureDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_found ⇒ Fixnum
The number of GPS points that were found in the video.
Corresponds to the JSON property gpsPointsFound
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 |