Interface IndustryVerticalInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndustryVerticalInfo,IndustryVerticalInfo.Builder
public interface IndustryVerticalInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe unique identifier of the Industry Vertical.The name of the Industry Vertical.com.google.protobuf.ByteStringThe name of the Industry Vertical.longThe unique identifier of the parent Industry Vertical, if exists.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
-
getIndustryVerticalName
String getIndustryVerticalName()The name of the Industry Vertical.
string industry_vertical_name = 1;- Returns:
- The industryVerticalName.
-
getIndustryVerticalNameBytes
com.google.protobuf.ByteString getIndustryVerticalNameBytes()The name of the Industry Vertical.
string industry_vertical_name = 1;- Returns:
- The bytes for industryVerticalName.
-
getIndustryVerticalId
long getIndustryVerticalId()The unique identifier of the Industry Vertical.
int64 industry_vertical_id = 2;- Returns:
- The industryVerticalId.
-
getParentIndustryVerticalId
long getParentIndustryVerticalId()The unique identifier of the parent Industry Vertical, if exists.
int64 parent_industry_vertical_id = 3;- Returns:
- The parentIndustryVerticalId.
-