com.google.ads.googleads.v10.common.SkAdNetworkSourceAppOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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