Package com.google.doubleclick
Interface AdxExt.ImpExt.BuyerGeneratedRequestData.SourceAppOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.ImpExt.BuyerGeneratedRequestData.SourceApp,AdxExt.ImpExt.BuyerGeneratedRequestData.SourceApp.Builder
- Enclosing class:
- AdxExt.ImpExt.BuyerGeneratedRequestData
public static interface AdxExt.ImpExt.BuyerGeneratedRequestData.SourceAppOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Identifier for the SDK that generated this data.com.google.protobuf.ByteStringgetIdBytes()Identifier for the SDK that generated this data.booleanhasId()Identifier for the SDK that generated this data.-
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 SDK that generated this data. It will match the id in AppExt.InstalledSdk.id.
optional string id = 1;- Returns:
- Whether the id field is set.
-
getId
String getId()
Identifier for the SDK that generated this data. It will match the id in AppExt.InstalledSdk.id.
optional string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier for the SDK that generated this data. It will match the id in AppExt.InstalledSdk.id.
optional string id = 1;- Returns:
- The bytes for id.
-
-