com.google.ads.googleads.v10.resources.CustomerConversionGoalOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/customer_conversion_goal.proto
package com.google.ads.googleads.v10.resources;
public interface CustomerConversionGoalOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.CustomerConversionGoal)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* 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;
* @return The enum numeric value on the wire for category.
*/
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;
* @return The category.
*/
com.google.ads.googleads.v10.enums.ConversionActionCategoryEnum.ConversionActionCategory getCategory();
/**
*
* 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;
* @return The enum numeric value on the wire for origin.
*/
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;
* @return The origin.
*/
com.google.ads.googleads.v10.enums.ConversionOriginEnum.ConversionOrigin getOrigin();
/**
*
* The biddability of the customer conversion goal.
*
*
* bool biddable = 4;
* @return The biddable.
*/
boolean getBiddable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy