oldConfig property

  1. @TagNumber.new(2)
Any get oldConfig

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

Implementation

@$pb.TagNumber(2)
$4.Any get oldConfig => $_getN(1);
  1. @TagNumber.new(2)
set oldConfig (Any value)

Implementation

@$pb.TagNumber(2)
set oldConfig($4.Any value) => $_setField(2, value);