com.google.ads.googleads.v17.resources.AdGroupCriterionSimulationOrBuilder 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/ad_group_criterion_simulation.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AdGroupCriterionSimulationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AdGroupCriterionSimulation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the ad group criterion simulation.
* Ad group criterion simulation resource names have the form:
*
* `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_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 ad group criterion simulation.
* Ad group criterion simulation resource names have the form:
*
* `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_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. AdGroup ID of the simulation.
*
*
* optional int64 ad_group_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the adGroupId field is set.
*/
boolean hasAdGroupId();
/**
*
* Output only. AdGroup ID of the simulation.
*
*
* optional int64 ad_group_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The adGroupId.
*/
long getAdGroupId();
/**
*
* Output only. Criterion ID of the simulation.
*
*
* optional int64 criterion_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the criterionId field is set.
*/
boolean hasCriterionId();
/**
*
* Output only. Criterion ID of the simulation.
*
*
* optional int64 criterion_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The criterionId.
*/
long getCriterionId();
/**
*
* Output only. The field that the simulation modifies.
*
*
* .google.ads.googleads.v17.enums.SimulationTypeEnum.SimulationType type = 4 [(.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 = 4 [(.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 = 5 [(.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 = 5 [(.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.
*
*
* optional string start_date = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the startDate field is set.
*/
boolean hasStartDate();
/**
*
* Output only. First day on which the simulation is based, in YYYY-MM-DD
* format.
*
*
* optional string start_date = 11 [(.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.
*
*
* optional string start_date = 11 [(.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.
*
*
* optional string end_date = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the endDate field is set.
*/
boolean hasEndDate();
/**
*
* Output only. Last day on which the simulation is based, in YYYY-MM-DD
* format.
*
*
* optional string end_date = 12 [(.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.
*
*
* optional string end_date = 12 [(.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 CPC_BID.
*
*
* .google.ads.googleads.v17.common.CpcBidSimulationPointList cpc_bid_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the cpcBidPointList field is set.
*/
boolean hasCpcBidPointList();
/**
*
* Output only. Simulation points if the simulation type is CPC_BID.
*
*
* .google.ads.googleads.v17.common.CpcBidSimulationPointList cpc_bid_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The cpcBidPointList.
*/
com.google.ads.googleads.v17.common.CpcBidSimulationPointList getCpcBidPointList();
/**
*
* Output only. Simulation points if the simulation type is CPC_BID.
*
*
* .google.ads.googleads.v17.common.CpcBidSimulationPointList cpc_bid_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.CpcBidSimulationPointListOrBuilder getCpcBidPointListOrBuilder();
/**
*
* Output only. Simulation points if the simulation type is PERCENT_CPC_BID.
*
*
* .google.ads.googleads.v17.common.PercentCpcBidSimulationPointList percent_cpc_bid_point_list = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the percentCpcBidPointList field is set.
*/
boolean hasPercentCpcBidPointList();
/**
*
* Output only. Simulation points if the simulation type is PERCENT_CPC_BID.
*
*
* .google.ads.googleads.v17.common.PercentCpcBidSimulationPointList percent_cpc_bid_point_list = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The percentCpcBidPointList.
*/
com.google.ads.googleads.v17.common.PercentCpcBidSimulationPointList getPercentCpcBidPointList();
/**
*
* Output only. Simulation points if the simulation type is PERCENT_CPC_BID.
*
*
* .google.ads.googleads.v17.common.PercentCpcBidSimulationPointList percent_cpc_bid_point_list = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.PercentCpcBidSimulationPointListOrBuilder getPercentCpcBidPointListOrBuilder();
com.google.ads.googleads.v17.resources.AdGroupCriterionSimulation.PointListCase getPointListCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy