com.google.ads.googleads.v17.services.SmartCampaignSettingOperationOrBuilder 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/smart_campaign_setting_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface SmartCampaignSettingOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SmartCampaignSettingOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Update operation: The Smart campaign setting must specify a valid
* resource name.
*
*
* .google.ads.googleads.v17.resources.SmartCampaignSetting update = 1;
* @return Whether the update field is set.
*/
boolean hasUpdate();
/**
*
* Update operation: The Smart campaign setting must specify a valid
* resource name.
*
*
* .google.ads.googleads.v17.resources.SmartCampaignSetting update = 1;
* @return The update.
*/
com.google.ads.googleads.v17.resources.SmartCampaignSetting getUpdate();
/**
*
* Update operation: The Smart campaign setting must specify a valid
* resource name.
*
*
* .google.ads.googleads.v17.resources.SmartCampaignSetting update = 1;
*/
com.google.ads.googleads.v17.resources.SmartCampaignSettingOrBuilder getUpdateOrBuilder();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 2;
* @return Whether the updateMask field is set.
*/
boolean hasUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 2;
* @return The updateMask.
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 2;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy