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 Type
    Method
    Description
    getLabels(int index)
    Labels used to group the page urls.
    com.google.protobuf.ByteString
    getLabelsBytes(int index)
    Labels used to group the page urls.
    int
    Labels used to group the page urls.
    Labels used to group the page urls.
    Required.
    com.google.protobuf.ByteString
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getLabels(int index)
       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.