com.google.ads.googleads.v17.resources.AdGroupCriterionLabelOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/ad_group_criterion_label.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AdGroupCriterionLabelOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AdGroupCriterionLabel)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the ad group criterion label.
* Ad group criterion label resource names have the form:
* `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_id}~{label_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Immutable. The resource name of the ad group criterion label.
* Ad group criterion label resource names have the form:
* `customers/{customer_id}/adGroupCriterionLabels/{ad_group_id}~{criterion_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 ad group criterion to which the label is attached.
*
*
* optional string ad_group_criterion = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return Whether the adGroupCriterion field is set.
*/
boolean hasAdGroupCriterion();
/**
*
* Immutable. The ad group criterion to which the label is attached.
*
*
* optional string ad_group_criterion = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The adGroupCriterion.
*/
java.lang.String getAdGroupCriterion();
/**
*
* Immutable. The ad group criterion to which the label is attached.
*
*
* optional string ad_group_criterion = 4 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroupCriterion.
*/
com.google.protobuf.ByteString
getAdGroupCriterionBytes();
/**
*
* Immutable. The label assigned to the ad group criterion.
*
*
* 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 ad group criterion.
*
*
* 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 ad group criterion.
*
*
* 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