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

com.google.ads.googleads.v17.common.FinalAppUrlOrBuilder Maven / Gradle / Ivy

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

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

public interface FinalAppUrlOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.FinalAppUrl)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The operating system targeted by this URL. Required.
   * 
* * .google.ads.googleads.v17.enums.AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType os_type = 1; * @return The enum numeric value on the wire for osType. */ int getOsTypeValue(); /** *
   * The operating system targeted by this URL. Required.
   * 
* * .google.ads.googleads.v17.enums.AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType os_type = 1; * @return The osType. */ com.google.ads.googleads.v17.enums.AppUrlOperatingSystemTypeEnum.AppUrlOperatingSystemType getOsType(); /** *
   * The app deep link URL. Deep links specify a location in an app that
   * corresponds to the content you'd like to show, and should be of the form
   * {scheme}://{host_path}
   * The scheme identifies which app to open. For your app, you can use a custom
   * scheme that starts with the app's name. The host and path specify the
   * unique location in the app where your content exists.
   * Example: "exampleapp://productid_1234". Required.
   * 
* * optional string url = 3; * @return Whether the url field is set. */ boolean hasUrl(); /** *
   * The app deep link URL. Deep links specify a location in an app that
   * corresponds to the content you'd like to show, and should be of the form
   * {scheme}://{host_path}
   * The scheme identifies which app to open. For your app, you can use a custom
   * scheme that starts with the app's name. The host and path specify the
   * unique location in the app where your content exists.
   * Example: "exampleapp://productid_1234". Required.
   * 
* * optional string url = 3; * @return The url. */ java.lang.String getUrl(); /** *
   * The app deep link URL. Deep links specify a location in an app that
   * corresponds to the content you'd like to show, and should be of the form
   * {scheme}://{host_path}
   * The scheme identifies which app to open. For your app, you can use a custom
   * scheme that starts with the app's name. The host and path specify the
   * unique location in the app where your content exists.
   * Example: "exampleapp://productid_1234". Required.
   * 
* * optional string url = 3; * @return The bytes for url. */ com.google.protobuf.ByteString getUrlBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy