[−][src]Struct google_firebase1_beta1::AddFirebaseRequest
All fields are required.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- add firebase projects (request)
Fields
region_code: Option<String>Deprecated. Instead, to link your Project with a Google Analytics account,
call AddGoogleAnalytics
after you add Firebase resources to your Project.
The region code (CLDR) that the account will use for Firebase Analytics
data.
For example: US, GB, or DE
In Java, use com.google.i18n.identifiers.RegionCode.
location_id: Option<String>Deprecated. Instead, to set your project's default GCP resource location,
call FinalizeDefaultLocation
after you add Firebase resources to your project.
The ID of the project's default GCP resource location. The location
must be one of the available
GCP resource
locations.
time_zone: Option<String>Deprecated. Instead, to link your Project with a Google Analytics account,
call AddGoogleAnalytics
after you add Firebase resources to your Project.
The time zone that the account will use for Firebase Analytics data.
For example: America/Los_Angeles or Africa/Abidjan
Trait Implementations
impl Clone for AddFirebaseRequest[src]
fn clone(&self) -> AddFirebaseRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AddFirebaseRequest[src]
impl Default for AddFirebaseRequest[src]
fn default() -> AddFirebaseRequest[src]
impl<'de> Deserialize<'de> for AddFirebaseRequest[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for AddFirebaseRequest[src]
impl Serialize for AddFirebaseRequest[src]
Auto Trait Implementations
impl RefUnwindSafe for AddFirebaseRequest
impl Send for AddFirebaseRequest
impl Sync for AddFirebaseRequest
impl Unpin for AddFirebaseRequest
impl UnwindSafe for AddFirebaseRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,