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

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

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

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

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

  /**
   * 
   * Immutable. The resource name of the third party app analytics link.
   * Third party app analytics link resource names have the form:
   *
   * `customers/{customer_id}/thirdPartyAppAnalyticsLinks/{account_link_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the third party app analytics link.
   * Third party app analytics link resource names have the form:
   *
   * `customers/{customer_id}/thirdPartyAppAnalyticsLinks/{account_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 shareable link ID that should be provided to the third
   * party when setting up app analytics. This is able to be regenerated using
   * regenerate method in the ThirdPartyAppAnalyticsLinkService.
   * 
* * optional string shareable_link_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the shareableLinkId field is set. */ boolean hasShareableLinkId(); /** *
   * Output only. The shareable link ID that should be provided to the third
   * party when setting up app analytics. This is able to be regenerated using
   * regenerate method in the ThirdPartyAppAnalyticsLinkService.
   * 
* * optional string shareable_link_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The shareableLinkId. */ java.lang.String getShareableLinkId(); /** *
   * Output only. The shareable link ID that should be provided to the third
   * party when setting up app analytics. This is able to be regenerated using
   * regenerate method in the ThirdPartyAppAnalyticsLinkService.
   * 
* * optional string shareable_link_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for shareableLinkId. */ com.google.protobuf.ByteString getShareableLinkIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy