clientCertificateSet property

  1. @TagNumber.new(4)
bool get clientCertificateSet

Output only. Indicates whether the client_certificate field is set.

Implementation

@$pb.TagNumber(4)
$core.bool get clientCertificateSet => $_getBF(1);
  1. @TagNumber.new(4)
set clientCertificateSet (bool v)

Implementation

@$pb.TagNumber(4)
set clientCertificateSet($core.bool v) { $_setBool(1, v); }