public static interface AppProfile.SingleClusterRoutingOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getClusterIdBytes()
The cluster to which read/write requests should be routed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getClusterId()
The cluster to which read/write requests should be routed.
string cluster_id = 1;com.google.protobuf.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;