com.google.ads.googleads.v17.services.AdGroupCriterionOperationOrBuilder 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/services/ad_group_criterion_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface AdGroupCriterionOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AdGroupCriterionOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 4;
* @return Whether the updateMask field is set.
*/
boolean hasUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 4;
* @return The updateMask.
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 4;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
/**
*
* The list of policy violation keys that should not cause a
* PolicyViolationError to be reported. Not all policy violations are
* exemptable, refer to the is_exemptible field in the returned
* PolicyViolationError.
*
* Resources violating these polices will be saved, but will not be eligible
* to serve. They may begin serving at a later time due to a change in
* policies, re-review of the resource, or a change in advertiser
* certificates.
*
*
* repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5;
*/
java.util.List
getExemptPolicyViolationKeysList();
/**
*
* The list of policy violation keys that should not cause a
* PolicyViolationError to be reported. Not all policy violations are
* exemptable, refer to the is_exemptible field in the returned
* PolicyViolationError.
*
* Resources violating these polices will be saved, but will not be eligible
* to serve. They may begin serving at a later time due to a change in
* policies, re-review of the resource, or a change in advertiser
* certificates.
*
*
* repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5;
*/
com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index);
/**
*
* The list of policy violation keys that should not cause a
* PolicyViolationError to be reported. Not all policy violations are
* exemptable, refer to the is_exemptible field in the returned
* PolicyViolationError.
*
* Resources violating these polices will be saved, but will not be eligible
* to serve. They may begin serving at a later time due to a change in
* policies, re-review of the resource, or a change in advertiser
* certificates.
*
*
* repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5;
*/
int getExemptPolicyViolationKeysCount();
/**
*
* The list of policy violation keys that should not cause a
* PolicyViolationError to be reported. Not all policy violations are
* exemptable, refer to the is_exemptible field in the returned
* PolicyViolationError.
*
* Resources violating these polices will be saved, but will not be eligible
* to serve. They may begin serving at a later time due to a change in
* policies, re-review of the resource, or a change in advertiser
* certificates.
*
*
* repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5;
*/
java.util.List extends com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder>
getExemptPolicyViolationKeysOrBuilderList();
/**
*
* The list of policy violation keys that should not cause a
* PolicyViolationError to be reported. Not all policy violations are
* exemptable, refer to the is_exemptible field in the returned
* PolicyViolationError.
*
* Resources violating these polices will be saved, but will not be eligible
* to serve. They may begin serving at a later time due to a change in
* policies, re-review of the resource, or a change in advertiser
* certificates.
*
*
* repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5;
*/
com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder getExemptPolicyViolationKeysOrBuilder(
int index);
/**
*
* Create operation: No resource name is expected for the new criterion.
*
*
* .google.ads.googleads.v17.resources.AdGroupCriterion create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new criterion.
*
*
* .google.ads.googleads.v17.resources.AdGroupCriterion create = 1;
* @return The create.
*/
com.google.ads.googleads.v17.resources.AdGroupCriterion getCreate();
/**
*
* Create operation: No resource name is expected for the new criterion.
*
*
* .google.ads.googleads.v17.resources.AdGroupCriterion create = 1;
*/
com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder getCreateOrBuilder();
/**
*
* Update operation: The criterion is expected to have a valid resource
* name.
*
*
* .google.ads.googleads.v17.resources.AdGroupCriterion update = 2;
* @return Whether the update field is set.
*/
boolean hasUpdate();
/**
*
* Update operation: The criterion is expected to have a valid resource
* name.
*
*
* .google.ads.googleads.v17.resources.AdGroupCriterion update = 2;
* @return The update.
*/
com.google.ads.googleads.v17.resources.AdGroupCriterion getUpdate();
/**
*
* Update operation: The criterion is expected to have a valid resource
* name.
*
*
* .google.ads.googleads.v17.resources.AdGroupCriterion update = 2;
*/
com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder getUpdateOrBuilder();
/**
*
* Remove operation: A resource name for the removed criterion is expected,
* in this format:
*
* `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
*
*
* string remove = 3 [(.google.api.resource_reference) = { ... }
* @return Whether the remove field is set.
*/
boolean hasRemove();
/**
*
* Remove operation: A resource name for the removed criterion is expected,
* in this format:
*
* `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
*
*
* string remove = 3 [(.google.api.resource_reference) = { ... }
* @return The remove.
*/
java.lang.String getRemove();
/**
*
* Remove operation: A resource name for the removed criterion is expected,
* in this format:
*
* `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
*
*
* string remove = 3 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
com.google.ads.googleads.v17.services.AdGroupCriterionOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy