com.google.ads.googleads.v17.services.KeywordPlanAdGroupOperationOrBuilder 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/keyword_plan_ad_group_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface KeywordPlanAdGroupOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.KeywordPlanAdGroupOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The 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();
/**
*
* The 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();
/**
*
* The FieldMask that determines which resource fields are modified in an
* update.
*
*
* .google.protobuf.FieldMask update_mask = 4;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
/**
*
* Create operation: No resource name is expected for the new Keyword Plan
* ad group.
*
*
* .google.ads.googleads.v17.resources.KeywordPlanAdGroup create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new Keyword Plan
* ad group.
*
*
* .google.ads.googleads.v17.resources.KeywordPlanAdGroup create = 1;
* @return The create.
*/
com.google.ads.googleads.v17.resources.KeywordPlanAdGroup getCreate();
/**
*
* Create operation: No resource name is expected for the new Keyword Plan
* ad group.
*
*
* .google.ads.googleads.v17.resources.KeywordPlanAdGroup create = 1;
*/
com.google.ads.googleads.v17.resources.KeywordPlanAdGroupOrBuilder getCreateOrBuilder();
/**
*
* Update operation: The Keyword Plan ad group is expected to have a valid
* resource name.
*
*
* .google.ads.googleads.v17.resources.KeywordPlanAdGroup update = 2;
* @return Whether the update field is set.
*/
boolean hasUpdate();
/**
*
* Update operation: The Keyword Plan ad group is expected to have a valid
* resource name.
*
*
* .google.ads.googleads.v17.resources.KeywordPlanAdGroup update = 2;
* @return The update.
*/
com.google.ads.googleads.v17.resources.KeywordPlanAdGroup getUpdate();
/**
*
* Update operation: The Keyword Plan ad group is expected to have a valid
* resource name.
*
*
* .google.ads.googleads.v17.resources.KeywordPlanAdGroup update = 2;
*/
com.google.ads.googleads.v17.resources.KeywordPlanAdGroupOrBuilder getUpdateOrBuilder();
/**
*
* Remove operation: A resource name for the removed Keyword Plan ad group
* is expected, in this format:
*
* `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_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 Keyword Plan ad group
* is expected, in this format:
*
* `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}`
*
*
* string remove = 3 [(.google.api.resource_reference) = { ... }
* @return The remove.
*/
java.lang.String getRemove();
/**
*
* Remove operation: A resource name for the removed Keyword Plan ad group
* is expected, in this format:
*
* `customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}`
*
*
* string remove = 3 [(.google.api.resource_reference) = { ... }
* @return The bytes for remove.
*/
com.google.protobuf.ByteString
getRemoveBytes();
com.google.ads.googleads.v17.services.KeywordPlanAdGroupOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy