public static interface AppProfile.SingleClusterRoutingOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowTransactionalWrites()
Whether or not `CheckAndMutateRow` and `ReadModifyWriteRow` requests are
allowed by this app profile.
|
java.lang.String |
getClusterId()
The cluster to which read/write requests should be routed.
|
ByteString |
getClusterIdBytes()
The cluster to which read/write requests should be routed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getClusterId()
The cluster to which read/write requests should be routed.
string cluster_id = 1;ByteString getClusterIdBytes()
The cluster to which read/write requests should be routed.
string cluster_id = 1;boolean getAllowTransactionalWrites()
Whether or not `CheckAndMutateRow` and `ReadModifyWriteRow` requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.
bool allow_transactional_writes = 2;