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

com.google.ads.googleads.v17.services.RemoveProductLinkRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface RemoveProductLinkRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.RemoveProductLinkRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. The ID of the customer being modified.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The customerId. */ java.lang.String getCustomerId(); /** *
   * Required. The ID of the customer being modified.
   * 
* * string customer_id = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for customerId. */ com.google.protobuf.ByteString getCustomerIdBytes(); /** *
   * Required. Remove operation: A resource name for the product link to remove
   * is expected, in this format:
   *
   * `customers/{customer_id}/productLinks/{product_link_id} `
   * 
* * string resource_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Required. Remove operation: A resource name for the product link to remove
   * is expected, in this format:
   *
   * `customers/{customer_id}/productLinks/{product_link_id} `
   * 
* * string resource_name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * If true, the request is validated but not executed. Only errors are
   * returned, not results.
   * 
* * bool validate_only = 3; * @return The validateOnly. */ boolean getValidateOnly(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy