releaseChannel property

  1. @TagNumber.new(19)
Service_ReleaseChannel get releaseChannel

Immutable. The release channel of the service. If unspecified, defaults to STABLE.

Implementation

@$pb.TagNumber(19)
Service_ReleaseChannel get releaseChannel => $_getN(15);
  1. @TagNumber.new(19)
set releaseChannel (Service_ReleaseChannel v)

Implementation

@$pb.TagNumber(19)
set releaseChannel(Service_ReleaseChannel v) {
  setField(19, v);
}