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

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

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

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

public interface MutateCustomizerAttributeResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.MutateCustomizerAttributeResult)
    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 CustomizerAttribute 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.CustomizerAttribute customizer_attribute = 2; * @return Whether the customizerAttribute field is set. */ boolean hasCustomizerAttribute(); /** *
   * The mutated CustomizerAttribute 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.CustomizerAttribute customizer_attribute = 2; * @return The customizerAttribute. */ com.google.ads.googleads.v17.resources.CustomizerAttribute getCustomizerAttribute(); /** *
   * The mutated CustomizerAttribute 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.CustomizerAttribute customizer_attribute = 2; */ com.google.ads.googleads.v17.resources.CustomizerAttributeOrBuilder getCustomizerAttributeOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy