Interface SmartCampaignSuggestionInfo.BusinessContextOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBusinessName()
      Optional.
      com.google.protobuf.ByteString getBusinessNameBytes()
      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 Detail

      • getBusinessName

        java.lang.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.