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
Modifier and TypeMethodDescriptionThe custom audience resource.com.google.protobuf.ByteStringThe custom audience resource.booleanThe custom audience resource.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
-
hasCustomAudience
boolean hasCustomAudience()The custom audience resource.
optional string custom_audience = 1;- Returns:
- Whether the customAudience field is set.
-
getCustomAudience
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.
-