Interface BenchmarksSourceMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BenchmarksSourceMetadata, BenchmarksSourceMetadata.Builder

public interface BenchmarksSourceMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBenchmarksSourceTypeValue

      int getBenchmarksSourceTypeValue()
       The type of benchmarks source.
       
      .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_source_type = 1;
      Returns:
      The enum numeric value on the wire for benchmarksSourceType.
    • getBenchmarksSourceType

       The type of benchmarks source.
       
      .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_source_type = 1;
      Returns:
      The benchmarksSourceType.
    • hasIndustryVerticalInfo

      boolean hasIndustryVerticalInfo()
       Information on the Industry Vertical.
       
      .google.ads.googleads.v23.services.IndustryVerticalInfo industry_vertical_info = 2;
      Returns:
      Whether the industryVerticalInfo field is set.
    • getIndustryVerticalInfo

      IndustryVerticalInfo getIndustryVerticalInfo()
       Information on the Industry Vertical.
       
      .google.ads.googleads.v23.services.IndustryVerticalInfo industry_vertical_info = 2;
      Returns:
      The industryVerticalInfo.
    • getIndustryVerticalInfoOrBuilder

      IndustryVerticalInfoOrBuilder getIndustryVerticalInfoOrBuilder()
       Information on the Industry Vertical.
       
      .google.ads.googleads.v23.services.IndustryVerticalInfo industry_vertical_info = 2;
    • getBenchmarksSourceInfoCase