com.google.ads.googleads.v17.common.TextLabelOrBuilder 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/common/text_label.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface TextLabelOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.TextLabel)
com.google.protobuf.MessageOrBuilder {
/**
*
* Background color of the label in HEX format. This string must match the
* regular expression '^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'.
* Note: The background color may not be visible for manager accounts.
*
*
* optional string background_color = 3;
* @return Whether the backgroundColor field is set.
*/
boolean hasBackgroundColor();
/**
*
* Background color of the label in HEX format. This string must match the
* regular expression '^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'.
* Note: The background color may not be visible for manager accounts.
*
*
* optional string background_color = 3;
* @return The backgroundColor.
*/
java.lang.String getBackgroundColor();
/**
*
* Background color of the label in HEX format. This string must match the
* regular expression '^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'.
* Note: The background color may not be visible for manager accounts.
*
*
* optional string background_color = 3;
* @return The bytes for backgroundColor.
*/
com.google.protobuf.ByteString
getBackgroundColorBytes();
/**
*
* A short description of the label. The length must be no more than 200
* characters.
*
*
* optional string description = 4;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
* A short description of the label. The length must be no more than 200
* characters.
*
*
* optional string description = 4;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* A short description of the label. The length must be no more than 200
* characters.
*
*
* optional string description = 4;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy