Class: Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebase_v1beta1/classes.rb,
lib/google/apis/firebase_v1beta1/representations.rb,
lib/google/apis/firebase_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#location_id ⇒ String
DEPRECATED The ID of the Project's "location for default Google Cloud resources", which are resources associated with Google App Engine.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FinalizeDefaultLocationRequest
constructor
A new instance of FinalizeDefaultLocationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FinalizeDefaultLocationRequest
Returns a new instance of FinalizeDefaultLocationRequest.
457 458 459 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 457 def initialize(**args) update!(**args) end |
Instance Attribute Details
#location_id ⇒ String
DEPRECATED The ID of the Project's "location for default Google Cloud
resources", which are resources associated with Google App Engine. The location
must be one of the available Google App Engine locations.
Corresponds to the JSON property locationId
455 456 457 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 455 def location_id @location_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
462 463 464 |
# File 'lib/google/apis/firebase_v1beta1/classes.rb', line 462 def update!(**args) @location_id = args[:location_id] if args.key?(:location_id) end |