Interface AudienceInsightsDynamicLineupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AudienceInsightsDynamicLineup,AudienceInsightsDynamicLineup.Builder
public interface AudienceInsightsDynamicLineupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDynamicLineupId()Required.com.google.protobuf.ByteStringgetDynamicLineupIdBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDynamicLineupId
java.lang.String getDynamicLineupId()
Required. The numeric ID of the dynamic lineup.
string dynamic_lineup_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The dynamicLineupId.
-
getDynamicLineupIdBytes
com.google.protobuf.ByteString getDynamicLineupIdBytes()
Required. The numeric ID of the dynamic lineup.
string dynamic_lineup_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for dynamicLineupId.
-
-