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

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

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

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

public interface MutateBiddingDataExclusionsResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.MutateBiddingDataExclusionsResult)
    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 bidding data exclusion 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.BiddingDataExclusion bidding_data_exclusion = 2; * @return Whether the biddingDataExclusion field is set. */ boolean hasBiddingDataExclusion(); /** *
   * The mutated bidding data exclusion 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.BiddingDataExclusion bidding_data_exclusion = 2; * @return The biddingDataExclusion. */ com.google.ads.googleads.v17.resources.BiddingDataExclusion getBiddingDataExclusion(); /** *
   * The mutated bidding data exclusion 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.BiddingDataExclusion bidding_data_exclusion = 2; */ com.google.ads.googleads.v17.resources.BiddingDataExclusionOrBuilder getBiddingDataExclusionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy