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

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

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

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

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

  /**
   * 
   * Required. The resource name of the Smart campaign setting belonging to the
   * Smart campaign to fetch the status of.
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Required. The resource name of the Smart campaign setting belonging to the
   * Smart campaign to fetch the status of.
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy