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

com.google.ads.googleads.v17.services.CustomerLabelOperationOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface CustomerLabelOperationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.CustomerLabelOperation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Create operation: No resource name is expected for the new customer-label
   * relationship.
   * 
* * .google.ads.googleads.v17.resources.CustomerLabel create = 1; * @return Whether the create field is set. */ boolean hasCreate(); /** *
   * Create operation: No resource name is expected for the new customer-label
   * relationship.
   * 
* * .google.ads.googleads.v17.resources.CustomerLabel create = 1; * @return The create. */ com.google.ads.googleads.v17.resources.CustomerLabel getCreate(); /** *
   * Create operation: No resource name is expected for the new customer-label
   * relationship.
   * 
* * .google.ads.googleads.v17.resources.CustomerLabel create = 1; */ com.google.ads.googleads.v17.resources.CustomerLabelOrBuilder getCreateOrBuilder(); /** *
   * Remove operation: A resource name for the customer-label relationship
   * being removed, in this format:
   *
   * `customers/{customer_id}/customerLabels/{label_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return Whether the remove field is set. */ boolean hasRemove(); /** *
   * Remove operation: A resource name for the customer-label relationship
   * being removed, in this format:
   *
   * `customers/{customer_id}/customerLabels/{label_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The remove. */ java.lang.String getRemove(); /** *
   * Remove operation: A resource name for the customer-label relationship
   * being removed, in this format:
   *
   * `customers/{customer_id}/customerLabels/{label_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The bytes for remove. */ com.google.protobuf.ByteString getRemoveBytes(); com.google.ads.googleads.v17.services.CustomerLabelOperation.OperationCase getOperationCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy