com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderAdxExt.AppExt.InstalledSdk, AdxExt.AppExt.InstalledSdk.Builderpublic static interface AdxExt.AppExt.InstalledSdkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
AdxExt.AppExt.InstalledSdk.Version |
getAdapterVersion() |
The version of the adapter that communicates with the installed SDK.
|
AdxExt.AppExt.InstalledSdk.VersionOrBuilder |
getAdapterVersionOrBuilder() |
The version of the adapter that communicates with the installed SDK.
|
java.lang.String |
getId() |
Identifier for the installed SDK.
|
com.google.protobuf.ByteString |
getIdBytes() |
Identifier for the installed SDK.
|
AdxExt.AppExt.InstalledSdk.Version |
getSdkVersion() |
The version of the installed SDK.
|
AdxExt.AppExt.InstalledSdk.VersionOrBuilder |
getSdkVersionOrBuilder() |
The version of the installed SDK.
|
boolean |
hasAdapterVersion() |
The version of the adapter that communicates with the installed SDK.
|
boolean |
hasId() |
Identifier for the installed SDK.
|
boolean |
hasSdkVersion() |
The version of the installed SDK.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
Identifier for the installed SDK.
optional string id = 1;java.lang.String getId()
Identifier for the installed SDK.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
Identifier for the installed SDK.
optional string id = 1;boolean hasSdkVersion()
The version of the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;AdxExt.AppExt.InstalledSdk.Version getSdkVersion()
The version of the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;AdxExt.AppExt.InstalledSdk.VersionOrBuilder getSdkVersionOrBuilder()
The version of the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version sdk_version = 2;boolean hasAdapterVersion()
The version of the adapter that communicates with the installed SDK.
optional .com.google.doubleclick.AppExt.InstalledSdk.Version adapter_version = 3;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;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;Copyright © 2019 Google, Inc.. All rights reserved.