com.google.ads.googleads.v10.services.SharedCriterionOperationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/shared_criterion_service.proto
package com.google.ads.googleads.v10.services;
public interface SharedCriterionOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.SharedCriterionOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Create operation: No resource name is expected for the new shared
* criterion.
*
*
* .google.ads.googleads.v10.resources.SharedCriterion create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new shared
* criterion.
*
*
* .google.ads.googleads.v10.resources.SharedCriterion create = 1;
* @return The create.
*/
com.google.ads.googleads.v10.resources.SharedCriterion getCreate();
/**
*
* Create operation: No resource name is expected for the new shared
* criterion.
*
*
* .google.ads.googleads.v10.resources.SharedCriterion create = 1;
*/
com.google.ads.googleads.v10.resources.SharedCriterionOrBuilder getCreateOrBuilder();
/**
*
* Remove operation: A resource name for the removed shared criterion is
* expected, in this format:
* `customers/{customer_id}/sharedCriteria/{shared_set_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 shared criterion is
* expected, in this format:
* `customers/{customer_id}/sharedCriteria/{shared_set_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 shared criterion is
* expected, in this format:
* `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
*
*
* string remove = 3 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
public com.google.ads.googleads.v10.services.SharedCriterionOperation.OperationCase getOperationCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy