
com.google.ads.googleads.v15.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-v15 Show documentation
Show all versions of google-ads-stubs-v15 Show documentation
Stubs for GAAPI version google-ads-stubs-v15
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v15/services/customer_lifecycle_goal_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v15.services;
public interface CustomerLifecycleGoalOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v15.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: to create a new customer lifecycle goal or update an
* existing customer lifecycle goal. When creating a new customer lifecycle
* goal, all required fields needs to be set. Resource name and field mask
* needs to be empty. When updating an existing customer lifecycle goal,
* resource name and field mask need to be set. Partial update based on
* field mask is supported when updating an existing customer lifecycle
* goal.
*
*
* .google.ads.googleads.v15.resources.CustomerLifecycleGoal create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: to create a new customer lifecycle goal or update an
* existing customer lifecycle goal. When creating a new customer lifecycle
* goal, all required fields needs to be set. Resource name and field mask
* needs to be empty. When updating an existing customer lifecycle goal,
* resource name and field mask need to be set. Partial update based on
* field mask is supported when updating an existing customer lifecycle
* goal.
*
*
* .google.ads.googleads.v15.resources.CustomerLifecycleGoal create = 1;
* @return The create.
*/
com.google.ads.googleads.v15.resources.CustomerLifecycleGoal getCreate();
/**
*
* Create operation: to create a new customer lifecycle goal or update an
* existing customer lifecycle goal. When creating a new customer lifecycle
* goal, all required fields needs to be set. Resource name and field mask
* needs to be empty. When updating an existing customer lifecycle goal,
* resource name and field mask need to be set. Partial update based on
* field mask is supported when updating an existing customer lifecycle
* goal.
*
*
* .google.ads.googleads.v15.resources.CustomerLifecycleGoal create = 1;
*/
com.google.ads.googleads.v15.resources.CustomerLifecycleGoalOrBuilder getCreateOrBuilder();
com.google.ads.googleads.v15.services.CustomerLifecycleGoalOperation.OperationCase getOperationCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy