public static interface OmnichannelIntegrationConfig.SubscriberConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCesAppConfig()
public abstract OmnichannelIntegrationConfig.CesAppConfig getCesAppConfig()Ces app config.
.google.cloud.ces.v1.OmnichannelIntegrationConfig.CesAppConfig ces_app_config = 1;
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.CesAppConfig |
The cesAppConfig. |
getCesAppConfigOrBuilder()
public abstract OmnichannelIntegrationConfig.CesAppConfigOrBuilder getCesAppConfigOrBuilder()Ces app config.
.google.cloud.ces.v1.OmnichannelIntegrationConfig.CesAppConfig ces_app_config = 1;
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.CesAppConfigOrBuilder |
|
getSubscriberConfigCase()
public abstract OmnichannelIntegrationConfig.SubscriberConfig.SubscriberConfigCase getSubscriberConfigCase()| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.SubscriberConfig.SubscriberConfigCase |
|
hasCesAppConfig()
public abstract boolean hasCesAppConfig()Ces app config.
.google.cloud.ces.v1.OmnichannelIntegrationConfig.CesAppConfig ces_app_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cesAppConfig field is set. |