All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.HotelCalloutFeedItemOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/extensions.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface HotelCalloutFeedItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.HotelCalloutFeedItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The callout text.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * optional string text = 3; * @return Whether the text field is set. */ boolean hasText(); /** *
   * The callout text.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * optional string text = 3; * @return The text. */ java.lang.String getText(); /** *
   * The callout text.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * optional string text = 3; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * The language of the hotel callout text.
   * IETF BCP 47 compliant language code.
   * 
* * optional string language_code = 4; * @return Whether the languageCode field is set. */ boolean hasLanguageCode(); /** *
   * The language of the hotel callout text.
   * IETF BCP 47 compliant language code.
   * 
* * optional string language_code = 4; * @return The languageCode. */ java.lang.String getLanguageCode(); /** *
   * The language of the hotel callout text.
   * IETF BCP 47 compliant language code.
   * 
* * optional string language_code = 4; * @return The bytes for languageCode. */ com.google.protobuf.ByteString getLanguageCodeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy