Package com.google.doubleclick
Interface AdxExt.AppExt.InstalledSdkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.AppExt.InstalledSdk,AdxExt.AppExt.InstalledSdk.Builder
- Enclosing class:
- AdxExt.AppExt
public static interface AdxExt.AppExt.InstalledSdkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.AppExt.InstalledSdk.VersiongetAdapterVersion()The version of the adapter that communicates with the installed SDK.AdxExt.AppExt.InstalledSdk.VersionOrBuildergetAdapterVersionOrBuilder()The version of the adapter that communicates with the installed SDK.StringgetId()Identifier for the installed SDK.com.google.protobuf.ByteStringgetIdBytes()Identifier for the installed SDK.AdxExt.AppExt.InstalledSdk.VersiongetSdkVersion()The version of the installed SDK.AdxExt.AppExt.InstalledSdk.VersionOrBuildergetSdkVersionOrBuilder()The version of the installed SDK.booleanhasAdapterVersion()The version of the adapter that communicates with the installed SDK.booleanhasId()Identifier for the installed SDK.booleanhasSdkVersion()The version of the installed SDK.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
Identifier for the installed SDK.
optional string id = 1;- Returns:
- Whether the id field is set.
-
getId
String getId()
Identifier for the installed SDK.
optional string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier for the installed SDK.
optional string id = 1;- Returns:
- The bytes for id.
-
hasSdkVersion
boolean hasSdkVersion()
The version of the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;- Returns:
- Whether the sdkVersion field is set.
-
getSdkVersion
AdxExt.AppExt.InstalledSdk.Version getSdkVersion()
The version of the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;- Returns:
- The sdkVersion.
-
getSdkVersionOrBuilder
AdxExt.AppExt.InstalledSdk.VersionOrBuilder getSdkVersionOrBuilder()
The version of the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;
-
hasAdapterVersion
boolean hasAdapterVersion()
The version of the adapter that communicates with the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;- Returns:
- Whether the adapterVersion field is set.
-
getAdapterVersion
AdxExt.AppExt.InstalledSdk.Version getAdapterVersion()
The version of the adapter that communicates with the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;- Returns:
- The adapterVersion.
-
getAdapterVersionOrBuilder
AdxExt.AppExt.InstalledSdk.VersionOrBuilder getAdapterVersionOrBuilder()
The version of the adapter that communicates with the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;
-
-