Interface ExpandedLandingPageViewOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExpandedFinalUrl()
      Output only.
      com.google.protobuf.ByteString getExpandedFinalUrlBytes()
      Output only.
      java.lang.String getResourceName()
      Output only.
      com.google.protobuf.ByteString getResourceNameBytes()
      Output only.
      boolean hasExpandedFinalUrl()
      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 Detail

      • getResourceName

        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) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         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) = { ... }
        Returns:
        The bytes for resourceName.
      • hasExpandedFinalUrl

        boolean hasExpandedFinalUrl()
         Output only. The final URL that clicks are directed to.
         
        optional string expanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the expandedFinalUrl field is set.
      • getExpandedFinalUrl

        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];
        Returns:
        The expandedFinalUrl.
      • getExpandedFinalUrlBytes

        com.google.protobuf.ByteString getExpandedFinalUrlBytes()
         Output only. The final URL that clicks are directed to.
         
        optional string expanded_final_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for expandedFinalUrl.