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

com.google.ads.googleads.v17.common.BudgetCampaignAssociationStatusOrBuilder Maven / Gradle / Ivy

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

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

public interface BudgetCampaignAssociationStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.BudgetCampaignAssociationStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The campaign resource name.
   * 
* * optional string campaign = 1; * @return Whether the campaign field is set. */ boolean hasCampaign(); /** *
   * The campaign resource name.
   * 
* * optional string campaign = 1; * @return The campaign. */ java.lang.String getCampaign(); /** *
   * The campaign resource name.
   * 
* * optional string campaign = 1; * @return The bytes for campaign. */ com.google.protobuf.ByteString getCampaignBytes(); /** *
   * Budget campaign association status.
   * 
* * .google.ads.googleads.v17.enums.BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus status = 2; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * Budget campaign association status.
   * 
* * .google.ads.googleads.v17.enums.BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus status = 2; * @return The status. */ com.google.ads.googleads.v17.enums.BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatus getStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy