com.google.ads.googleads.v17.common.AdTextAssetOrBuilder 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/ad_asset.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface AdTextAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AdTextAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Asset text.
*
*
* optional string text = 4;
* @return Whether the text field is set.
*/
boolean hasText();
/**
*
* Asset text.
*
*
* optional string text = 4;
* @return The text.
*/
java.lang.String getText();
/**
*
* Asset text.
*
*
* optional string text = 4;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
*
* The pinned field of the asset. This restricts the asset to only serve
* within this field. Multiple assets can be pinned to the same field. An
* asset that is unpinned or pinned to a different field will not serve in a
* field where some other asset has been pinned.
*
*
* .google.ads.googleads.v17.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType pinned_field = 2;
* @return The enum numeric value on the wire for pinnedField.
*/
int getPinnedFieldValue();
/**
*
* The pinned field of the asset. This restricts the asset to only serve
* within this field. Multiple assets can be pinned to the same field. An
* asset that is unpinned or pinned to a different field will not serve in a
* field where some other asset has been pinned.
*
*
* .google.ads.googleads.v17.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType pinned_field = 2;
* @return The pinnedField.
*/
com.google.ads.googleads.v17.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType getPinnedField();
/**
*
* The performance label of this text asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel asset_performance_label = 5;
* @return The enum numeric value on the wire for assetPerformanceLabel.
*/
int getAssetPerformanceLabelValue();
/**
*
* The performance label of this text asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel asset_performance_label = 5;
* @return The assetPerformanceLabel.
*/
com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getAssetPerformanceLabel();
/**
*
* The policy summary of this text asset.
*
*
* .google.ads.googleads.v17.common.AdAssetPolicySummary policy_summary_info = 6;
* @return Whether the policySummaryInfo field is set.
*/
boolean hasPolicySummaryInfo();
/**
*
* The policy summary of this text asset.
*
*
* .google.ads.googleads.v17.common.AdAssetPolicySummary policy_summary_info = 6;
* @return The policySummaryInfo.
*/
com.google.ads.googleads.v17.common.AdAssetPolicySummary getPolicySummaryInfo();
/**
*
* The policy summary of this text asset.
*
*
* .google.ads.googleads.v17.common.AdAssetPolicySummary policy_summary_info = 6;
*/
com.google.ads.googleads.v17.common.AdAssetPolicySummaryOrBuilder getPolicySummaryInfoOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy