com.google.ads.googleads.v10.common.PageFeedAssetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/asset_types.proto
package com.google.ads.googleads.v10.common;
public interface PageFeedAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.PageFeedAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The webpage that advertisers want to target.
*
*
* string page_url = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The pageUrl.
*/
java.lang.String getPageUrl();
/**
*
* Required. The webpage that advertisers want to target.
*
*
* string page_url = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for pageUrl.
*/
com.google.protobuf.ByteString
getPageUrlBytes();
/**
*
* Labels used to group the page urls.
*
*
* repeated string labels = 2;
* @return A list containing the labels.
*/
java.util.List
getLabelsList();
/**
*
* Labels used to group the page urls.
*
*
* repeated string labels = 2;
* @return The count of labels.
*/
int getLabelsCount();
/**
*
* Labels used to group the page urls.
*
*
* repeated string labels = 2;
* @param index The index of the element to return.
* @return The labels at the given index.
*/
java.lang.String getLabels(int index);
/**
*
* Labels used to group the page urls.
*
*
* repeated string labels = 2;
* @param index The index of the value to return.
* @return The bytes of the labels at the given index.
*/
com.google.protobuf.ByteString
getLabelsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy