proto_docs/google/bigtable/admin/v2/instance.rb in google-cloud-bigtable-admin-v2-0.5.4 vs proto_docs/google/bigtable/admin/v2/instance.rb in google-cloud-bigtable-admin-v2-0.6.0

- old
+ new

@@ -213,9 +213,13 @@ # Read/write requests are routed to the nearest cluster in the instance, and # will fail over to the nearest cluster that is available in the event of # transient errors or delays. Clusters in a region are considered # equidistant. Choosing this option sacrifices read-your-writes consistency # to improve availability. + # @!attribute [rw] cluster_ids + # @return [::Array<::String>] + # The set of clusters to route to. The order is ignored; clusters will be + # tried in order of distance. If left empty, all clusters are eligible. class MultiClusterRoutingUseAny include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end