Interface BusinessProfileBusinessNameFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BusinessProfileBusinessNameFilter,BusinessProfileBusinessNameFilter.Builder
public interface BusinessProfileBusinessNameFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionBusiness name string to use for filtering.com.google.protobuf.ByteStringBusiness name string to use for filtering.The type of string matching to use when filtering with business_name.intThe type of string matching to use when filtering with business_name.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
-
getBusinessName
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.v18.enums.LocationStringFilterTypeEnum.LocationStringFilterType filter_type = 2;- Returns:
- The enum numeric value on the wire for filterType.
-
getFilterType
LocationStringFilterTypeEnum.LocationStringFilterType getFilterType()The type of string matching to use when filtering with business_name.
.google.ads.googleads.v18.enums.LocationStringFilterTypeEnum.LocationStringFilterType filter_type = 2;- Returns:
- The filterType.
-