Interface Campaign.BrandGuidelinesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Campaign.BrandGuidelines, Campaign.BrandGuidelines.Builder
Enclosing class:
Campaign

public static interface Campaign.BrandGuidelinesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The accent brand color, entered as a hex code (e.g., #00ff00).
    com.google.protobuf.ByteString
    The accent brand color, entered as a hex code (e.g., #00ff00).
    The main brand color, entered as a hex code (e.g., #00ff00).
    com.google.protobuf.ByteString
    The main brand color, entered as a hex code (e.g., #00ff00).
    The brand's font family.
    com.google.protobuf.ByteString
    The brand's font family.

    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

    • getMainColor

      String getMainColor()
       The main brand color, entered as a hex code (e.g., #00ff00). You must
       provide the main_color if you provide an accent_color.
       
      string main_color = 1;
      Returns:
      The mainColor.
    • getMainColorBytes

      com.google.protobuf.ByteString getMainColorBytes()
       The main brand color, entered as a hex code (e.g., #00ff00). You must
       provide the main_color if you provide an accent_color.
       
      string main_color = 1;
      Returns:
      The bytes for mainColor.
    • getAccentColor

      String getAccentColor()
       The accent brand color, entered as a hex code (e.g., #00ff00). You must
       provide the accent_color if you provide a main_color.
       
      string accent_color = 2;
      Returns:
      The accentColor.
    • getAccentColorBytes

      com.google.protobuf.ByteString getAccentColorBytes()
       The accent brand color, entered as a hex code (e.g., #00ff00). You must
       provide the accent_color if you provide a main_color.
       
      string accent_color = 2;
      Returns:
      The bytes for accentColor.
    • getPredefinedFontFamily

      String getPredefinedFontFamily()
       The brand's font family. Must be one of the following Google Fonts (case
       sensitive): Open Sans, Roboto, Montserrat, Poppins, Lato, Oswald,
       Playfair Display, Roboto Slab.
       
      string predefined_font_family = 3;
      Returns:
      The predefinedFontFamily.
    • getPredefinedFontFamilyBytes

      com.google.protobuf.ByteString getPredefinedFontFamilyBytes()
       The brand's font family. Must be one of the following Google Fonts (case
       sensitive): Open Sans, Roboto, Montserrat, Poppins, Lato, Oswald,
       Playfair Display, Roboto Slab.
       
      string predefined_font_family = 3;
      Returns:
      The bytes for predefinedFontFamily.