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 Type
    Method
    Description
     
    long
    The ID of the Industry Vertical.
    boolean
    The ID of the Industry Vertical.

    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

    • 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()