Interface BrandSuggestionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BrandSuggestion, BrandSuggestion.Builder

public interface BrandSuggestionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Id for the brand.
    com.google.protobuf.ByteString
    Id for the brand.
    Name of the brand.
    com.google.protobuf.ByteString
    Name of the brand.
    Current state of the brand.
    int
    Current state of the brand.
    getUrls(int index)
    Urls which uniquely identify the brand.
    com.google.protobuf.ByteString
    getUrlsBytes(int index)
    Urls which uniquely identify the brand.
    int
    Urls which uniquely identify the brand.
    Urls which uniquely identify the brand.

    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

    • getId

      String getId()
       Id for the brand. It would be CKG MID for verified/global scoped brands.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Id for the brand. It would be CKG MID for verified/global scoped brands.
       
      string id = 1;
      Returns:
      The bytes for id.
    • getName

      String getName()
       Name of the brand.
       
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the brand.
       
      string name = 2;
      Returns:
      The bytes for name.
    • getUrlsList

      List<String> getUrlsList()
       Urls which uniquely identify the brand.
       
      repeated string urls = 3;
      Returns:
      A list containing the urls.
    • getUrlsCount

      int getUrlsCount()
       Urls which uniquely identify the brand.
       
      repeated string urls = 3;
      Returns:
      The count of urls.
    • getUrls

      String getUrls(int index)
       Urls which uniquely identify the brand.
       
      repeated string urls = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The urls at the given index.
    • getUrlsBytes

      com.google.protobuf.ByteString getUrlsBytes(int index)
       Urls which uniquely identify the brand.
       
      repeated string urls = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the urls at the given index.
    • getStateValue

      int getStateValue()
       Current state of the brand.
       
      .google.ads.googleads.v18.enums.BrandStateEnum.BrandState state = 4;
      Returns:
      The enum numeric value on the wire for state.
    • getState

       Current state of the brand.
       
      .google.ads.googleads.v18.enums.BrandStateEnum.BrandState state = 4;
      Returns:
      The state.