Enum googapis::google::ads::googleads::v8::common::listing_dimension_info::Dimension[][src]

pub enum Dimension {
Show 14 variants HotelId(HotelIdInfo), HotelClass(HotelClassInfo), HotelCountryRegion(HotelCountryRegionInfo), HotelState(HotelStateInfo), HotelCity(HotelCityInfo), ProductBiddingCategory(ProductBiddingCategoryInfo), ProductBrand(ProductBrandInfo), ProductChannel(ProductChannelInfo), ProductChannelExclusivity(ProductChannelExclusivityInfo), ProductCondition(ProductConditionInfo), ProductCustomAttribute(ProductCustomAttributeInfo), ProductItemId(ProductItemIdInfo), ProductType(ProductTypeInfo), UnknownListingDimension(UnknownListingDimensionInfo),
}
Expand description

Dimension of one of the types below is always present.

Variants

HotelId(HotelIdInfo)

Advertiser-specific hotel ID.

Tuple Fields of HotelId

0: HotelIdInfo
HotelClass(HotelClassInfo)

Class of the hotel as a number of stars 1 to 5.

Tuple Fields of HotelClass

0: HotelClassInfo
HotelCountryRegion(HotelCountryRegionInfo)

Country or Region the hotel is located in.

Tuple Fields of HotelCountryRegion

0: HotelCountryRegionInfo
HotelState(HotelStateInfo)

State the hotel is located in.

Tuple Fields of HotelState

0: HotelStateInfo
HotelCity(HotelCityInfo)

City the hotel is located in.

Tuple Fields of HotelCity

0: HotelCityInfo
ProductBiddingCategory(ProductBiddingCategoryInfo)

Bidding category of a product offer.

Tuple Fields of ProductBiddingCategory

0: ProductBiddingCategoryInfo
ProductBrand(ProductBrandInfo)

Brand of a product offer.

Tuple Fields of ProductBrand

0: ProductBrandInfo
ProductChannel(ProductChannelInfo)

Locality of a product offer.

Tuple Fields of ProductChannel

0: ProductChannelInfo
ProductChannelExclusivity(ProductChannelExclusivityInfo)

Availability of a product offer.

Tuple Fields of ProductChannelExclusivity

0: ProductChannelExclusivityInfo
ProductCondition(ProductConditionInfo)

Condition of a product offer.

Tuple Fields of ProductCondition

0: ProductConditionInfo
ProductCustomAttribute(ProductCustomAttributeInfo)

Custom attribute of a product offer.

Tuple Fields of ProductCustomAttribute

0: ProductCustomAttributeInfo
ProductItemId(ProductItemIdInfo)

Item id of a product offer.

Tuple Fields of ProductItemId

0: ProductItemIdInfo
ProductType(ProductTypeInfo)

Type of a product offer.

Tuple Fields of ProductType

0: ProductTypeInfo
UnknownListingDimension(UnknownListingDimensionInfo)

Unknown dimension. Set when no other listing dimension is set.

Tuple Fields of UnknownListingDimension

0: UnknownListingDimensionInfo

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more