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 Summary
Modifier and TypeMethodDescriptionboolean
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
getFragmentIds
(int index) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
com.google.protobuf.ByteString
getFragmentIdsBytes
(int index) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
int
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
optional string logo_path = 1 [json_name = "logoPath"];
com.google.protobuf.ByteString
optional string logo_path = 1 [json_name = "logoPath"];
Deprecated.int
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
getTextCustomizationsOrDefault
(String key, AppOuterClass.TextOverrides defaultValue) map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
boolean
optional string logo_path = 1 [json_name = "logoPath"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
-
getTextCustomizations
Deprecated.UsegetTextCustomizationsMap()
instead. -
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
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
-
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
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.
-