com.google.ads.googleads.v10.common.PreferredContentInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto
package com.google.ads.googleads.v10.common;
public interface PreferredContentInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.PreferredContentInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Type of the preferred content.
*
*
* .google.ads.googleads.v10.enums.PreferredContentTypeEnum.PreferredContentType type = 2;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Type of the preferred content.
*
*
* .google.ads.googleads.v10.enums.PreferredContentTypeEnum.PreferredContentType type = 2;
* @return The type.
*/
com.google.ads.googleads.v10.enums.PreferredContentTypeEnum.PreferredContentType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy