All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.KeywordPlanAdGroupKeywordOperationOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/services/keyword_plan_ad_group_keyword_service.proto

package com.google.ads.googleads.v10.services;

public interface KeywordPlanAdGroupKeywordOperationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.KeywordPlanAdGroupKeywordOperation)
    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 keyword.
   * 
* * .google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword 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 keyword.
   * 
* * .google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword create = 1; * @return The create. */ com.google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword getCreate(); /** *
   * Create operation: No resource name is expected for the new Keyword Plan
   * ad group keyword.
   * 
* * .google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword create = 1; */ com.google.ads.googleads.v10.resources.KeywordPlanAdGroupKeywordOrBuilder getCreateOrBuilder(); /** *
   * Update operation: The Keyword Plan ad group keyword is expected to have a
   * valid resource name.
   * 
* * .google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword update = 2; * @return Whether the update field is set. */ boolean hasUpdate(); /** *
   * Update operation: The Keyword Plan ad group keyword is expected to have a
   * valid resource name.
   * 
* * .google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword update = 2; * @return The update. */ com.google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword getUpdate(); /** *
   * Update operation: The Keyword Plan ad group keyword is expected to have a
   * valid resource name.
   * 
* * .google.ads.googleads.v10.resources.KeywordPlanAdGroupKeyword update = 2; */ com.google.ads.googleads.v10.resources.KeywordPlanAdGroupKeywordOrBuilder getUpdateOrBuilder(); /** *
   * Remove operation: A resource name for the removed Keyword Plan ad group
   * keyword is expected, in this format:
   * `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_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
   * keyword is expected, in this format:
   * `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_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
   * keyword is expected, in this format:
   * `customers/{customer_id}/keywordPlanAdGroupKeywords/{kp_ad_group_keyword_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.KeywordPlanAdGroupKeywordOperation.OperationCase getOperationCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy