com.google.ads.googleads.v17.services.CustomerLifecycleGoalOperationOrBuilder 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/customer_lifecycle_goal_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface CustomerLifecycleGoalOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CustomerLifecycleGoalOperation)
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 customer lifecycle goal.
*
*
* .google.ads.googleads.v17.resources.CustomerLifecycleGoal create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: Create a new customer lifecycle goal.
*
*
* .google.ads.googleads.v17.resources.CustomerLifecycleGoal create = 1;
* @return The create.
*/
com.google.ads.googleads.v17.resources.CustomerLifecycleGoal getCreate();
/**
*
* Create operation: Create a new customer lifecycle goal.
*
*
* .google.ads.googleads.v17.resources.CustomerLifecycleGoal create = 1;
*/
com.google.ads.googleads.v17.resources.CustomerLifecycleGoalOrBuilder getCreateOrBuilder();
/**
*
* Update operation: Update an existing customer lifecycle goal.
*
*
* .google.ads.googleads.v17.resources.CustomerLifecycleGoal update = 3;
* @return Whether the update field is set.
*/
boolean hasUpdate();
/**
*
* Update operation: Update an existing customer lifecycle goal.
*
*
* .google.ads.googleads.v17.resources.CustomerLifecycleGoal update = 3;
* @return The update.
*/
com.google.ads.googleads.v17.resources.CustomerLifecycleGoal getUpdate();
/**
*
* Update operation: Update an existing customer lifecycle goal.
*
*
* .google.ads.googleads.v17.resources.CustomerLifecycleGoal update = 3;
*/
com.google.ads.googleads.v17.resources.CustomerLifecycleGoalOrBuilder getUpdateOrBuilder();
com.google.ads.googleads.v17.services.CustomerLifecycleGoalOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy