Interface MonthlySearchVolumeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonthlySearchVolume,MonthlySearchVolume.Builder
public interface MonthlySearchVolumeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMonth()The month of the search volume.longApproximate number of searches for the month.intThe month of the search volume.longgetYear()The year of the search volume (for example, 2020).booleanApproximate number of searches for the month.booleanhasYear()The year of the search volume (for example, 2020).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
-
hasYear
boolean hasYear()The year of the search volume (for example, 2020).
optional int64 year = 4;- Returns:
- Whether the year field is set.
-
getYear
long getYear()The year of the search volume (for example, 2020).
optional int64 year = 4;- Returns:
- The year.
-
getMonthValue
int getMonthValue()The month of the search volume.
.google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear month = 2;- Returns:
- The enum numeric value on the wire for month.
-
getMonth
MonthOfYearEnum.MonthOfYear getMonth()The month of the search volume.
.google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear month = 2;- Returns:
- The month.
-
hasMonthlySearches
boolean hasMonthlySearches()Approximate number of searches for the month. A null value indicates the search volume is unavailable for that month.
optional int64 monthly_searches = 5;- Returns:
- Whether the monthlySearches field is set.
-
getMonthlySearches
long getMonthlySearches()Approximate number of searches for the month. A null value indicates the search volume is unavailable for that month.
optional int64 monthly_searches = 5;- Returns:
- The monthlySearches.
-