public final class OmnichannelIntegrationConfig extends GeneratedMessage implements OmnichannelIntegrationConfigOrBuilder
OmnichannelIntegrationConfig contains all App integration configs.
Protobuf type google.cloud.ces.v1.OmnichannelIntegrationConfig
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CHANNEL_CONFIGS_FIELD_NUMBER
public static final int CHANNEL_CONFIGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ROUTING_CONFIGS_FIELD_NUMBER
public static final int ROUTING_CONFIGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SUBSCRIBER_CONFIGS_FIELD_NUMBER
public static final int SUBSCRIBER_CONFIGS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static OmnichannelIntegrationConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static OmnichannelIntegrationConfig.Builder newBuilder()
newBuilder(OmnichannelIntegrationConfig prototype)
public static OmnichannelIntegrationConfig.Builder newBuilder(OmnichannelIntegrationConfig prototype)
public static OmnichannelIntegrationConfig parseDelimitedFrom(InputStream input)
public static OmnichannelIntegrationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static OmnichannelIntegrationConfig parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OmnichannelIntegrationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static OmnichannelIntegrationConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OmnichannelIntegrationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OmnichannelIntegrationConfig parseFrom(CodedInputStream input)
public static OmnichannelIntegrationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OmnichannelIntegrationConfig parseFrom(InputStream input)
public static OmnichannelIntegrationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static OmnichannelIntegrationConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OmnichannelIntegrationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<OmnichannelIntegrationConfig> parser()
Methods
containsChannelConfigs(String key)
public 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
|
containsRoutingConfigs(String key)
public 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
|
containsSubscriberConfigs(String key)
public 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
|
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getChannelConfigs() (deprecated)
public Map<String,OmnichannelIntegrationConfig.ChannelConfig> getChannelConfigs()
getChannelConfigsCount()
public 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 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];
getChannelConfigsOrDefault(String key, OmnichannelIntegrationConfig.ChannelConfig defaultValue)
public 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];
getChannelConfigsOrThrow(String key)
public 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
|
getDefaultInstanceForType()
public OmnichannelIntegrationConfig getDefaultInstanceForType()
getParserForType()
public Parser<OmnichannelIntegrationConfig> getParserForType()
Overrides
getRoutingConfigs() (deprecated)
public Map<String,OmnichannelIntegrationConfig.RoutingConfig> getRoutingConfigs()
getRoutingConfigsCount()
public 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 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];
getRoutingConfigsOrDefault(String key, OmnichannelIntegrationConfig.RoutingConfig defaultValue)
public 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];
getRoutingConfigsOrThrow(String key)
public 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
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSubscriberConfigs() (deprecated)
public Map<String,OmnichannelIntegrationConfig.SubscriberConfig> getSubscriberConfigs()
getSubscriberConfigsCount()
public 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 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];
getSubscriberConfigsOrDefault(String key, OmnichannelIntegrationConfig.SubscriberConfig defaultValue)
public 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];
getSubscriberConfigsOrThrow(String key)
public 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
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public OmnichannelIntegrationConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected OmnichannelIntegrationConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public OmnichannelIntegrationConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides