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
Modifier and TypeMethodDescriptionValue of the availability.intValue of the availability.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChannelExclusivityValue
int getChannelExclusivityValue()Value of the availability.
.google.ads.googleads.v18.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.v18.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity channel_exclusivity = 1;- Returns:
- The channelExclusivity.
-