Struct gapi_grpc::google::ads::googleads::v4::resources::MerchantCenterLink[][src]

pub struct MerchantCenterLink {
    pub resource_name: String,
    pub id: Option<i64>,
    pub merchant_center_account_name: Option<String>,
    pub status: i32,
}

A data sharing connection, proposed or in use, between a Google Ads Customer and a Merchant Center account.

Fields

resource_name: String

Immutable. The resource name of the merchant center link. Merchant center link resource names have the form:

customers/{customer_id}/merchantCenterLinks/{merchant_center_id}

id: Option<i64>

Output only. The ID of the Merchant Center account. This field is readonly.

merchant_center_account_name: Option<String>

Output only. The name of the Merchant Center account. This field is readonly.

status: i32

The status of the link.

Implementations

impl MerchantCenterLink[src]

pub fn status(&self) -> MerchantCenterLinkStatus[src]

Returns the enum value of status, or the default if the field is set to an invalid enum value.

pub fn set_status(&mut self, value: MerchantCenterLinkStatus)[src]

Sets status to the provided enum value.

Trait Implementations

impl Clone for MerchantCenterLink[src]

impl Debug for MerchantCenterLink[src]

impl Default for MerchantCenterLink[src]

impl Message for MerchantCenterLink[src]

impl PartialEq<MerchantCenterLink> for MerchantCenterLink[src]

impl StructuralPartialEq for MerchantCenterLink[src]

Auto Trait Implementations

impl RefUnwindSafe for MerchantCenterLink

impl Send for MerchantCenterLink

impl Sync for MerchantCenterLink

impl Unpin for MerchantCenterLink

impl UnwindSafe for MerchantCenterLink

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]