Interface ExpandedDynamicSearchAdInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpandedDynamicSearchAdInfo,ExpandedDynamicSearchAdInfo.Builder
public interface ExpandedDynamicSearchAdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the ad.The second description of the ad.com.google.protobuf.ByteStringThe second description of the ad.com.google.protobuf.ByteStringThe description of the ad.booleanThe description of the ad.booleanThe second description of the ad.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDescription
boolean hasDescription()The description of the ad.
optional string description = 3;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()The description of the ad.
optional string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()The description of the ad.
optional string description = 3;- Returns:
- The bytes for description.
-
hasDescription2
boolean hasDescription2()The second description of the ad.
optional string description2 = 4;- Returns:
- Whether the description2 field is set.
-
getDescription2
String getDescription2()The second description of the ad.
optional string description2 = 4;- Returns:
- The description2.
-
getDescription2Bytes
com.google.protobuf.ByteString getDescription2Bytes()The second description of the ad.
optional string description2 = 4;- Returns:
- The bytes for description2.
-