Interface SmartCampaignSuggestionInfo.BusinessContextOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SmartCampaignSuggestionInfo.BusinessContext, SmartCampaignSuggestionInfo.BusinessContext.Builder
Enclosing class:
SmartCampaignSuggestionInfo

public static interface SmartCampaignSuggestionInfo.BusinessContextOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.

    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()
       Optional. The name of the business.
       
      string business_name = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The businessName.
    • getBusinessNameBytes

      com.google.protobuf.ByteString getBusinessNameBytes()
       Optional. The name of the business.
       
      string business_name = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for businessName.