clientCertificateSet property

  1. @TagNumber(4)
bool clientCertificateSet

Output only. Indicates whether the client_certificate field is set.

Implementation

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

Implementation

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