Interface UpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateRequest,UpdateRequest.Builder
public interface UpdateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrandDefaultsgetBrandDefaults().streamlayer.sdkSettings.BrandDefaults brand_defaults = 20 [json_name = "brandDefaults"];UpdateRequest.ButtonIconCasegetButtonIconCase()java.lang.StringgetDelButtonIcon()string del_button_icon = 9 [json_name = "delButtonIcon"];com.google.protobuf.ByteStringgetDelButtonIconBytes()string del_button_icon = 9 [json_name = "delButtonIcon"];java.lang.StringgetDelLinkShareIcon()string del_link_share_icon = 17 [json_name = "delLinkShareIcon"];com.google.protobuf.ByteStringgetDelLinkShareIconBytes()string del_link_share_icon = 17 [json_name = "delLinkShareIcon"];java.lang.StringgetDelLinkShareText()string del_link_share_text = 19 [json_name = "delLinkShareText"];com.google.protobuf.ByteStringgetDelLinkShareTextBytes()string del_link_share_text = 19 [json_name = "delLinkShareText"];java.lang.StringgetDelModerationPrimaryColor()string del_moderation_primary_color = 15 [json_name = "delModerationPrimaryColor"];com.google.protobuf.ByteStringgetDelModerationPrimaryColorBytes()string del_moderation_primary_color = 15 [json_name = "delModerationPrimaryColor"];java.lang.StringgetDelPrimaryColor()string del_primary_color = 11 [json_name = "delPrimaryColor"];com.google.protobuf.ByteStringgetDelPrimaryColorBytes()string del_primary_color = 11 [json_name = "delPrimaryColor"];java.lang.StringgetDelSecondaryColor()string del_secondary_color = 13 [json_name = "delSecondaryColor"];com.google.protobuf.ByteStringgetDelSecondaryColorBytes()string del_secondary_color = 13 [json_name = "delSecondaryColor"];longgetId()stream idUpdateRequest.LinkShareIconCasegetLinkShareIconCase()UpdateRequest.LinkShareTextCasegetLinkShareTextCase()UpdateRequest.ModerationPrimaryColorCasegetModerationPrimaryColorCase()java.lang.StringgetOrganizationId()string organization_id = 6 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 6 [json_name = "organizationId"];java.lang.StringgetOverlay()string overlay = 2 [json_name = "overlay"];com.google.protobuf.ByteStringgetOverlayBytes()string overlay = 2 [json_name = "overlay"];OverlayStateUpdategetOverlayUpdate().streamlayer.sdkSettings.stream.OverlayStateUpdate overlay_update = 21 [json_name = "overlayUpdate"];UpdateRequest.PrimaryColorCasegetPrimaryColorCase()UpdateRequest.SecondaryColorCasegetSecondaryColorCase()java.lang.StringgetSetButtonIcon()string set_button_icon = 8 [json_name = "setButtonIcon"];com.google.protobuf.ByteStringgetSetButtonIconBytes()string set_button_icon = 8 [json_name = "setButtonIcon"];java.lang.StringgetSetLinkShareIcon()string set_link_share_icon = 16 [json_name = "setLinkShareIcon"];com.google.protobuf.ByteStringgetSetLinkShareIconBytes()string set_link_share_icon = 16 [json_name = "setLinkShareIcon"];java.lang.StringgetSetLinkShareText()string set_link_share_text = 18 [json_name = "setLinkShareText"];com.google.protobuf.ByteStringgetSetLinkShareTextBytes()string set_link_share_text = 18 [json_name = "setLinkShareText"];java.lang.StringgetSetModerationPrimaryColor()string set_moderation_primary_color = 14 [json_name = "setModerationPrimaryColor"];com.google.protobuf.ByteStringgetSetModerationPrimaryColorBytes()string set_moderation_primary_color = 14 [json_name = "setModerationPrimaryColor"];SdkOverlaygetSetOverlaySettings().streamlayer.sdkSettings.SdkOverlay set_overlay_settings = 5 [json_name = "setOverlaySettings"];java.lang.StringgetSetPrimaryColor()string set_primary_color = 10 [json_name = "setPrimaryColor"];com.google.protobuf.ByteStringgetSetPrimaryColorBytes()string set_primary_color = 10 [json_name = "setPrimaryColor"];java.lang.StringgetSetSecondaryColor()string set_secondary_color = 12 [json_name = "setSecondaryColor"];com.google.protobuf.ByteStringgetSetSecondaryColorBytes()string set_secondary_color = 12 [json_name = "setSecondaryColor"];booleanhasBrandDefaults().streamlayer.sdkSettings.BrandDefaults brand_defaults = 20 [json_name = "brandDefaults"];booleanhasDelButtonIcon()string del_button_icon = 9 [json_name = "delButtonIcon"];booleanhasDelLinkShareIcon()string del_link_share_icon = 17 [json_name = "delLinkShareIcon"];booleanhasDelLinkShareText()string del_link_share_text = 19 [json_name = "delLinkShareText"];booleanhasDelModerationPrimaryColor()string del_moderation_primary_color = 15 [json_name = "delModerationPrimaryColor"];booleanhasDelPrimaryColor()string del_primary_color = 11 [json_name = "delPrimaryColor"];booleanhasDelSecondaryColor()string del_secondary_color = 13 [json_name = "delSecondaryColor"];booleanhasOverlayUpdate().streamlayer.sdkSettings.stream.OverlayStateUpdate overlay_update = 21 [json_name = "overlayUpdate"];booleanhasSetButtonIcon()string set_button_icon = 8 [json_name = "setButtonIcon"];booleanhasSetLinkShareIcon()string set_link_share_icon = 16 [json_name = "setLinkShareIcon"];booleanhasSetLinkShareText()string set_link_share_text = 18 [json_name = "setLinkShareText"];booleanhasSetModerationPrimaryColor()string set_moderation_primary_color = 14 [json_name = "setModerationPrimaryColor"];booleanhasSetOverlaySettings().streamlayer.sdkSettings.SdkOverlay set_overlay_settings = 5 [json_name = "setOverlaySettings"];booleanhasSetPrimaryColor()string set_primary_color = 10 [json_name = "setPrimaryColor"];booleanhasSetSecondaryColor()string set_secondary_color = 12 [json_name = "setSecondaryColor"];
-
-
-
Method Detail
-
getId
long getId()
stream id
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 6 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 6 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getOverlay
java.lang.String getOverlay()
string overlay = 2 [json_name = "overlay"];- Returns:
- The overlay.
-
getOverlayBytes
com.google.protobuf.ByteString getOverlayBytes()
string overlay = 2 [json_name = "overlay"];- Returns:
- The bytes for overlay.
-
hasSetOverlaySettings
boolean hasSetOverlaySettings()
.streamlayer.sdkSettings.SdkOverlay set_overlay_settings = 5 [json_name = "setOverlaySettings"];- Returns:
- Whether the setOverlaySettings field is set.
-
getSetOverlaySettings
SdkOverlay getSetOverlaySettings()
.streamlayer.sdkSettings.SdkOverlay set_overlay_settings = 5 [json_name = "setOverlaySettings"];- Returns:
- The setOverlaySettings.
-
hasSetButtonIcon
boolean hasSetButtonIcon()
string set_button_icon = 8 [json_name = "setButtonIcon"];- Returns:
- Whether the setButtonIcon field is set.
-
getSetButtonIcon
java.lang.String getSetButtonIcon()
string set_button_icon = 8 [json_name = "setButtonIcon"];- Returns:
- The setButtonIcon.
-
getSetButtonIconBytes
com.google.protobuf.ByteString getSetButtonIconBytes()
string set_button_icon = 8 [json_name = "setButtonIcon"];- Returns:
- The bytes for setButtonIcon.
-
hasDelButtonIcon
boolean hasDelButtonIcon()
string del_button_icon = 9 [json_name = "delButtonIcon"];- Returns:
- Whether the delButtonIcon field is set.
-
getDelButtonIcon
java.lang.String getDelButtonIcon()
string del_button_icon = 9 [json_name = "delButtonIcon"];- Returns:
- The delButtonIcon.
-
getDelButtonIconBytes
com.google.protobuf.ByteString getDelButtonIconBytes()
string del_button_icon = 9 [json_name = "delButtonIcon"];- Returns:
- The bytes for delButtonIcon.
-
hasSetPrimaryColor
boolean hasSetPrimaryColor()
string set_primary_color = 10 [json_name = "setPrimaryColor"];- Returns:
- Whether the setPrimaryColor field is set.
-
getSetPrimaryColor
java.lang.String getSetPrimaryColor()
string set_primary_color = 10 [json_name = "setPrimaryColor"];- Returns:
- The setPrimaryColor.
-
getSetPrimaryColorBytes
com.google.protobuf.ByteString getSetPrimaryColorBytes()
string set_primary_color = 10 [json_name = "setPrimaryColor"];- Returns:
- The bytes for setPrimaryColor.
-
hasDelPrimaryColor
boolean hasDelPrimaryColor()
string del_primary_color = 11 [json_name = "delPrimaryColor"];- Returns:
- Whether the delPrimaryColor field is set.
-
getDelPrimaryColor
java.lang.String getDelPrimaryColor()
string del_primary_color = 11 [json_name = "delPrimaryColor"];- Returns:
- The delPrimaryColor.
-
getDelPrimaryColorBytes
com.google.protobuf.ByteString getDelPrimaryColorBytes()
string del_primary_color = 11 [json_name = "delPrimaryColor"];- Returns:
- The bytes for delPrimaryColor.
-
hasSetSecondaryColor
boolean hasSetSecondaryColor()
string set_secondary_color = 12 [json_name = "setSecondaryColor"];- Returns:
- Whether the setSecondaryColor field is set.
-
getSetSecondaryColor
java.lang.String getSetSecondaryColor()
string set_secondary_color = 12 [json_name = "setSecondaryColor"];- Returns:
- The setSecondaryColor.
-
getSetSecondaryColorBytes
com.google.protobuf.ByteString getSetSecondaryColorBytes()
string set_secondary_color = 12 [json_name = "setSecondaryColor"];- Returns:
- The bytes for setSecondaryColor.
-
hasDelSecondaryColor
boolean hasDelSecondaryColor()
string del_secondary_color = 13 [json_name = "delSecondaryColor"];- Returns:
- Whether the delSecondaryColor field is set.
-
getDelSecondaryColor
java.lang.String getDelSecondaryColor()
string del_secondary_color = 13 [json_name = "delSecondaryColor"];- Returns:
- The delSecondaryColor.
-
getDelSecondaryColorBytes
com.google.protobuf.ByteString getDelSecondaryColorBytes()
string del_secondary_color = 13 [json_name = "delSecondaryColor"];- Returns:
- The bytes for delSecondaryColor.
-
hasSetModerationPrimaryColor
boolean hasSetModerationPrimaryColor()
string set_moderation_primary_color = 14 [json_name = "setModerationPrimaryColor"];- Returns:
- Whether the setModerationPrimaryColor field is set.
-
getSetModerationPrimaryColor
java.lang.String getSetModerationPrimaryColor()
string set_moderation_primary_color = 14 [json_name = "setModerationPrimaryColor"];- Returns:
- The setModerationPrimaryColor.
-
getSetModerationPrimaryColorBytes
com.google.protobuf.ByteString getSetModerationPrimaryColorBytes()
string set_moderation_primary_color = 14 [json_name = "setModerationPrimaryColor"];- Returns:
- The bytes for setModerationPrimaryColor.
-
hasDelModerationPrimaryColor
boolean hasDelModerationPrimaryColor()
string del_moderation_primary_color = 15 [json_name = "delModerationPrimaryColor"];- Returns:
- Whether the delModerationPrimaryColor field is set.
-
getDelModerationPrimaryColor
java.lang.String getDelModerationPrimaryColor()
string del_moderation_primary_color = 15 [json_name = "delModerationPrimaryColor"];- Returns:
- The delModerationPrimaryColor.
-
getDelModerationPrimaryColorBytes
com.google.protobuf.ByteString getDelModerationPrimaryColorBytes()
string del_moderation_primary_color = 15 [json_name = "delModerationPrimaryColor"];- Returns:
- The bytes for delModerationPrimaryColor.
-
hasSetLinkShareIcon
boolean hasSetLinkShareIcon()
string set_link_share_icon = 16 [json_name = "setLinkShareIcon"];- Returns:
- Whether the setLinkShareIcon field is set.
-
getSetLinkShareIcon
java.lang.String getSetLinkShareIcon()
string set_link_share_icon = 16 [json_name = "setLinkShareIcon"];- Returns:
- The setLinkShareIcon.
-
getSetLinkShareIconBytes
com.google.protobuf.ByteString getSetLinkShareIconBytes()
string set_link_share_icon = 16 [json_name = "setLinkShareIcon"];- Returns:
- The bytes for setLinkShareIcon.
-
hasDelLinkShareIcon
boolean hasDelLinkShareIcon()
string del_link_share_icon = 17 [json_name = "delLinkShareIcon"];- Returns:
- Whether the delLinkShareIcon field is set.
-
getDelLinkShareIcon
java.lang.String getDelLinkShareIcon()
string del_link_share_icon = 17 [json_name = "delLinkShareIcon"];- Returns:
- The delLinkShareIcon.
-
getDelLinkShareIconBytes
com.google.protobuf.ByteString getDelLinkShareIconBytes()
string del_link_share_icon = 17 [json_name = "delLinkShareIcon"];- Returns:
- The bytes for delLinkShareIcon.
-
hasSetLinkShareText
boolean hasSetLinkShareText()
string set_link_share_text = 18 [json_name = "setLinkShareText"];- Returns:
- Whether the setLinkShareText field is set.
-
getSetLinkShareText
java.lang.String getSetLinkShareText()
string set_link_share_text = 18 [json_name = "setLinkShareText"];- Returns:
- The setLinkShareText.
-
getSetLinkShareTextBytes
com.google.protobuf.ByteString getSetLinkShareTextBytes()
string set_link_share_text = 18 [json_name = "setLinkShareText"];- Returns:
- The bytes for setLinkShareText.
-
hasDelLinkShareText
boolean hasDelLinkShareText()
string del_link_share_text = 19 [json_name = "delLinkShareText"];- Returns:
- Whether the delLinkShareText field is set.
-
getDelLinkShareText
java.lang.String getDelLinkShareText()
string del_link_share_text = 19 [json_name = "delLinkShareText"];- Returns:
- The delLinkShareText.
-
getDelLinkShareTextBytes
com.google.protobuf.ByteString getDelLinkShareTextBytes()
string del_link_share_text = 19 [json_name = "delLinkShareText"];- Returns:
- The bytes for delLinkShareText.
-
hasBrandDefaults
boolean hasBrandDefaults()
.streamlayer.sdkSettings.BrandDefaults brand_defaults = 20 [json_name = "brandDefaults"];- Returns:
- Whether the brandDefaults field is set.
-
getBrandDefaults
BrandDefaults getBrandDefaults()
.streamlayer.sdkSettings.BrandDefaults brand_defaults = 20 [json_name = "brandDefaults"];- Returns:
- The brandDefaults.
-
hasOverlayUpdate
boolean hasOverlayUpdate()
.streamlayer.sdkSettings.stream.OverlayStateUpdate overlay_update = 21 [json_name = "overlayUpdate"];- Returns:
- Whether the overlayUpdate field is set.
-
getOverlayUpdate
OverlayStateUpdate getOverlayUpdate()
.streamlayer.sdkSettings.stream.OverlayStateUpdate overlay_update = 21 [json_name = "overlayUpdate"];- Returns:
- The overlayUpdate.
-
getButtonIconCase
UpdateRequest.ButtonIconCase getButtonIconCase()
-
getPrimaryColorCase
UpdateRequest.PrimaryColorCase getPrimaryColorCase()
-
getSecondaryColorCase
UpdateRequest.SecondaryColorCase getSecondaryColorCase()
-
getModerationPrimaryColorCase
UpdateRequest.ModerationPrimaryColorCase getModerationPrimaryColorCase()
-
getLinkShareIconCase
UpdateRequest.LinkShareIconCase getLinkShareIconCase()
-
getLinkShareTextCase
UpdateRequest.LinkShareTextCase getLinkShareTextCase()
-
-