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

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

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

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

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

  /**
   * 
   * Create operation: No resource name is expected for the new ad group asset
   * set.
   * 
* * .google.ads.googleads.v17.resources.AdGroupAssetSet create = 1; * @return Whether the create field is set. */ boolean hasCreate(); /** *
   * Create operation: No resource name is expected for the new ad group asset
   * set.
   * 
* * .google.ads.googleads.v17.resources.AdGroupAssetSet create = 1; * @return The create. */ com.google.ads.googleads.v17.resources.AdGroupAssetSet getCreate(); /** *
   * Create operation: No resource name is expected for the new ad group asset
   * set.
   * 
* * .google.ads.googleads.v17.resources.AdGroupAssetSet create = 1; */ com.google.ads.googleads.v17.resources.AdGroupAssetSetOrBuilder getCreateOrBuilder(); /** *
   * Remove operation: A resource name for the removed ad group asset set is
   * expected, in this format:
   * `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return Whether the remove field is set. */ boolean hasRemove(); /** *
   * Remove operation: A resource name for the removed ad group asset set is
   * expected, in this format:
   * `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The remove. */ java.lang.String getRemove(); /** *
   * Remove operation: A resource name for the removed ad group asset set is
   * expected, in this format:
   * `customers/{customer_id}/adGroupAssetSets/{ad_group_id}~{asset_set_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The bytes for remove. */ com.google.protobuf.ByteString getRemoveBytes(); com.google.ads.googleads.v17.services.AdGroupAssetSetOperation.OperationCase getOperationCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy