config property

  1. @TagNumber(1)
Config config

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);
  1. @TagNumber(1)
void config=(Config v)

Implementation

@$pb.TagNumber(1)
set config(Config v) {
  setField(1, v);
}