com.google.ads.googleads.v17.services.AssetGroupSignalOperationOrBuilder 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/asset_group_signal_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface AssetGroupSignalOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AssetGroupSignalOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL];
*/
java.util.List
getExemptPolicyViolationKeysList();
/**
*
* Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL];
*/
com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index);
/**
*
* Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL];
*/
int getExemptPolicyViolationKeysCount();
/**
*
* Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL];
*/
java.util.List extends com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder>
getExemptPolicyViolationKeysOrBuilderList();
/**
*
* Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL];
*/
com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder getExemptPolicyViolationKeysOrBuilder(
int index);
/**
*
* Create operation: No resource name is expected for the new asset group
* signal.
*
*
* .google.ads.googleads.v17.resources.AssetGroupSignal create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new asset group
* signal.
*
*
* .google.ads.googleads.v17.resources.AssetGroupSignal create = 1;
* @return The create.
*/
com.google.ads.googleads.v17.resources.AssetGroupSignal getCreate();
/**
*
* Create operation: No resource name is expected for the new asset group
* signal.
*
*
* .google.ads.googleads.v17.resources.AssetGroupSignal create = 1;
*/
com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder getCreateOrBuilder();
/**
*
* Remove operation: A resource name for the removed asset group signal is
* expected, in this format:
* `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
*
*
* string remove = 2 [(.google.api.resource_reference) = { ... }
* @return Whether the remove field is set.
*/
boolean hasRemove();
/**
*
* Remove operation: A resource name for the removed asset group signal is
* expected, in this format:
* `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
*
*
* string remove = 2 [(.google.api.resource_reference) = { ... }
* @return The remove.
*/
java.lang.String getRemove();
/**
*
* Remove operation: A resource name for the removed asset group signal is
* expected, in this format:
* `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
*
*
* string remove = 2 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
com.google.ads.googleads.v17.services.AssetGroupSignalOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy