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

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

  /**
   * 
   * Immutable. Resource name of the product link.
   * ProductLink resource names have the form:
   *
   * `customers/{customer_id}/productLinks/{product_link_id} `
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. Resource name of the product link.
   * ProductLink resource names have the form:
   *
   * `customers/{customer_id}/productLinks/{product_link_id} `
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the link.
   * This field is read only.
   * 
* * optional int64 product_link_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the productLinkId field is set. */ boolean hasProductLinkId(); /** *
   * Output only. The ID of the link.
   * This field is read only.
   * 
* * optional int64 product_link_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The productLinkId. */ long getProductLinkId(); /** *
   * Output only. The type of the linked product.
   * 
* * .google.ads.googleads.v17.enums.LinkedProductTypeEnum.LinkedProductType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for type. */ int getTypeValue(); /** *
   * Output only. The type of the linked product.
   * 
* * .google.ads.googleads.v17.enums.LinkedProductTypeEnum.LinkedProductType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The type. */ com.google.ads.googleads.v17.enums.LinkedProductTypeEnum.LinkedProductType getType(); /** *
   * Immutable. Data partner link.
   * 
* * .google.ads.googleads.v17.resources.DataPartnerIdentifier data_partner = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the dataPartner field is set. */ boolean hasDataPartner(); /** *
   * Immutable. Data partner link.
   * 
* * .google.ads.googleads.v17.resources.DataPartnerIdentifier data_partner = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The dataPartner. */ com.google.ads.googleads.v17.resources.DataPartnerIdentifier getDataPartner(); /** *
   * Immutable. Data partner link.
   * 
* * .google.ads.googleads.v17.resources.DataPartnerIdentifier data_partner = 4 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.resources.DataPartnerIdentifierOrBuilder getDataPartnerOrBuilder(); /** *
   * Immutable. Google Ads link.
   * 
* * .google.ads.googleads.v17.resources.GoogleAdsIdentifier google_ads = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the googleAds field is set. */ boolean hasGoogleAds(); /** *
   * Immutable. Google Ads link.
   * 
* * .google.ads.googleads.v17.resources.GoogleAdsIdentifier google_ads = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return The googleAds. */ com.google.ads.googleads.v17.resources.GoogleAdsIdentifier getGoogleAds(); /** *
   * Immutable. Google Ads link.
   * 
* * .google.ads.googleads.v17.resources.GoogleAdsIdentifier google_ads = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.resources.GoogleAdsIdentifierOrBuilder getGoogleAdsOrBuilder(); /** *
   * Immutable. Google Merchant Center link.
   * 
* * .google.ads.googleads.v17.resources.MerchantCenterIdentifier merchant_center = 12 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the merchantCenter field is set. */ boolean hasMerchantCenter(); /** *
   * Immutable. Google Merchant Center link.
   * 
* * .google.ads.googleads.v17.resources.MerchantCenterIdentifier merchant_center = 12 [(.google.api.field_behavior) = IMMUTABLE]; * @return The merchantCenter. */ com.google.ads.googleads.v17.resources.MerchantCenterIdentifier getMerchantCenter(); /** *
   * Immutable. Google Merchant Center link.
   * 
* * .google.ads.googleads.v17.resources.MerchantCenterIdentifier merchant_center = 12 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.resources.MerchantCenterIdentifierOrBuilder getMerchantCenterOrBuilder(); /** *
   * Output only. Advertising Partner link.
   * 
* * .google.ads.googleads.v17.resources.AdvertisingPartnerIdentifier advertising_partner = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the advertisingPartner field is set. */ boolean hasAdvertisingPartner(); /** *
   * Output only. Advertising Partner link.
   * 
* * .google.ads.googleads.v17.resources.AdvertisingPartnerIdentifier advertising_partner = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The advertisingPartner. */ com.google.ads.googleads.v17.resources.AdvertisingPartnerIdentifier getAdvertisingPartner(); /** *
   * Output only. Advertising Partner link.
   * 
* * .google.ads.googleads.v17.resources.AdvertisingPartnerIdentifier advertising_partner = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v17.resources.AdvertisingPartnerIdentifierOrBuilder getAdvertisingPartnerOrBuilder(); com.google.ads.googleads.v17.resources.ProductLink.LinkedProductCase getLinkedProductCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy