Struct gapi_grpc::google::ads::googleads::v6::resources::ChangeStatus[][src]

pub struct ChangeStatus {
    pub resource_name: String,
    pub last_change_date_time: String,
    pub resource_type: i32,
    pub campaign: String,
    pub ad_group: String,
    pub resource_status: i32,
    pub ad_group_ad: String,
    pub ad_group_criterion: String,
    pub campaign_criterion: String,
    pub feed: String,
    pub feed_item: String,
    pub ad_group_feed: String,
    pub campaign_feed: String,
    pub ad_group_bid_modifier: String,
}

Describes the status of returned resource. ChangeStatus could have up to 3 minutes delay to reflect a new change.

Fields

resource_name: String

Output only. The resource name of the change status. Change status resource names have the form:

customers/{customer_id}/changeStatus/{change_status_id}

last_change_date_time: String

Output only. Time at which the most recent change has occurred on this resource.

resource_type: i32

Output only. Represents the type of the changed resource. This dictates what fields will be set. For example, for AD_GROUP, campaign and ad_group fields will be set.

campaign: String

Output only. The Campaign affected by this change.

ad_group: String

Output only. The AdGroup affected by this change.

resource_status: i32

Output only. Represents the status of the changed resource.

ad_group_ad: String

Output only. The AdGroupAd affected by this change.

ad_group_criterion: String

Output only. The AdGroupCriterion affected by this change.

campaign_criterion: String

Output only. The CampaignCriterion affected by this change.

feed: String

Output only. The Feed affected by this change.

feed_item: String

Output only. The FeedItem affected by this change.

ad_group_feed: String

Output only. The AdGroupFeed affected by this change.

campaign_feed: String

Output only. The CampaignFeed affected by this change.

ad_group_bid_modifier: String

Output only. The AdGroupBidModifier affected by this change.

Implementations

impl ChangeStatus[src]

pub fn resource_type(&self) -> ChangeStatusResourceType[src]

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

pub fn set_resource_type(&mut self, value: ChangeStatusResourceType)[src]

Sets resource_type to the provided enum value.

pub fn resource_status(&self) -> ChangeStatusOperation[src]

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

pub fn set_resource_status(&mut self, value: ChangeStatusOperation)[src]

Sets resource_status to the provided enum value.

Trait Implementations

impl Clone for ChangeStatus[src]

impl Debug for ChangeStatus[src]

impl Default for ChangeStatus[src]

impl Message for ChangeStatus[src]

impl PartialEq<ChangeStatus> for ChangeStatus[src]

impl StructuralPartialEq for ChangeStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for ChangeStatus

impl Send for ChangeStatus

impl Sync for ChangeStatus

impl Unpin for ChangeStatus

impl UnwindSafe for ChangeStatus

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]