Struct gapi_grpc::google::analytics::admin::v1alpha::UpdatePropertyRequest [−][src]
Request message for UpdateProperty RPC.
Fields
property: Option<Property>
Required. The property to update.
The property’s name
field is used to identify the property 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 UpdatePropertyRequest
[src][+]
impl Debug for UpdatePropertyRequest
[src][+]
impl Default for UpdatePropertyRequest
[src][+]
impl Message for UpdatePropertyRequest
[src][+]
impl PartialEq<UpdatePropertyRequest> for UpdatePropertyRequest
[src][+]
impl StructuralPartialEq for UpdatePropertyRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for UpdatePropertyRequest
impl Send for UpdatePropertyRequest
impl Sync for UpdatePropertyRequest
impl Unpin for UpdatePropertyRequest
impl UnwindSafe for UpdatePropertyRequest
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,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,