public static interface ChannelProfile.WebWidgetConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModality()
public abstract ChannelProfile.WebWidgetConfig.Modality getModality()Optional. The modality of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.Modality modality = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.WebWidgetConfig.Modality |
The modality. |
getModalityValue()
public abstract int getModalityValue()Optional. The modality of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.Modality modality = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for modality. |
getSecuritySettings()
public abstract ChannelProfile.WebWidgetConfig.SecuritySettings getSecuritySettings()Optional. The security settings of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.SecuritySettings security_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.WebWidgetConfig.SecuritySettings |
The securitySettings. |
getSecuritySettingsOrBuilder()
public abstract ChannelProfile.WebWidgetConfig.SecuritySettingsOrBuilder getSecuritySettingsOrBuilder()Optional. The security settings of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.SecuritySettings security_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.WebWidgetConfig.SecuritySettingsOrBuilder |
|
getTheme()
public abstract ChannelProfile.WebWidgetConfig.Theme getTheme()Optional. The theme of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.Theme theme = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ChannelProfile.WebWidgetConfig.Theme |
The theme. |
getThemeValue()
public abstract int getThemeValue()Optional. The theme of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.Theme theme = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for theme. |
getWebWidgetTitle()
public abstract String getWebWidgetTitle()Optional. The title of the web widget.
string web_widget_title = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The webWidgetTitle. |
getWebWidgetTitleBytes()
public abstract ByteString getWebWidgetTitleBytes()Optional. The title of the web widget.
string web_widget_title = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webWidgetTitle. |
hasSecuritySettings()
public abstract boolean hasSecuritySettings()Optional. The security settings of the web widget.
.google.cloud.ces.v1.ChannelProfile.WebWidgetConfig.SecuritySettings security_settings = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the securitySettings field is set. |