public interface OmnichannelIntegrationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsChannelConfigs(String key)
public abstract boolean containsChannelConfigs(String key)Optional. Various of configuration for handling App events.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.ChannelConfig> channel_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsRoutingConfigs(String key)
public abstract boolean containsRoutingConfigs(String key) Optional. The key of routing_configs is a key of app_configs, value is a
RoutingConfig, which contains subscriber's key.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.RoutingConfig> routing_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsSubscriberConfigs(String key)
public abstract boolean containsSubscriberConfigs(String key)Optional. Various of subscribers configs.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.SubscriberConfig> subscriber_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getChannelConfigs() (deprecated)
public abstract Map<String,OmnichannelIntegrationConfig.ChannelConfig> getChannelConfigs()Use #getChannelConfigsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ChannelConfig> |
|
getChannelConfigsCount()
public abstract int getChannelConfigsCount()Optional. Various of configuration for handling App events.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.ChannelConfig> channel_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getChannelConfigsMap()
public abstract Map<String,OmnichannelIntegrationConfig.ChannelConfig> getChannelConfigsMap()Optional. Various of configuration for handling App events.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.ChannelConfig> channel_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,ChannelConfig> |
|
getChannelConfigsOrDefault(String key, OmnichannelIntegrationConfig.ChannelConfig defaultValue)
public abstract OmnichannelIntegrationConfig.ChannelConfig getChannelConfigsOrDefault(String key, OmnichannelIntegrationConfig.ChannelConfig defaultValue)Optional. Various of configuration for handling App events.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.ChannelConfig> channel_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
OmnichannelIntegrationConfig.ChannelConfig |
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.ChannelConfig |
|
getChannelConfigsOrThrow(String key)
public abstract OmnichannelIntegrationConfig.ChannelConfig getChannelConfigsOrThrow(String key)Optional. Various of configuration for handling App events.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.ChannelConfig> channel_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.ChannelConfig |
|
getRoutingConfigs() (deprecated)
public abstract Map<String,OmnichannelIntegrationConfig.RoutingConfig> getRoutingConfigs()Use #getRoutingConfigsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,RoutingConfig> |
|
getRoutingConfigsCount()
public abstract int getRoutingConfigsCount() Optional. The key of routing_configs is a key of app_configs, value is a
RoutingConfig, which contains subscriber's key.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.RoutingConfig> routing_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRoutingConfigsMap()
public abstract Map<String,OmnichannelIntegrationConfig.RoutingConfig> getRoutingConfigsMap() Optional. The key of routing_configs is a key of app_configs, value is a
RoutingConfig, which contains subscriber's key.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.RoutingConfig> routing_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,RoutingConfig> |
|
getRoutingConfigsOrDefault(String key, OmnichannelIntegrationConfig.RoutingConfig defaultValue)
public abstract OmnichannelIntegrationConfig.RoutingConfig getRoutingConfigsOrDefault(String key, OmnichannelIntegrationConfig.RoutingConfig defaultValue) Optional. The key of routing_configs is a key of app_configs, value is a
RoutingConfig, which contains subscriber's key.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.RoutingConfig> routing_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
OmnichannelIntegrationConfig.RoutingConfig |
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.RoutingConfig |
|
getRoutingConfigsOrThrow(String key)
public abstract OmnichannelIntegrationConfig.RoutingConfig getRoutingConfigsOrThrow(String key) Optional. The key of routing_configs is a key of app_configs, value is a
RoutingConfig, which contains subscriber's key.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.RoutingConfig> routing_configs = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.RoutingConfig |
|
getSubscriberConfigs() (deprecated)
public abstract Map<String,OmnichannelIntegrationConfig.SubscriberConfig> getSubscriberConfigs()Use #getSubscriberConfigsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,SubscriberConfig> |
|
getSubscriberConfigsCount()
public abstract int getSubscriberConfigsCount()Optional. Various of subscribers configs.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.SubscriberConfig> subscriber_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSubscriberConfigsMap()
public abstract Map<String,OmnichannelIntegrationConfig.SubscriberConfig> getSubscriberConfigsMap()Optional. Various of subscribers configs.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.SubscriberConfig> subscriber_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,SubscriberConfig> |
|
getSubscriberConfigsOrDefault(String key, OmnichannelIntegrationConfig.SubscriberConfig defaultValue)
public abstract OmnichannelIntegrationConfig.SubscriberConfig getSubscriberConfigsOrDefault(String key, OmnichannelIntegrationConfig.SubscriberConfig defaultValue)Optional. Various of subscribers configs.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.SubscriberConfig> subscriber_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
OmnichannelIntegrationConfig.SubscriberConfig |
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.SubscriberConfig |
|
getSubscriberConfigsOrThrow(String key)
public abstract OmnichannelIntegrationConfig.SubscriberConfig getSubscriberConfigsOrThrow(String key)Optional. Various of subscribers configs.
map<string, .google.cloud.ces.v1.OmnichannelIntegrationConfig.SubscriberConfig> subscriber_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
OmnichannelIntegrationConfig.SubscriberConfig |
|