class Google::Apis::FirebaseV1beta1::AddFirebaseRequest

All fields are required.

Attributes

location_id[RW]

Deprecated. Instead, to set a Project's default GCP resource location, call [` FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase resources to the GCP `Project`. The ID of the Project's default GCP resource location. The location must be one of the available [GCP resource locations](firebase.google.com/docs/projects/locations). Corresponds to the JSON property `locationId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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