com.google.ads.googleads.v10.resources.ConversionGoalCampaignConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/conversion_goal_campaign_config.proto
package com.google.ads.googleads.v10.resources;
public interface ConversionGoalCampaignConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.ConversionGoalCampaignConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the conversion goal campaign config.
* Conversion goal campaign config resource names have the form:
* `customers/{customer_id}/conversionGoalCampaignConfigs/{campaign_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 goal campaign config.
* Conversion goal campaign config resource names have the form:
* `customers/{customer_id}/conversionGoalCampaignConfigs/{campaign_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Immutable. The campaign with which this conversion goal campaign config is associated.
*
*
* string campaign = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The campaign.
*/
java.lang.String getCampaign();
/**
*
* Immutable. The campaign with which this conversion goal campaign config is associated.
*
*
* string campaign = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for campaign.
*/
com.google.protobuf.ByteString
getCampaignBytes();
/**
*
* The level of goal config the campaign is using.
*
*
* .google.ads.googleads.v10.enums.GoalConfigLevelEnum.GoalConfigLevel goal_config_level = 3;
* @return The enum numeric value on the wire for goalConfigLevel.
*/
int getGoalConfigLevelValue();
/**
*
* The level of goal config the campaign is using.
*
*
* .google.ads.googleads.v10.enums.GoalConfigLevelEnum.GoalConfigLevel goal_config_level = 3;
* @return The goalConfigLevel.
*/
com.google.ads.googleads.v10.enums.GoalConfigLevelEnum.GoalConfigLevel getGoalConfigLevel();
/**
*
* The custom conversion goal the campaign is using for optimization.
*
*
* string custom_conversion_goal = 4 [(.google.api.resource_reference) = { ... }
* @return The customConversionGoal.
*/
java.lang.String getCustomConversionGoal();
/**
*
* The custom conversion goal the campaign is using for optimization.
*
*
* string custom_conversion_goal = 4 [(.google.api.resource_reference) = { ... }
* @return The bytes for customConversionGoal.
*/
com.google.protobuf.ByteString
getCustomConversionGoalBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy