Interface AdGroupCriterionCustomizerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupCriterionCustomizer,AdGroupCriterionCustomizer.Builder
public interface AdGroupCriterionCustomizerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionImmutable.com.google.protobuf.ByteStringImmutable.Required.com.google.protobuf.ByteStringRequired.Immutable.com.google.protobuf.ByteStringImmutable.Output only.intOutput only.getValue()Required.Required.booleanImmutable.booleanhasValue()Required.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
-
getResourceName
String getResourceName()Immutable. The resource name of the ad group criterion customizer. Ad group criterion customizer resource names have the form: `customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()Immutable. The resource name of the ad group criterion customizer. Ad group criterion customizer resource names have the form: `customers/{customer_id}/adGroupCriterionCustomizers/{ad_group_id}~{criterion_id}~{customizer_attribute_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasAdGroupCriterion
boolean hasAdGroupCriterion()Immutable. The ad group criterion to which the customizer attribute is linked. It must be a keyword criterion.
optional string ad_group_criterion = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- Whether the adGroupCriterion field is set.
-
getAdGroupCriterion
String getAdGroupCriterion()Immutable. The ad group criterion to which the customizer attribute is linked. It must be a keyword criterion.
optional string ad_group_criterion = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The adGroupCriterion.
-
getAdGroupCriterionBytes
com.google.protobuf.ByteString getAdGroupCriterionBytes()Immutable. The ad group criterion to which the customizer attribute is linked. It must be a keyword criterion.
optional string ad_group_criterion = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for adGroupCriterion.
-
getCustomizerAttribute
String getCustomizerAttribute()Required. Immutable. The customizer attribute which is linked to the ad group criterion.
string customizer_attribute = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The customizerAttribute.
-
getCustomizerAttributeBytes
com.google.protobuf.ByteString getCustomizerAttributeBytes()Required. Immutable. The customizer attribute which is linked to the ad group criterion.
string customizer_attribute = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for customizerAttribute.
-
getStatusValue
int getStatusValue()Output only. The status of the ad group criterion customizer.
.google.ads.googleads.v18.enums.CustomizerValueStatusEnum.CustomizerValueStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
CustomizerValueStatusEnum.CustomizerValueStatus getStatus()Output only. The status of the ad group criterion customizer.
.google.ads.googleads.v18.enums.CustomizerValueStatusEnum.CustomizerValueStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The status.
-
hasValue
boolean hasValue()Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.
.google.ads.googleads.v18.common.CustomizerValue value = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the value field is set.
-
getValue
CustomizerValue getValue()Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.
.google.ads.googleads.v18.common.CustomizerValue value = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The value.
-
getValueOrBuilder
CustomizerValueOrBuilder getValueOrBuilder()Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.
.google.ads.googleads.v18.common.CustomizerValue value = 5 [(.google.api.field_behavior) = REQUIRED];
-