com.google.ads.googleads.v10.resources.CampaignBidModifierOrBuilder 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/campaign_bid_modifier.proto
package com.google.ads.googleads.v10.resources;
public interface CampaignBidModifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.CampaignBidModifier)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the campaign bid modifier.
* Campaign bid modifier resource names have the form:
* `customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_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 campaign bid modifier.
* Campaign bid modifier resource names have the form:
* `customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_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 campaign to which this criterion belongs.
*
*
* optional string campaign = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the campaign field is set.
*/
boolean hasCampaign();
/**
*
* Output only. The campaign to which this criterion belongs.
*
*
* optional string campaign = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The campaign.
*/
java.lang.String getCampaign();
/**
*
* Output only. The campaign to which this criterion belongs.
*
*
* optional string campaign = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for campaign.
*/
com.google.protobuf.ByteString
getCampaignBytes();
/**
*
* Output only. The ID of the criterion to bid modify.
* This field is ignored for mutates.
*
*
* optional int64 criterion_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the criterionId field is set.
*/
boolean hasCriterionId();
/**
*
* Output only. The ID of the criterion to bid modify.
* This field is ignored for mutates.
*
*
* optional int64 criterion_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The criterionId.
*/
long getCriterionId();
/**
*
* The modifier for the bid when the criterion matches.
*
*
* optional double bid_modifier = 8;
* @return Whether the bidModifier field is set.
*/
boolean hasBidModifier();
/**
*
* The modifier for the bid when the criterion matches.
*
*
* optional double bid_modifier = 8;
* @return The bidModifier.
*/
double getBidModifier();
/**
*
* Immutable. Criterion for interaction type. Only supported for search campaigns.
*
*
* .google.ads.googleads.v10.common.InteractionTypeInfo interaction_type = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the interactionType field is set.
*/
boolean hasInteractionType();
/**
*
* Immutable. Criterion for interaction type. Only supported for search campaigns.
*
*
* .google.ads.googleads.v10.common.InteractionTypeInfo interaction_type = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The interactionType.
*/
com.google.ads.googleads.v10.common.InteractionTypeInfo getInteractionType();
/**
*
* Immutable. Criterion for interaction type. Only supported for search campaigns.
*
*
* .google.ads.googleads.v10.common.InteractionTypeInfo interaction_type = 5 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v10.common.InteractionTypeInfoOrBuilder getInteractionTypeOrBuilder();
public com.google.ads.googleads.v10.resources.CampaignBidModifier.CriterionCase getCriterionCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy