com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderAdxExt.BidExt.SdkRenderedAd, AdxExt.BidExt.SdkRenderedAd.Builderpublic static interface AdxExt.BidExt.SdkRenderedAdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getId() |
The identifier for the SDK that will render the ad.
|
com.google.protobuf.ByteString |
getIdBytes() |
The identifier for the SDK that will render the ad.
|
java.lang.String |
getRenderingData() |
Data to pass to the SDK in order to render the ad.
|
com.google.protobuf.ByteString |
getRenderingDataBytes() |
Data to pass to the SDK in order to render the ad.
|
boolean |
hasId() |
The identifier for the SDK that will render the ad.
|
boolean |
hasRenderingData() |
Data to pass to the SDK in order to render the ad.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
The identifier for the SDK that will render the ad. Must match an AppExt.InstalledSdk.id sent in the corresponding bid request.
optional string id = 1;java.lang.String getId()
The identifier for the SDK that will render the ad. Must match an AppExt.InstalledSdk.id sent in the corresponding bid request.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
The identifier for the SDK that will render the ad. Must match an AppExt.InstalledSdk.id sent in the corresponding bid request.
optional string id = 1;boolean hasRenderingData()
Data to pass to the SDK in order to render the ad. This data is opaque to the publisher and to Google.
optional string rendering_data = 2;java.lang.String getRenderingData()
Data to pass to the SDK in order to render the ad. This data is opaque to the publisher and to Google.
optional string rendering_data = 2;com.google.protobuf.ByteString getRenderingDataBytes()
Data to pass to the SDK in order to render the ad. This data is opaque to the publisher and to Google.
optional string rendering_data = 2;Copyright © 2019 Google, Inc.. All rights reserved.