Package com.buildless

Interface Tenant.TenantBrandingOrBuilder

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

public static interface Tenant.TenantBrandingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Color scheme to use for this tenant when the `dark` theme is active.
    Color scheme to use for this tenant when the `dark` theme is active.
    Specifies an icon URL to use for this tenant branding payload.
    com.google.protobuf.ByteString
    Specifies an icon URL to use for this tenant branding payload.
    Color scheme to use for this tenant when the `light` theme is active.
    Color scheme to use for this tenant when the `light` theme is active.
    Specifies a logo URL to use for this tenant branding payload.
    com.google.protobuf.ByteString
    Specifies a logo URL to use for this tenant branding payload.
    boolean
    Color scheme to use for this tenant when the `dark` theme is active.
    boolean
    Color scheme to use for this tenant when the `light` theme is active.

    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

    • getIcon

      String getIcon()
       Specifies an icon URL to use for this tenant branding payload. The icon URL is used as the favicon, and in other
       circumstances where a square graphic is needed.
       
      string icon = 1 [json_name = "icon", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The icon.
    • getIconBytes

      com.google.protobuf.ByteString getIconBytes()
       Specifies an icon URL to use for this tenant branding payload. The icon URL is used as the favicon, and in other
       circumstances where a square graphic is needed.
       
      string icon = 1 [json_name = "icon", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The bytes for icon.
    • getLogo

      String getLogo()
       Specifies a logo URL to use for this tenant branding payload. The logo URL is used in the header, and in other
       circumstances where a wide graphic is needed.
       
      string logo = 2 [json_name = "logo", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The logo.
    • getLogoBytes

      com.google.protobuf.ByteString getLogoBytes()
       Specifies a logo URL to use for this tenant branding payload. The logo URL is used in the header, and in other
       circumstances where a wide graphic is needed.
       
      string logo = 2 [json_name = "logo", (.google.api.field_behavior) = OPTIONAL, (.validate.rules) = { ... }
      Returns:
      The bytes for logo.
    • hasLight

      boolean hasLight()
       Color scheme to use for this tenant when the `light` theme is active. If not present, default colors are used.
       
      .buildless.Tenant.TenantBranding.TenantColors light = 3 [json_name = "light", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the light field is set.
    • getLight

       Color scheme to use for this tenant when the `light` theme is active. If not present, default colors are used.
       
      .buildless.Tenant.TenantBranding.TenantColors light = 3 [json_name = "light", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The light.
    • getLightOrBuilder

       Color scheme to use for this tenant when the `light` theme is active. If not present, default colors are used.
       
      .buildless.Tenant.TenantBranding.TenantColors light = 3 [json_name = "light", (.google.api.field_behavior) = OPTIONAL];
    • hasDark

      boolean hasDark()
       Color scheme to use for this tenant when the `dark` theme is active. If not present, default colors are used.
       
      .buildless.Tenant.TenantBranding.TenantColors dark = 4 [json_name = "dark", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the dark field is set.
    • getDark

       Color scheme to use for this tenant when the `dark` theme is active. If not present, default colors are used.
       
      .buildless.Tenant.TenantBranding.TenantColors dark = 4 [json_name = "dark", (.google.api.field_behavior) = OPTIONAL];
      Returns:
      The dark.
    • getDarkOrBuilder

       Color scheme to use for this tenant when the `dark` theme is active. If not present, default colors are used.
       
      .buildless.Tenant.TenantBranding.TenantColors dark = 4 [json_name = "dark", (.google.api.field_behavior) = OPTIONAL];