Interface BusinessNameFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BusinessNameFilter,BusinessNameFilter.Builder
public interface BusinessNameFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBusinessName()Business name string to use for filtering.com.google.protobuf.ByteStringgetBusinessNameBytes()Business name string to use for filtering.FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterTypegetFilterType()The type of string matching to use when filtering with business_name.intgetFilterTypeValue()The type of string matching to use when filtering with business_name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBusinessName
java.lang.String getBusinessName()
Business name string to use for filtering.
string business_name = 1;- Returns:
- The businessName.
-
getBusinessNameBytes
com.google.protobuf.ByteString getBusinessNameBytes()
Business name string to use for filtering.
string business_name = 1;- Returns:
- The bytes for businessName.
-
getFilterTypeValue
int getFilterTypeValue()
The type of string matching to use when filtering with business_name.
.google.ads.googleads.v10.enums.FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType filter_type = 2;- Returns:
- The enum numeric value on the wire for filterType.
-
getFilterType
FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType getFilterType()
The type of string matching to use when filtering with business_name.
.google.ads.googleads.v10.enums.FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType filter_type = 2;- Returns:
- The filterType.
-
-