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

com.google.ads.googleads.v18.services.CreateDataLinkRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/services/data_link_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;

public interface CreateDataLinkRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.CreateDataLinkRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The ID of the customer for which the data link is created.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * Required. The ID of the customer for which the data link is created.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * Required. The data link to be created.
   * 
* * .google.ads.googleads.v18.resources.DataLink data_link = 2 [(.google.api.field_behavior) = REQUIRED]; * @return Whether the dataLink field is set. */ boolean hasDataLink(); /** *
   * Required. The data link to be created.
   * 
* * .google.ads.googleads.v18.resources.DataLink data_link = 2 [(.google.api.field_behavior) = REQUIRED]; * @return The dataLink. */ com.google.ads.googleads.v18.resources.DataLink getDataLink(); /** *
   * Required. The data link to be created.
   * 
* * .google.ads.googleads.v18.resources.DataLink data_link = 2 [(.google.api.field_behavior) = REQUIRED]; */ com.google.ads.googleads.v18.resources.DataLinkOrBuilder getDataLinkOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy