All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.ConversionValueRuleOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/conversion_value_rule.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface ConversionValueRuleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.ConversionValueRule)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the conversion value rule.
   * Conversion value rule resource names have the form:
   *
   * `customers/{customer_id}/conversionValueRules/{conversion_value_rule_id}`
   * 
* * 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 conversion value rule.
   * Conversion value rule resource names have the form:
   *
   * `customers/{customer_id}/conversionValueRules/{conversion_value_rule_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The ID of the conversion value rule.
   * 
* * int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * Action applied when the rule is triggered.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAction action = 3; * @return Whether the action field is set. */ boolean hasAction(); /** *
   * Action applied when the rule is triggered.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAction action = 3; * @return The action. */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAction getAction(); /** *
   * Action applied when the rule is triggered.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAction action = 3; */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleActionOrBuilder getActionOrBuilder(); /** *
   * Condition for Geo location that must be satisfied for the value rule to
   * apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleGeoLocationCondition geo_location_condition = 4; * @return Whether the geoLocationCondition field is set. */ boolean hasGeoLocationCondition(); /** *
   * Condition for Geo location that must be satisfied for the value rule to
   * apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleGeoLocationCondition geo_location_condition = 4; * @return The geoLocationCondition. */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleGeoLocationCondition getGeoLocationCondition(); /** *
   * Condition for Geo location that must be satisfied for the value rule to
   * apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleGeoLocationCondition geo_location_condition = 4; */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleGeoLocationConditionOrBuilder getGeoLocationConditionOrBuilder(); /** *
   * Condition for device type that must be satisfied for the value rule to
   * apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleDeviceCondition device_condition = 5; * @return Whether the deviceCondition field is set. */ boolean hasDeviceCondition(); /** *
   * Condition for device type that must be satisfied for the value rule to
   * apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleDeviceCondition device_condition = 5; * @return The deviceCondition. */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleDeviceCondition getDeviceCondition(); /** *
   * Condition for device type that must be satisfied for the value rule to
   * apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleDeviceCondition device_condition = 5; */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleDeviceConditionOrBuilder getDeviceConditionOrBuilder(); /** *
   * Condition for audience that must be satisfied for the value rule to apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAudienceCondition audience_condition = 6; * @return Whether the audienceCondition field is set. */ boolean hasAudienceCondition(); /** *
   * Condition for audience that must be satisfied for the value rule to apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAudienceCondition audience_condition = 6; * @return The audienceCondition. */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAudienceCondition getAudienceCondition(); /** *
   * Condition for audience that must be satisfied for the value rule to apply.
   * 
* * .google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAudienceCondition audience_condition = 6; */ com.google.ads.googleads.v17.resources.ConversionValueRule.ValueRuleAudienceConditionOrBuilder getAudienceConditionOrBuilder(); /** *
   * Output only. The resource name of the conversion value rule's owner
   * customer. When the value rule is inherited from a manager customer,
   * owner_customer will be the resource name of the manager whereas the
   * customer in the resource_name will be of the requesting serving customer.
   * ** Read-only **
   * 
* * string owner_customer = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The ownerCustomer. */ java.lang.String getOwnerCustomer(); /** *
   * Output only. The resource name of the conversion value rule's owner
   * customer. When the value rule is inherited from a manager customer,
   * owner_customer will be the resource name of the manager whereas the
   * customer in the resource_name will be of the requesting serving customer.
   * ** Read-only **
   * 
* * string owner_customer = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for ownerCustomer. */ com.google.protobuf.ByteString getOwnerCustomerBytes(); /** *
   * The status of the conversion value rule.
   * 
* * .google.ads.googleads.v17.enums.ConversionValueRuleStatusEnum.ConversionValueRuleStatus status = 8; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the conversion value rule.
   * 
* * .google.ads.googleads.v17.enums.ConversionValueRuleStatusEnum.ConversionValueRuleStatus status = 8; * @return The status. */ com.google.ads.googleads.v17.enums.ConversionValueRuleStatusEnum.ConversionValueRuleStatus getStatus(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy