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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBusinessName()Optional.com.google.protobuf.ByteStringgetBusinessNameBytes()Optional.-
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.
-
-