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

com.google.ads.googleads.v17.services.CampaignLifecycleGoalOperationOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface CampaignLifecycleGoalOperationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CampaignLifecycleGoalOperation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Optional. FieldMask that determines which resource fields are modified in
   * an update.
   * 
* * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the updateMask field is set. */ boolean hasUpdateMask(); /** *
   * Optional. FieldMask that determines which resource fields are modified in
   * an update.
   * 
* * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return The updateMask. */ com.google.protobuf.FieldMask getUpdateMask(); /** *
   * Optional. FieldMask that determines which resource fields are modified in
   * an update.
   * 
* * .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); /** *
   * Create operation: Create a new campaign lifecycle goal. The campaign
   * field should be set for this operation.
   * 
* * .google.ads.googleads.v17.resources.CampaignLifecycleGoal create = 1; * @return Whether the create field is set. */ boolean hasCreate(); /** *
   * Create operation: Create a new campaign lifecycle goal. The campaign
   * field should be set for this operation.
   * 
* * .google.ads.googleads.v17.resources.CampaignLifecycleGoal create = 1; * @return The create. */ com.google.ads.googleads.v17.resources.CampaignLifecycleGoal getCreate(); /** *
   * Create operation: Create a new campaign lifecycle goal. The campaign
   * field should be set for this operation.
   * 
* * .google.ads.googleads.v17.resources.CampaignLifecycleGoal create = 1; */ com.google.ads.googleads.v17.resources.CampaignLifecycleGoalOrBuilder getCreateOrBuilder(); /** *
   * Update operation: Update an existing campaign lifecycle goal. The
   * campaign field should not be set for this operation.
   * 
* * .google.ads.googleads.v17.resources.CampaignLifecycleGoal update = 3; * @return Whether the update field is set. */ boolean hasUpdate(); /** *
   * Update operation: Update an existing campaign lifecycle goal. The
   * campaign field should not be set for this operation.
   * 
* * .google.ads.googleads.v17.resources.CampaignLifecycleGoal update = 3; * @return The update. */ com.google.ads.googleads.v17.resources.CampaignLifecycleGoal getUpdate(); /** *
   * Update operation: Update an existing campaign lifecycle goal. The
   * campaign field should not be set for this operation.
   * 
* * .google.ads.googleads.v17.resources.CampaignLifecycleGoal update = 3; */ com.google.ads.googleads.v17.resources.CampaignLifecycleGoalOrBuilder getUpdateOrBuilder(); com.google.ads.googleads.v17.services.CampaignLifecycleGoalOperation.OperationCase getOperationCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy