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

com.google.ads.googleads.v10.common.SkAdNetworkSourceAppOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.common;

public interface SkAdNetworkSourceAppOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.SkAdNetworkSourceApp)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * App id where the ad that drove the iOS Store Kit Ad Network install was
   * shown.
   * 
* * optional string sk_ad_network_source_app_id = 1; * @return Whether the skAdNetworkSourceAppId field is set. */ boolean hasSkAdNetworkSourceAppId(); /** *
   * App id where the ad that drove the iOS Store Kit Ad Network install was
   * shown.
   * 
* * optional string sk_ad_network_source_app_id = 1; * @return The skAdNetworkSourceAppId. */ java.lang.String getSkAdNetworkSourceAppId(); /** *
   * App id where the ad that drove the iOS Store Kit Ad Network install was
   * shown.
   * 
* * optional string sk_ad_network_source_app_id = 1; * @return The bytes for skAdNetworkSourceAppId. */ com.google.protobuf.ByteString getSkAdNetworkSourceAppIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy