Package com.google.doubleclick
Interface AdxExt.AppExtOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.AppExt,AdxExt.AppExt.Builder
- Enclosing class:
- AdxExt
public static interface AdxExt.AppExtOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.AppExt.InstalledSdkgetInstalledSdk(int index)repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;intgetInstalledSdkCount()repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;List<AdxExt.AppExt.InstalledSdk>getInstalledSdkList()repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;AdxExt.AppExt.InstalledSdkOrBuildergetInstalledSdkOrBuilder(int index)repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;List<? extends AdxExt.AppExt.InstalledSdkOrBuilder>getInstalledSdkOrBuilderList()repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstalledSdkList
List<AdxExt.AppExt.InstalledSdk> getInstalledSdkList()
repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;
-
getInstalledSdk
AdxExt.AppExt.InstalledSdk getInstalledSdk(int index)
repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;
-
getInstalledSdkCount
int getInstalledSdkCount()
repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;
-
getInstalledSdkOrBuilderList
List<? extends AdxExt.AppExt.InstalledSdkOrBuilder> getInstalledSdkOrBuilderList()
repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;
-
getInstalledSdkOrBuilder
AdxExt.AppExt.InstalledSdkOrBuilder getInstalledSdkOrBuilder(int index)
repeated .com.google.doubleclick.AppExt.InstalledSdk installed_sdk = 1;
-
-