Interface WebpageInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebpageInfo,WebpageInfo.Builder
public interface WebpageInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebpageConditionInfogetConditions(int index)Conditions, or logical expressions, for webpage targeting.intgetConditionsCount()Conditions, or logical expressions, for webpage targeting.java.util.List<WebpageConditionInfo>getConditionsList()Conditions, or logical expressions, for webpage targeting.WebpageConditionInfoOrBuildergetConditionsOrBuilder(int index)Conditions, or logical expressions, for webpage targeting.java.util.List<? extends WebpageConditionInfoOrBuilder>getConditionsOrBuilderList()Conditions, or logical expressions, for webpage targeting.doublegetCoveragePercentage()Website criteria coverage percentage.java.lang.StringgetCriterionName()The name of the criterion that is defined by this parameter.com.google.protobuf.ByteStringgetCriterionNameBytes()The name of the criterion that is defined by this parameter.WebpageSampleInfogetSample()List of sample urls that match the website target.WebpageSampleInfoOrBuildergetSampleOrBuilder()List of sample urls that match the website target.booleanhasCriterionName()The name of the criterion that is defined by this parameter.booleanhasSample()List of sample urls that match the website target.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCriterionName
boolean hasCriterionName()
The name of the criterion that is defined by this parameter. The name value will be used for identifying, sorting and filtering criteria with this type of parameters. This field is required for CREATE operations and is prohibited on UPDATE operations.
optional string criterion_name = 3;- Returns:
- Whether the criterionName field is set.
-
getCriterionName
java.lang.String getCriterionName()
The name of the criterion that is defined by this parameter. The name value will be used for identifying, sorting and filtering criteria with this type of parameters. This field is required for CREATE operations and is prohibited on UPDATE operations.
optional string criterion_name = 3;- Returns:
- The criterionName.
-
getCriterionNameBytes
com.google.protobuf.ByteString getCriterionNameBytes()
The name of the criterion that is defined by this parameter. The name value will be used for identifying, sorting and filtering criteria with this type of parameters. This field is required for CREATE operations and is prohibited on UPDATE operations.
optional string criterion_name = 3;- Returns:
- The bytes for criterionName.
-
getConditionsList
java.util.List<WebpageConditionInfo> getConditionsList()
Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. This field is required for CREATE operations and is prohibited on UPDATE operations.
repeated .google.ads.googleads.v10.common.WebpageConditionInfo conditions = 2;
-
getConditions
WebpageConditionInfo getConditions(int index)
Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. This field is required for CREATE operations and is prohibited on UPDATE operations.
repeated .google.ads.googleads.v10.common.WebpageConditionInfo conditions = 2;
-
getConditionsCount
int getConditionsCount()
Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. This field is required for CREATE operations and is prohibited on UPDATE operations.
repeated .google.ads.googleads.v10.common.WebpageConditionInfo conditions = 2;
-
getConditionsOrBuilderList
java.util.List<? extends WebpageConditionInfoOrBuilder> getConditionsOrBuilderList()
Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. This field is required for CREATE operations and is prohibited on UPDATE operations.
repeated .google.ads.googleads.v10.common.WebpageConditionInfo conditions = 2;
-
getConditionsOrBuilder
WebpageConditionInfoOrBuilder getConditionsOrBuilder(int index)
Conditions, or logical expressions, for webpage targeting. The list of webpage targeting conditions are and-ed together when evaluated for targeting. This field is required for CREATE operations and is prohibited on UPDATE operations.
repeated .google.ads.googleads.v10.common.WebpageConditionInfo conditions = 2;
-
getCoveragePercentage
double getCoveragePercentage()
Website criteria coverage percentage. This is the computed percentage of website coverage based on the website target, negative website target and negative keywords in the ad group and campaign. For instance, when coverage returns as 1, it indicates it has 100% coverage. This field is read-only.
double coverage_percentage = 4;- Returns:
- The coveragePercentage.
-
hasSample
boolean hasSample()
List of sample urls that match the website target. This field is read-only.
.google.ads.googleads.v10.common.WebpageSampleInfo sample = 5;- Returns:
- Whether the sample field is set.
-
getSample
WebpageSampleInfo getSample()
List of sample urls that match the website target. This field is read-only.
.google.ads.googleads.v10.common.WebpageSampleInfo sample = 5;- Returns:
- The sample.
-
getSampleOrBuilder
WebpageSampleInfoOrBuilder getSampleOrBuilder()
List of sample urls that match the website target. This field is read-only.
.google.ads.googleads.v10.common.WebpageSampleInfo sample = 5;
-
-