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
Modifier and TypeMethodDescriptionbooleanThe biddability of the customer conversion goal.The conversion category of this customer conversion goal.intThe conversion category of this customer conversion goal.The conversion origin of this customer conversion goal.intThe conversion origin of this customer conversion goal.Immutable.com.google.protobuf.ByteStringImmutable.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 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.v18.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.v18.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.v18.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.v18.enums.ConversionOriginEnum.ConversionOrigin origin = 3;- Returns:
- The origin.
-
getBiddable
boolean getBiddable()The biddability of the customer conversion goal.
bool biddable = 4;- Returns:
- The biddable.
-