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

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

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

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

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

  /**
   * 
   * Returned for successful operations.
   * 
* * string resource_name = 1 [(.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Returned for successful operations.
   * 
* * string resource_name = 1 [(.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * The mutated CustomerExtensionSetting with only mutable fields after mutate.
   * The field will only be returned when response_content_type is set to
   * "MUTABLE_RESOURCE".
   * 
* * .google.ads.googleads.v17.resources.CustomerExtensionSetting customer_extension_setting = 2; * @return Whether the customerExtensionSetting field is set. */ boolean hasCustomerExtensionSetting(); /** *
   * The mutated CustomerExtensionSetting with only mutable fields after mutate.
   * The field will only be returned when response_content_type is set to
   * "MUTABLE_RESOURCE".
   * 
* * .google.ads.googleads.v17.resources.CustomerExtensionSetting customer_extension_setting = 2; * @return The customerExtensionSetting. */ com.google.ads.googleads.v17.resources.CustomerExtensionSetting getCustomerExtensionSetting(); /** *
   * The mutated CustomerExtensionSetting with only mutable fields after mutate.
   * The field will only be returned when response_content_type is set to
   * "MUTABLE_RESOURCE".
   * 
* * .google.ads.googleads.v17.resources.CustomerExtensionSetting customer_extension_setting = 2; */ com.google.ads.googleads.v17.resources.CustomerExtensionSettingOrBuilder getCustomerExtensionSettingOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy