com.google.ads.googleads.v17.resources.BiddingStrategySimulationOrBuilder 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/bidding_strategy_simulation.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface BiddingStrategySimulationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.BiddingStrategySimulation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the bidding strategy simulation.
* Bidding strategy simulation resource names have the form:
*
* `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`
*
*
* 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 bidding strategy simulation.
* Bidding strategy simulation resource names have the form:
*
* `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`
*
*
* 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. Bidding strategy shared set id of the simulation.
*
*
* int64 bidding_strategy_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The biddingStrategyId.
*/
long getBiddingStrategyId();
/**
*
* Output only. The field that the simulation modifies.
*
*
* .google.ads.googleads.v17.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Output only. The field that the simulation modifies.
*
*
* .google.ads.googleads.v17.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.SimulationTypeEnum.SimulationType getType();
/**
*
* Output only. How the simulation modifies the field.
*
*
* .google.ads.googleads.v17.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for modificationMethod.
*/
int getModificationMethodValue();
/**
*
* Output only. How the simulation modifies the field.
*
*
* .google.ads.googleads.v17.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The modificationMethod.
*/
com.google.ads.googleads.v17.enums.SimulationModificationMethodEnum.SimulationModificationMethod getModificationMethod();
/**
*
* Output only. First day on which the simulation is based, in YYYY-MM-DD
* format.
*
*
* string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The startDate.
*/
java.lang.String getStartDate();
/**
*
* Output only. First day on which the simulation is based, in YYYY-MM-DD
* format.
*
*
* string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for startDate.
*/
com.google.protobuf.ByteString
getStartDateBytes();
/**
*
* Output only. Last day on which the simulation is based, in YYYY-MM-DD
* format
*
*
* string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The endDate.
*/
java.lang.String getEndDate();
/**
*
* Output only. Last day on which the simulation is based, in YYYY-MM-DD
* format
*
*
* string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for endDate.
*/
com.google.protobuf.ByteString
getEndDateBytes();
/**
*
* Output only. Simulation points if the simulation type is TARGET_CPA.
*
*
* .google.ads.googleads.v17.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetCpaPointList field is set.
*/
boolean hasTargetCpaPointList();
/**
*
* Output only. Simulation points if the simulation type is TARGET_CPA.
*
*
* .google.ads.googleads.v17.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetCpaPointList.
*/
com.google.ads.googleads.v17.common.TargetCpaSimulationPointList getTargetCpaPointList();
/**
*
* Output only. Simulation points if the simulation type is TARGET_CPA.
*
*
* .google.ads.googleads.v17.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.TargetCpaSimulationPointListOrBuilder getTargetCpaPointListOrBuilder();
/**
*
* Output only. Simulation points if the simulation type is TARGET_ROAS.
*
*
* .google.ads.googleads.v17.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the targetRoasPointList field is set.
*/
boolean hasTargetRoasPointList();
/**
*
* Output only. Simulation points if the simulation type is TARGET_ROAS.
*
*
* .google.ads.googleads.v17.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The targetRoasPointList.
*/
com.google.ads.googleads.v17.common.TargetRoasSimulationPointList getTargetRoasPointList();
/**
*
* Output only. Simulation points if the simulation type is TARGET_ROAS.
*
*
* .google.ads.googleads.v17.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.TargetRoasSimulationPointListOrBuilder getTargetRoasPointListOrBuilder();
com.google.ads.googleads.v17.resources.BiddingStrategySimulation.PointListCase getPointListCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy