com.google.ads.googleads.v17.resources.CustomerLabelOrBuilder 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/customer_label.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CustomerLabelOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomerLabel)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. Name of the resource.
* Customer label resource names have the form:
* `customers/{customer_id}/customerLabels/{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.
* Customer label resource names have the form:
* `customers/{customer_id}/customerLabels/{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();
/**
*
* Output only. The resource name of the customer to which the label is
* attached. Read only.
*
*
* optional string customer = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the customer field is set.
*/
boolean hasCustomer();
/**
*
* Output only. The resource name of the customer to which the label is
* attached. Read only.
*
*
* optional string customer = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The customer.
*/
java.lang.String getCustomer();
/**
*
* Output only. The resource name of the customer to which the label is
* attached. Read only.
*
*
* optional string customer = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for customer.
*/
com.google.protobuf.ByteString
getCustomerBytes();
/**
*
* Output only. The resource name of the label assigned to the customer.
*
* Note: the Customer ID portion of the label resource name is not
* validated when creating a new CustomerLabel.
*
*
* optional string label = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the label field is set.
*/
boolean hasLabel();
/**
*
* Output only. The resource name of the label assigned to the customer.
*
* Note: the Customer ID portion of the label resource name is not
* validated when creating a new CustomerLabel.
*
*
* optional string label = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The label.
*/
java.lang.String getLabel();
/**
*
* Output only. The resource name of the label assigned to the customer.
*
* Note: the Customer ID portion of the label resource name is not
* validated when creating a new CustomerLabel.
*
*
* optional string label = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for label.
*/
com.google.protobuf.ByteString
getLabelBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy