keyAlgorithm property
Specifies the algorithm (and possibly key size) for the key.
Implementation
@$pb.TagNumber(8)
ServiceAccountKeyAlgorithm get keyAlgorithm => $_getN(6);
Implementation
@$pb.TagNumber(8)
set keyAlgorithm(ServiceAccountKeyAlgorithm value) => $_setField(8, value);