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

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

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

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

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

  /**
   * 
   * Output only. The resource name of the advertising partner Google Ads
   * account. This field is required and should not be empty when creating a new
   * Advertising Partner link. It is unable to be modified after the creation of
   * the link.
   * 
* * optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the customer field is set. */ boolean hasCustomer(); /** *
   * Output only. The resource name of the advertising partner Google Ads
   * account. This field is required and should not be empty when creating a new
   * Advertising Partner link. It is unable to be modified after the creation of
   * the link.
   * 
* * optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The customer. */ java.lang.String getCustomer(); /** *
   * Output only. The resource name of the advertising partner Google Ads
   * account. This field is required and should not be empty when creating a new
   * Advertising Partner link. It is unable to be modified after the creation of
   * the link.
   * 
* * optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for customer. */ com.google.protobuf.ByteString getCustomerBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy