Interface ExpandedDynamicSearchAdInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      The description of the ad.
      java.lang.String getDescription2()
      The second description of the ad.
      com.google.protobuf.ByteString getDescription2Bytes()
      The second description of the ad.
      com.google.protobuf.ByteString getDescriptionBytes()
      The description of the ad.
      boolean hasDescription()
      The description of the ad.
      boolean hasDescription2()
      The second description of the ad.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.