com.google.ads.googleads.v17.resources.GoogleAdsIdentifierOrBuilder 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 GoogleAdsIdentifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.GoogleAdsIdentifier)
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 = 1 [(.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 = 1 [(.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 = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for customer.
*/
com.google.protobuf.ByteString
getCustomerBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy