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

com.google.ads.googleads.v17.resources.CarrierConstantOrBuilder Maven / Gradle / Ivy

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

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

public interface CarrierConstantOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CarrierConstant)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The resource name of the carrier criterion.
   * Carrier criterion resource names have the form:
   *
   * `carrierConstants/{criterion_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Output only. The resource name of the carrier criterion.
   * Carrier criterion resource names have the form:
   *
   * `carrierConstants/{criterion_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the carrier criterion.
   * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Output only. The ID of the carrier criterion.
   * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * Output only. The full name of the carrier in English.
   * 
* * optional string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Output only. The full name of the carrier in English.
   * 
* * optional string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The name. */ java.lang.String getName(); /** *
   * Output only. The full name of the carrier in English.
   * 
* * optional string name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Output only. The country code of the country where the carrier is located,
   * for example, "AR", "FR", etc.
   * 
* * optional string country_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the countryCode field is set. */ boolean hasCountryCode(); /** *
   * Output only. The country code of the country where the carrier is located,
   * for example, "AR", "FR", etc.
   * 
* * optional string country_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The countryCode. */ java.lang.String getCountryCode(); /** *
   * Output only. The country code of the country where the carrier is located,
   * for example, "AR", "FR", etc.
   * 
* * optional string country_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for countryCode. */ com.google.protobuf.ByteString getCountryCodeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy