Interface CustomerConversionGoalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerConversionGoal,CustomerConversionGoal.Builder
public interface CustomerConversionGoalOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBiddable()The biddability of the customer conversion goal.ConversionActionCategoryEnum.ConversionActionCategorygetCategory()The conversion category of this customer conversion goal.intgetCategoryValue()The conversion category of this customer conversion goal.ConversionOriginEnum.ConversionOrigingetOrigin()The conversion origin of this customer conversion goal.intgetOriginValue()The conversion origin of this customer conversion goal.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
Immutable. The resource name of the customer conversion goal. Customer conversion goal resource names have the form: `customers/{customer_id}/customerConversionGoals/{category}~{origin}`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 customer conversion goal. Customer conversion goal resource names have the form: `customers/{customer_id}/customerConversionGoals/{category}~{origin}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getCategoryValue
int getCategoryValue()
The conversion category of this customer conversion goal. Only conversion actions that have this category will be included in this goal.
.google.ads.googleads.v10.enums.ConversionActionCategoryEnum.ConversionActionCategory category = 2;- Returns:
- The enum numeric value on the wire for category.
-
getCategory
ConversionActionCategoryEnum.ConversionActionCategory getCategory()
The conversion category of this customer conversion goal. Only conversion actions that have this category will be included in this goal.
.google.ads.googleads.v10.enums.ConversionActionCategoryEnum.ConversionActionCategory category = 2;- Returns:
- The category.
-
getOriginValue
int getOriginValue()
The conversion origin of this customer conversion goal. Only conversion actions that have this conversion origin will be included in this goal.
.google.ads.googleads.v10.enums.ConversionOriginEnum.ConversionOrigin origin = 3;- Returns:
- The enum numeric value on the wire for origin.
-
getOrigin
ConversionOriginEnum.ConversionOrigin getOrigin()
The conversion origin of this customer conversion goal. Only conversion actions that have this conversion origin will be included in this goal.
.google.ads.googleads.v10.enums.ConversionOriginEnum.ConversionOrigin origin = 3;- Returns:
- The origin.
-
getBiddable
boolean getBiddable()
The biddability of the customer conversion goal.
bool biddable = 4;- Returns:
- The biddable.
-
-