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

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

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

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

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

  /**
   * 
   * Required. Returned for successful operations.
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Required. Returned for successful operations.
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * The mutated campaign group 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.CampaignGroup campaign_group = 2; * @return Whether the campaignGroup field is set. */ boolean hasCampaignGroup(); /** *
   * The mutated campaign group 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.CampaignGroup campaign_group = 2; * @return The campaignGroup. */ com.google.ads.googleads.v17.resources.CampaignGroup getCampaignGroup(); /** *
   * The mutated campaign group 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.CampaignGroup campaign_group = 2; */ com.google.ads.googleads.v17.resources.CampaignGroupOrBuilder getCampaignGroupOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy