clientKeySet property
Output only. Indicates whether the client_key field is set.
Implementation
@$pb.TagNumber(2)
$core.bool get clientKeySet => $_getBF(0);
Implementation
@$pb.TagNumber(2)
set clientKeySet($core.bool v) {
$_setBool(0, v);
}
Output only. Indicates whether the client_key field is set.
@$pb.TagNumber(2)
$core.bool get clientKeySet => $_getBF(0);
@$pb.TagNumber(2)
set clientKeySet($core.bool v) {
$_setBool(0, v);
}