com.google.ads.googleads.v17.services.ConversionCustomVariableOperationOrBuilder 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/conversion_custom_variable_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ConversionCustomVariableOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ConversionCustomVariableOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 3;
* @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 = 3;
* @return The updateMask.
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
* FieldMask that determines which resource fields are modified in an update.
*
*
* .google.protobuf.FieldMask update_mask = 3;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
/**
*
* Create operation: No resource name is expected for the new conversion
* custom variable.
*
*
* .google.ads.googleads.v17.resources.ConversionCustomVariable create = 1;
* @return Whether the create field is set.
*/
boolean hasCreate();
/**
*
* Create operation: No resource name is expected for the new conversion
* custom variable.
*
*
* .google.ads.googleads.v17.resources.ConversionCustomVariable create = 1;
* @return The create.
*/
com.google.ads.googleads.v17.resources.ConversionCustomVariable getCreate();
/**
*
* Create operation: No resource name is expected for the new conversion
* custom variable.
*
*
* .google.ads.googleads.v17.resources.ConversionCustomVariable create = 1;
*/
com.google.ads.googleads.v17.resources.ConversionCustomVariableOrBuilder getCreateOrBuilder();
/**
*
* Update operation: The conversion custom variable is expected to have a
* valid resource name.
*
*
* .google.ads.googleads.v17.resources.ConversionCustomVariable update = 2;
* @return Whether the update field is set.
*/
boolean hasUpdate();
/**
*
* Update operation: The conversion custom variable is expected to have a
* valid resource name.
*
*
* .google.ads.googleads.v17.resources.ConversionCustomVariable update = 2;
* @return The update.
*/
com.google.ads.googleads.v17.resources.ConversionCustomVariable getUpdate();
/**
*
* Update operation: The conversion custom variable is expected to have a
* valid resource name.
*
*
* .google.ads.googleads.v17.resources.ConversionCustomVariable update = 2;
*/
com.google.ads.googleads.v17.resources.ConversionCustomVariableOrBuilder getUpdateOrBuilder();
com.google.ads.googleads.v17.services.ConversionCustomVariableOperation.OperationCase getOperationCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy