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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the advertising partner Google Ads account.
   * This field is read only.
   * 
* * 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 advertising partner Google Ads account.
   * This field is read only.
   * 
* * 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 advertising partner Google Ads account.
   * This field is read only.
   * 
* * 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