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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()The description of the ad.java.lang.StringgetDescription2()The second description of the ad.com.google.protobuf.ByteStringgetDescription2Bytes()The second description of the ad.com.google.protobuf.ByteStringgetDescriptionBytes()The description of the ad.booleanhasDescription()The description of the ad.booleanhasDescription2()The second description of the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDescription
boolean hasDescription()
The description of the ad.
optional string description = 3;- Returns:
- Whether the description field is set.
-
getDescription
java.lang.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
java.lang.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.
-
-