Interface ProductChannelExclusivityInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductChannelExclusivityInfo,ProductChannelExclusivityInfo.Builder
public interface ProductChannelExclusivityInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductChannelExclusivityEnum.ProductChannelExclusivitygetChannelExclusivity()Value of the availability.intgetChannelExclusivityValue()Value of the availability.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelExclusivityValue
int getChannelExclusivityValue()
Value of the availability.
.google.ads.googleads.v10.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity channel_exclusivity = 1;- Returns:
- The enum numeric value on the wire for channelExclusivity.
-
getChannelExclusivity
ProductChannelExclusivityEnum.ProductChannelExclusivity getChannelExclusivity()
Value of the availability.
.google.ads.googleads.v10.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity channel_exclusivity = 1;- Returns:
- The channelExclusivity.
-
-