Interface LandingPageViewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LandingPageView, LandingPageView.Builder

public interface LandingPageViewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getResourceName

      String getResourceName()
       Output only. The resource name of the landing page view.
       Landing page view resource names have the form:
      
       `customers/{customer_id}/landingPageViews/{unexpanded_final_url_fingerprint}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the landing page view.
       Landing page view resource names have the form:
      
       `customers/{customer_id}/landingPageViews/{unexpanded_final_url_fingerprint}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • hasUnexpandedFinalUrl

      boolean hasUnexpandedFinalUrl()
       Output only. The advertiser-specified final URL.
       
      optional string unexpanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the unexpandedFinalUrl field is set.
    • getUnexpandedFinalUrl

      String getUnexpandedFinalUrl()
       Output only. The advertiser-specified final URL.
       
      optional string unexpanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The unexpandedFinalUrl.
    • getUnexpandedFinalUrlBytes

      com.google.protobuf.ByteString getUnexpandedFinalUrlBytes()
       Output only. The advertiser-specified final URL.
       
      optional string unexpanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for unexpandedFinalUrl.