cacheName property
Cache namespace for the topic to which you want to subscribe.
Implementation
@$pb.TagNumber(1)
$core.String get cacheName => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set cacheName($core.String v) {
$_setString(0, v);
}
Cache namespace for the topic to which you want to subscribe.
@$pb.TagNumber(1)
$core.String get cacheName => $_getSZ(0);
@$pb.TagNumber(1)
set cacheName($core.String v) {
$_setString(0, v);
}