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

com.google.ads.googleads.v17.resources.CampaignLabelOrBuilder Maven / Gradle / Ivy

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

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

public interface CampaignLabelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CampaignLabel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. Name of the resource.
   * Campaign label resource names have the form:
   * `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. Name of the resource.
   * Campaign label resource names have the form:
   * `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Immutable. The campaign to which the label is attached.
   * 
* * optional string campaign = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the campaign field is set. */ boolean hasCampaign(); /** *
   * Immutable. The campaign to which the label is attached.
   * 
* * optional string campaign = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The campaign. */ java.lang.String getCampaign(); /** *
   * Immutable. The campaign to which the label is attached.
   * 
* * optional string campaign = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for campaign. */ com.google.protobuf.ByteString getCampaignBytes(); /** *
   * Immutable. The label assigned to the campaign.
   * 
* * optional string label = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the label field is set. */ boolean hasLabel(); /** *
   * Immutable. The label assigned to the campaign.
   * 
* * optional string label = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The label. */ java.lang.String getLabel(); /** *
   * Immutable. The label assigned to the campaign.
   * 
* * optional string label = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for label. */ com.google.protobuf.ByteString getLabelBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy