Package viam.app.v1

Interface AppOuterClass.GetAppBrandingResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.GetAppBrandingResponse, AppOuterClass.GetAppBrandingResponse.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.GetAppBrandingResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • hasLogoPath

      boolean hasLogoPath()
      optional string logo_path = 1 [json_name = "logoPath"];
      Returns:
      Whether the logoPath field is set.
    • getLogoPath

      String getLogoPath()
      optional string logo_path = 1 [json_name = "logoPath"];
      Returns:
      The logoPath.
    • getLogoPathBytes

      com.google.protobuf.ByteString getLogoPathBytes()
      optional string logo_path = 1 [json_name = "logoPath"];
      Returns:
      The bytes for logoPath.
    • getTextCustomizationsCount

      int getTextCustomizationsCount()
      map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
    • containsTextCustomizations

      boolean containsTextCustomizations(String key)
      map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
    • getTextCustomizations

      Deprecated.
    • getTextCustomizationsMap

      Map<String,AppOuterClass.TextOverrides> getTextCustomizationsMap()
      map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
    • getTextCustomizationsOrDefault

      AppOuterClass.TextOverrides getTextCustomizationsOrDefault(String key, AppOuterClass.TextOverrides defaultValue)
      map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
    • getTextCustomizationsOrThrow

      AppOuterClass.TextOverrides getTextCustomizationsOrThrow(String key)
      map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
    • getFragmentIdsList

      List<String> getFragmentIdsList()
      repeated string fragment_ids = 3 [json_name = "fragmentIds"];
      Returns:
      A list containing the fragmentIds.
    • getFragmentIdsCount

      int getFragmentIdsCount()
      repeated string fragment_ids = 3 [json_name = "fragmentIds"];
      Returns:
      The count of fragmentIds.
    • getFragmentIds

      String getFragmentIds(int index)
      repeated string fragment_ids = 3 [json_name = "fragmentIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The fragmentIds at the given index.
    • getFragmentIdsBytes

      com.google.protobuf.ByteString getFragmentIdsBytes(int index)
      repeated string fragment_ids = 3 [json_name = "fragmentIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The fragmentIds at the given index.