Package com.google.doubleclick
Interface AdxExt.UserExt.ExtendedId.ExtendedIdUidOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.UserExt.ExtendedId.ExtendedIdUid,AdxExt.UserExt.ExtendedId.ExtendedIdUid.Builder
- Enclosing class:
- AdxExt.UserExt.ExtendedId
public static interface AdxExt.UserExt.ExtendedId.ExtendedIdUidOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;booleanhasId()optional string id = 1;-
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()
optional string id = 1;- Returns:
- Whether the id field is set.
-
getId
String getId()
optional string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;- Returns:
- The bytes for id.
-
-