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 TypeMethodDescriptionbooleanmap<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.ByteStringgetFragmentIdsBytes(int index) repeated string fragment_ids = 3 [json_name = "fragmentIds"];intrepeated 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.ByteStringoptional string logo_path = 1 [json_name = "logoPath"];Deprecated.intmap<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"];booleanoptional 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.
-