com.google.ads.googleads.v17.resources.AdvertisingPartnerIdentifierOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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