Struct gapi_grpc::google::analytics::data::v1alpha::GetMetadataRequest[][src]

pub struct GetMetadataRequest {
    pub name: String,
}

Request for a property’s dimension and metric metadata.

Fields

name: String

Required. The resource name of the metadata to retrieve. This name field is specified in the URL path and not URL parameters. Property is a numeric Google Analytics GA4 Property identifier. To learn more, see where to find your Property ID.

Example: properties/1234/metadata

Set the Property ID to 0 for dimensions and metrics common to all properties. In this special mode, this method will not return custom dimensions and metrics.

Trait Implementations

impl Clone for GetMetadataRequest[src]

impl Debug for GetMetadataRequest[src]

impl Default for GetMetadataRequest[src]

impl Message for GetMetadataRequest[src]

impl PartialEq<GetMetadataRequest> for GetMetadataRequest[src]

impl StructuralPartialEq for GetMetadataRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetMetadataRequest

impl Send for GetMetadataRequest

impl Sync for GetMetadataRequest

impl Unpin for GetMetadataRequest

impl UnwindSafe for GetMetadataRequest

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]