We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5e910 commit 706353dCopy full SHA for 706353d
google/cloud/spanner/samples/samples.cc
@@ -360,6 +360,8 @@ void CreateInstanceWithAutoscalingConfig(
360
request.mutable_instance()->set_name(in.FullName());
361
request.mutable_instance()->set_config(config);
362
request.mutable_instance()->set_display_name(display_name);
363
+ request.mutable_instance()->set_edition(
364
+ google::spanner::admin::instance::v1::Instance_Edition_ENTERPRISE);
365
366
auto* autoscaling = request.mutable_instance()->mutable_autoscaling_config();
367
auto* limits = autoscaling->mutable_autoscaling_limits();
0 commit comments