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 TypeMethodDescriptiongetDark()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.getIcon()Specifies an icon URL to use for this tenant branding payload.com.google.protobuf.ByteStringSpecifies an icon URL to use for this tenant branding payload.getLight()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.getLogo()Specifies a logo URL to use for this tenant branding payload.com.google.protobuf.ByteStringSpecifies a logo URL to use for this tenant branding payload.booleanhasDark()Color scheme to use for this tenant when the `dark` theme is active.booleanhasLight()Color scheme to use for this tenant when the `light` theme is active.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Tenant.TenantBranding.TenantColors 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
Tenant.TenantBranding.TenantColorsOrBuilder 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
Tenant.TenantBranding.TenantColors 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
Tenant.TenantBranding.TenantColorsOrBuilder 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];
-