type property

  1. @TagNumber(1)
SslConfig_SslType type

Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.

Implementation

@$pb.TagNumber(1)
SslConfig_SslType get type => $_getN(0);
  1. @TagNumber(1)
void type=(SslConfig_SslType v)

Implementation

@$pb.TagNumber(1)
set type(SslConfig_SslType v) { setField(1, v); }