config property
Required. The config to update.
The config's name
field is used to identify the config to be updated.
The expected format is projects/{project}/locations/{location}/config
.
Implementation
@$pb.TagNumber(1)
Config get config => $_getN(0);
Implementation
@$pb.TagNumber(1)
set config(Config v) {
setField(1, v);
}