Struct gapi_grpc::google::analytics::admin::v1alpha::UpdateAndroidAppDataStreamRequest[][src]

pub struct UpdateAndroidAppDataStreamRequest {
    pub android_app_data_stream: Option<AndroidAppDataStream>,
    pub update_mask: Option<FieldMask>,
}

Request message for UpdateAndroidAppDataStream RPC.

Fields

android_app_data_stream: Option<AndroidAppDataStream>

Required. The android app stream to update. The name field is used to identify the android app stream to be updated.

update_mask: Option<FieldMask>

Required. The list of fields to be updated. Field names must be in snake case (e.g., “field_to_update”). Omitted fields will not be updated. To replace the entire entity, use one path with the string “*” to match all fields.

Trait Implementations

impl Clone for UpdateAndroidAppDataStreamRequest[src]

impl Debug for UpdateAndroidAppDataStreamRequest[src]

impl Default for UpdateAndroidAppDataStreamRequest[src]

impl Message for UpdateAndroidAppDataStreamRequest[src]

impl PartialEq<UpdateAndroidAppDataStreamRequest> for UpdateAndroidAppDataStreamRequest[src]

impl StructuralPartialEq for UpdateAndroidAppDataStreamRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateAndroidAppDataStreamRequest

impl Send for UpdateAndroidAppDataStreamRequest

impl Sync for UpdateAndroidAppDataStreamRequest

impl Unpin for UpdateAndroidAppDataStreamRequest

impl UnwindSafe for UpdateAndroidAppDataStreamRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]