Interface MarketingInfoOrBuilder

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

    public interface MarketingInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDisplayName

        String getDisplayName()
         Human readable name.
         
        string display_name = 1;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Human readable name.
         
        string display_name = 1;
        Returns:
        The bytes for displayName.
      • getDescription

        String getDescription()
         Human readable description. Description can contain HTML.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Human readable description. Description can contain HTML.
         
        string description = 2;
        Returns:
        The bytes for description.
      • hasDefaultLogo

        boolean hasDefaultLogo()
         Default logo.
         
        .google.cloud.channel.v1.Media default_logo = 3;
        Returns:
        Whether the defaultLogo field is set.
      • getDefaultLogo

        Media getDefaultLogo()
         Default logo.
         
        .google.cloud.channel.v1.Media default_logo = 3;
        Returns:
        The defaultLogo.
      • getDefaultLogoOrBuilder

        MediaOrBuilder getDefaultLogoOrBuilder()
         Default logo.
         
        .google.cloud.channel.v1.Media default_logo = 3;