com.google.ads.googleads.v17.resources.AccessibleBiddingStrategyOrBuilder 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/accessible_bidding_strategy.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AccessibleBiddingStrategyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AccessibleBiddingStrategy)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the accessible bidding strategy.
* AccessibleBiddingStrategy resource names have the form:
*
* `customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the accessible bidding strategy.
* AccessibleBiddingStrategy resource names have the form:
*
* `customers/{customer_id}/accessibleBiddingStrategies/{bidding_strategy_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the bidding strategy.
*
*
* int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. The name of the bidding strategy.
*
*
* string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
java.lang.String getName();
/**
*
* Output only. The name of the bidding strategy.
*
*
* string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Output only. The type of the bidding strategy.
*
*
* .google.ads.googleads.v17.enums.BiddingStrategyTypeEnum.BiddingStrategyType type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Output only. The type of the bidding strategy.
*
*
* .google.ads.googleads.v17.enums.BiddingStrategyTypeEnum.BiddingStrategyType type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.BiddingStrategyTypeEnum.BiddingStrategyType getType();
/**
*
* Output only. The ID of the Customer which owns the bidding strategy.
*
*
* int64 owner_customer_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The ownerCustomerId.
*/
long getOwnerCustomerId();
/**
*
* Output only. descriptive_name of the Customer which owns the bidding
* strategy.
*
*
* string owner_descriptive_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The ownerDescriptiveName.
*/
java.lang.String getOwnerDescriptiveName();
/**
*
* Output only. descriptive_name of the Customer which owns the bidding
* strategy.
*
*
* string owner_descriptive_name = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for ownerDescriptiveName.
*/
com.google.protobuf.ByteString
getOwnerDescriptiveNameBytes();
/**
*
* Output only. An automated bidding strategy to help get the most
* conversion value for your campaigns while spending your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversionValue maximize_conversion_value = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the maximizeConversionValue field is set.
*/
boolean hasMaximizeConversionValue();
/**
*
* Output only. An automated bidding strategy to help get the most
* conversion value for your campaigns while spending your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversionValue maximize_conversion_value = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The maximizeConversionValue.
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversionValue getMaximizeConversionValue();
/**
*
* Output only. An automated bidding strategy to help get the most
* conversion value for your campaigns while spending your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversionValue maximize_conversion_value = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversionValueOrBuilder getMaximizeConversionValueOrBuilder();
/**
*
* Output only. An automated bidding strategy to help get the most
* conversions for your campaigns while spending your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversions maximize_conversions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the maximizeConversions field is set.
*/
boolean hasMaximizeConversions();
/**
*
* Output only. An automated bidding strategy to help get the most
* conversions for your campaigns while spending your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversions maximize_conversions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The maximizeConversions.
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversions getMaximizeConversions();
/**
*
* Output only. An automated bidding strategy to help get the most
* conversions for your campaigns while spending your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversions maximize_conversions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.MaximizeConversionsOrBuilder getMaximizeConversionsOrBuilder();
/**
*
* Output only. A bidding strategy that sets bids to help get as many
* conversions as possible at the target cost-per-acquisition (CPA) you set.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetCpa target_cpa = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetCpa field is set.
*/
boolean hasTargetCpa();
/**
*
* Output only. A bidding strategy that sets bids to help get as many
* conversions as possible at the target cost-per-acquisition (CPA) you set.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetCpa target_cpa = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetCpa.
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetCpa getTargetCpa();
/**
*
* Output only. A bidding strategy that sets bids to help get as many
* conversions as possible at the target cost-per-acquisition (CPA) you set.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetCpa target_cpa = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetCpaOrBuilder getTargetCpaOrBuilder();
/**
*
* Output only. A bidding strategy that automatically optimizes towards a
* chosen percentage of impressions.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetImpressionShare target_impression_share = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetImpressionShare field is set.
*/
boolean hasTargetImpressionShare();
/**
*
* Output only. A bidding strategy that automatically optimizes towards a
* chosen percentage of impressions.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetImpressionShare target_impression_share = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetImpressionShare.
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetImpressionShare getTargetImpressionShare();
/**
*
* Output only. A bidding strategy that automatically optimizes towards a
* chosen percentage of impressions.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetImpressionShare target_impression_share = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetImpressionShareOrBuilder getTargetImpressionShareOrBuilder();
/**
*
* Output only. A bidding strategy that helps you maximize revenue while
* averaging a specific target Return On Ad Spend (ROAS).
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetRoas target_roas = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetRoas field is set.
*/
boolean hasTargetRoas();
/**
*
* Output only. A bidding strategy that helps you maximize revenue while
* averaging a specific target Return On Ad Spend (ROAS).
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetRoas target_roas = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetRoas.
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetRoas getTargetRoas();
/**
*
* Output only. A bidding strategy that helps you maximize revenue while
* averaging a specific target Return On Ad Spend (ROAS).
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetRoas target_roas = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetRoasOrBuilder getTargetRoasOrBuilder();
/**
*
* Output only. A bid strategy that sets your bids to help get as many
* clicks as possible within your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetSpend target_spend = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetSpend field is set.
*/
boolean hasTargetSpend();
/**
*
* Output only. A bid strategy that sets your bids to help get as many
* clicks as possible within your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetSpend target_spend = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetSpend.
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetSpend getTargetSpend();
/**
*
* Output only. A bid strategy that sets your bids to help get as many
* clicks as possible within your budget.
*
*
* .google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetSpend target_spend = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.TargetSpendOrBuilder getTargetSpendOrBuilder();
com.google.ads.googleads.v17.resources.AccessibleBiddingStrategy.SchemeCase getSchemeCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy