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

com.google.ads.googleads.v10.resources.GoogleAdsLinkIdentifierOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.resources;

public interface GoogleAdsLinkIdentifierOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.GoogleAdsLinkIdentifier)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy