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 Type
    Method
    Description
    Business name string to use for filtering.
    com.google.protobuf.ByteString
    Business name string to use for filtering.
    The type of string matching to use when filtering with business_name.
    int
    The type of string matching to use when filtering with business_name.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.