Struct gapi_grpc::google::ads::googleads::v5::resources::AdGroupFeed [−][src]
An ad group feed.
Fields
resource_name: String
Immutable. The resource name of the ad group feed. Ad group feed resource names have the form:
`customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}
feed: Option<String>
Immutable. The feed being linked to the ad group.
ad_group: Option<String>
Immutable. The ad group being linked to the feed.
placeholder_types: Vec<i32>
Indicates which placeholder types the feed may populate under the connected ad group. Required.
matching_function: Option<MatchingFunction>
Matching function associated with the AdGroupFeed. The matching function is used to filter the set of feed items selected. Required.
status: i32
Output only. Status of the ad group feed. This field is read-only.
Implementations
impl AdGroupFeed
[src][−]
pub fn placeholder_types(
&self
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<PlaceholderType>>
[src][−]
&self
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<PlaceholderType>>
Returns an iterator which yields the valid enum values contained in placeholder_types
.
pub fn push_placeholder_types(&mut self, value: PlaceholderType)
[src][−]
Appends the provided enum value to placeholder_types
.
pub fn status(&self) -> FeedLinkStatus
[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: FeedLinkStatus)
[src][−]
Sets status
to the provided enum value.
Trait Implementations
impl Clone for AdGroupFeed
[src][+]
impl Debug for AdGroupFeed
[src][+]
impl Default for AdGroupFeed
[src][+]
impl Message for AdGroupFeed
[src][+]
impl PartialEq<AdGroupFeed> for AdGroupFeed
[src][+]
impl StructuralPartialEq for AdGroupFeed
[src]
Auto Trait Implementations
impl RefUnwindSafe for AdGroupFeed
impl Send for AdGroupFeed
impl Sync for AdGroupFeed
impl Unpin for AdGroupFeed
impl UnwindSafe for AdGroupFeed
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>,