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

com.google.ads.googleads.v17.resources.DataPartnerIdentifierOrBuilder 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 DataPartnerIdentifierOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.DataPartnerIdentifier)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The customer ID of the Data partner account.
   * This field is required and should not be empty when creating a new
   * data partner link. It is unable to be modified after the creation of
   * the link.
   * 
* * optional int64 data_partner_id = 1 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the dataPartnerId field is set. */ boolean hasDataPartnerId(); /** *
   * Immutable. The customer ID of the Data partner account.
   * This field is required and should not be empty when creating a new
   * data partner link. It is unable to be modified after the creation of
   * the link.
   * 
* * optional int64 data_partner_id = 1 [(.google.api.field_behavior) = IMMUTABLE]; * @return The dataPartnerId. */ long getDataPartnerId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy