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

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

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

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

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

  /**
   * 
   * The resource name returned for successful operations.
   * 
* * string resource_name = 1 [(.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * The resource name returned for successful operations.
   * 
* * string resource_name = 1 [(.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * The mutated ad with only mutable fields after mutate. The field will only
   * be returned when response_content_type is set to "MUTABLE_RESOURCE".
   * 
* * .google.ads.googleads.v10.resources.Ad ad = 2; * @return Whether the ad field is set. */ boolean hasAd(); /** *
   * The mutated ad with only mutable fields after mutate. The field will only
   * be returned when response_content_type is set to "MUTABLE_RESOURCE".
   * 
* * .google.ads.googleads.v10.resources.Ad ad = 2; * @return The ad. */ com.google.ads.googleads.v10.resources.Ad getAd(); /** *
   * The mutated ad with only mutable fields after mutate. The field will only
   * be returned when response_content_type is set to "MUTABLE_RESOURCE".
   * 
* * .google.ads.googleads.v10.resources.Ad ad = 2; */ com.google.ads.googleads.v10.resources.AdOrBuilder getAdOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy