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

com.google.ads.googleads.v10.services.CustomerOperationOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.services;

public interface CustomerOperationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.CustomerOperation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Mutate operation. Only updates are supported for customer.
   * 
* * .google.ads.googleads.v10.resources.Customer update = 1; * @return Whether the update field is set. */ boolean hasUpdate(); /** *
   * Mutate operation. Only updates are supported for customer.
   * 
* * .google.ads.googleads.v10.resources.Customer update = 1; * @return The update. */ com.google.ads.googleads.v10.resources.Customer getUpdate(); /** *
   * Mutate operation. Only updates are supported for customer.
   * 
* * .google.ads.googleads.v10.resources.Customer update = 1; */ com.google.ads.googleads.v10.resources.CustomerOrBuilder 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 - 2025 Weber Informatics LLC | Privacy Policy