com.google.ads.googleads.v17.resources.CampaignConversionGoalOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/campaign_conversion_goal.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CampaignConversionGoalOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CampaignConversionGoal)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the campaign conversion goal.
* Campaign conversion goal resource names have the form:
*
* `customers/{customer_id}/campaignConversionGoals/{campaign_id}~{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 campaign conversion goal.
* Campaign conversion goal resource names have the form:
*
* `customers/{customer_id}/campaignConversionGoals/{campaign_id}~{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();
/**
*
* Immutable. The campaign with which this campaign conversion goal 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 campaign conversion goal 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 conversion category of this campaign conversion goal.
*
*
* .google.ads.googleads.v17.enums.ConversionActionCategoryEnum.ConversionActionCategory category = 3;
* @return The enum numeric value on the wire for category.
*/
int getCategoryValue();
/**
*
* The conversion category of this campaign conversion goal.
*
*
* .google.ads.googleads.v17.enums.ConversionActionCategoryEnum.ConversionActionCategory category = 3;
* @return The category.
*/
com.google.ads.googleads.v17.enums.ConversionActionCategoryEnum.ConversionActionCategory getCategory();
/**
*
* The conversion origin of this campaign conversion goal.
*
*
* .google.ads.googleads.v17.enums.ConversionOriginEnum.ConversionOrigin origin = 4;
* @return The enum numeric value on the wire for origin.
*/
int getOriginValue();
/**
*
* The conversion origin of this campaign conversion goal.
*
*
* .google.ads.googleads.v17.enums.ConversionOriginEnum.ConversionOrigin origin = 4;
* @return The origin.
*/
com.google.ads.googleads.v17.enums.ConversionOriginEnum.ConversionOrigin getOrigin();
/**
*
* The biddability of the campaign conversion goal.
*
*
* bool biddable = 5;
* @return The biddable.
*/
boolean getBiddable();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy