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

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

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

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

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

  /**
   * 
   * Output only. The resource name of the expanded landing page view.
   * Expanded landing page view resource names have the form:
   *
   * `customers/{customer_id}/expandedLandingPageViews/{expanded_final_url_fingerprint}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Output only. The resource name of the expanded landing page view.
   * Expanded landing page view resource names have the form:
   *
   * `customers/{customer_id}/expandedLandingPageViews/{expanded_final_url_fingerprint}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The final URL that clicks are directed to.
   * 
* * optional string expanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the expandedFinalUrl field is set. */ boolean hasExpandedFinalUrl(); /** *
   * Output only. The final URL that clicks are directed to.
   * 
* * optional string expanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The expandedFinalUrl. */ java.lang.String getExpandedFinalUrl(); /** *
   * Output only. The final URL that clicks are directed to.
   * 
* * optional string expanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for expandedFinalUrl. */ com.google.protobuf.ByteString getExpandedFinalUrlBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy