Package viam.app.v1
Class AppOuterClass.GetAppBrandingResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetAppBrandingResponse,AppOuterClass.GetAppBrandingResponse.Builder>
viam.app.v1.AppOuterClass.GetAppBrandingResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.GetAppBrandingResponseOrBuilder
- Enclosing class:
- AppOuterClass.GetAppBrandingResponse
public static final class AppOuterClass.GetAppBrandingResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetAppBrandingResponse,AppOuterClass.GetAppBrandingResponse.Builder>
implements AppOuterClass.GetAppBrandingResponseOrBuilder
Protobuf type
viam.app.v1.GetAppBrandingResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllFragmentIds
(Iterable<String> values) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
addFragmentIds
(String value) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
addFragmentIdsBytes
(com.google.protobuf.ByteString value) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
optional string logo_path = 1 [json_name = "logoPath"];
boolean
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"];
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
putTextCustomizations
(String key, AppOuterClass.TextOverrides value) map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
setFragmentIds
(int index, String value) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
setLogoPath
(String value) optional string logo_path = 1 [json_name = "logoPath"];
setLogoPathBytes
(com.google.protobuf.ByteString value) optional string logo_path = 1 [json_name = "logoPath"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasLogoPath
public boolean hasLogoPath()optional string logo_path = 1 [json_name = "logoPath"];
- Specified by:
hasLogoPath
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Returns:
- Whether the logoPath field is set.
-
getLogoPath
optional string logo_path = 1 [json_name = "logoPath"];
- Specified by:
getLogoPath
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Returns:
- The logoPath.
-
getLogoPathBytes
public com.google.protobuf.ByteString getLogoPathBytes()optional string logo_path = 1 [json_name = "logoPath"];
- Specified by:
getLogoPathBytes
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Returns:
- The bytes for logoPath.
-
setLogoPath
optional string logo_path = 1 [json_name = "logoPath"];
- Parameters:
value
- The logoPath to set.- Returns:
- This builder for chaining.
-
clearLogoPath
optional string logo_path = 1 [json_name = "logoPath"];
- Returns:
- This builder for chaining.
-
setLogoPathBytes
public AppOuterClass.GetAppBrandingResponse.Builder setLogoPathBytes(com.google.protobuf.ByteString value) optional string logo_path = 1 [json_name = "logoPath"];
- Parameters:
value
- The bytes for logoPath to set.- Returns:
- This builder for chaining.
-
getTextCustomizationsCount
public int getTextCustomizationsCount()Description copied from interface:AppOuterClass.GetAppBrandingResponseOrBuilder
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
- Specified by:
getTextCustomizationsCount
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
-
containsTextCustomizations
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
- Specified by:
containsTextCustomizations
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
-
clearTextCustomizations
-
removeTextCustomizations
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
-
getTextCustomizations
Deprecated.UsegetTextCustomizationsMap()
instead.- Specified by:
getTextCustomizations
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
-
getTextCustomizationsMap
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
- Specified by:
getTextCustomizationsMap
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
-
getTextCustomizationsOrDefault
public AppOuterClass.TextOverrides getTextCustomizationsOrDefault(String key, AppOuterClass.TextOverrides defaultValue) map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
- Specified by:
getTextCustomizationsOrDefault
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
-
getTextCustomizationsOrThrow
map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
- Specified by:
getTextCustomizationsOrThrow
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
-
putTextCustomizations
public AppOuterClass.GetAppBrandingResponse.Builder putTextCustomizations(String key, AppOuterClass.TextOverrides value) map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
-
putAllTextCustomizations
public AppOuterClass.GetAppBrandingResponse.Builder putAllTextCustomizations(Map<String, AppOuterClass.TextOverrides> values) map<string, .viam.app.v1.TextOverrides> text_customizations = 2 [json_name = "textCustomizations"];
-
getFragmentIdsList
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Specified by:
getFragmentIdsList
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Returns:
- A list containing the fragmentIds.
-
getFragmentIdsCount
public int getFragmentIdsCount()repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Specified by:
getFragmentIdsCount
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Returns:
- The count of fragmentIds.
-
getFragmentIds
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Specified by:
getFragmentIds
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The fragmentIds at the given index.
-
getFragmentIdsBytes
public com.google.protobuf.ByteString getFragmentIdsBytes(int index) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Specified by:
getFragmentIdsBytes
in interfaceAppOuterClass.GetAppBrandingResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the fragmentIds at the given index.
-
setFragmentIds
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Parameters:
index
- The index to set the value at.value
- The fragmentIds to set.- Returns:
- This builder for chaining.
-
addFragmentIds
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Parameters:
value
- The fragmentIds to add.- Returns:
- This builder for chaining.
-
addAllFragmentIds
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Parameters:
values
- The fragmentIds to add.- Returns:
- This builder for chaining.
-
clearFragmentIds
repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Returns:
- This builder for chaining.
-
addFragmentIdsBytes
public AppOuterClass.GetAppBrandingResponse.Builder addFragmentIdsBytes(com.google.protobuf.ByteString value) repeated string fragment_ids = 3 [json_name = "fragmentIds"];
- Parameters:
value
- The bytes of the fragmentIds to add.- Returns:
- This builder for chaining.
-