Interface PageFeedAssetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PageFeedAsset,PageFeedAsset.Builder
public interface PageFeedAssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLabels(int index) Labels used to group the page urls.com.google.protobuf.ByteStringgetLabelsBytes(int index) Labels used to group the page urls.intLabels used to group the page urls.Labels used to group the page urls.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPageUrl
String getPageUrl()Required. The webpage that advertisers want to target.
string page_url = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The pageUrl.
-
getPageUrlBytes
com.google.protobuf.ByteString getPageUrlBytes()Required. The webpage that advertisers want to target.
string page_url = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for pageUrl.
-
getLabelsList
Labels used to group the page urls.
repeated string labels = 2;- Returns:
- A list containing the labels.
-
getLabelsCount
int getLabelsCount()Labels used to group the page urls.
repeated string labels = 2;- Returns:
- The count of labels.
-
getLabels
Labels used to group the page urls.
repeated string labels = 2;- Parameters:
index- The index of the element to return.- Returns:
- The labels at the given index.
-
getLabelsBytes
com.google.protobuf.ByteString getLabelsBytes(int index) Labels used to group the page urls.
repeated string labels = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the labels at the given index.
-