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 Summary
Modifier and TypeMethodDescriptionThe type of benchmarks source.intThe type of benchmarks source.Information on the Industry Vertical.Information on the Industry Vertical.booleanInformation on 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
-
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
BenchmarksSourceTypeEnum.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
BenchmarksSourceMetadata.BenchmarksSourceInfoCase getBenchmarksSourceInfoCase()
-