Interface BenchmarksSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BenchmarksSource,BenchmarksSource.Builder
public interface BenchmarksSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe ID of the Industry Vertical.booleanThe ID of the Industry Vertical.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
-
hasIndustryVerticalId
boolean hasIndustryVerticalId()The ID of the Industry Vertical.
int64 industry_vertical_id = 1;- Returns:
- Whether the industryVerticalId field is set.
-
getIndustryVerticalId
long getIndustryVerticalId()The ID of the Industry Vertical.
int64 industry_vertical_id = 1;- Returns:
- The industryVerticalId.
-
getBenchmarksSourceIdCase
BenchmarksSource.BenchmarksSourceIdCase getBenchmarksSourceIdCase()
-