Interface CustomAudienceSegmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomAudienceSegment,CustomAudienceSegment.Builder
public interface CustomAudienceSegmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomAudience()The custom audience resource.com.google.protobuf.ByteStringgetCustomAudienceBytes()The custom audience resource.booleanhasCustomAudience()The custom audience resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCustomAudience
boolean hasCustomAudience()
The custom audience resource.
optional string custom_audience = 1;- Returns:
- Whether the customAudience field is set.
-
getCustomAudience
java.lang.String getCustomAudience()
The custom audience resource.
optional string custom_audience = 1;- Returns:
- The customAudience.
-
getCustomAudienceBytes
com.google.protobuf.ByteString getCustomAudienceBytes()
The custom audience resource.
optional string custom_audience = 1;- Returns:
- The bytes for customAudience.
-
-