Struct google_firebase1_beta1::api::AddFirebaseRequest [−][src]
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
location_id: Option<String>Deprecated. Instead, to set a Project’s default GCP resource location, call FinalizeDefaultLocation 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.
region_code: Option<String>Deprecated. Instead, to link a Project with a Google Analytics account, call AddGoogleAnalytics after you add Firebase resources to the GCP Project. The region code (CLDR) that the account will use for Google Analytics data For example: US, GB, or DE In Java, use com.google.i18n.identifiers.RegionCode.
time_zone: Option<String>Deprecated. Instead, to link a Project with a Google Analytics account, call AddGoogleAnalytics after you add Firebase resources to the GCP Project. The time zone that the account will use for Google Analytics data. For example: America/Los_Angeles or Africa/Abidjan
Trait Implementations
impl Clone for AddFirebaseRequest[src]
fn clone(&self) -> AddFirebaseRequest[src]
pub 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,
pub 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> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,