keyAlgorithm property

  1. @TagNumber.new(8)
ServiceAccountKeyAlgorithm get keyAlgorithm

Specifies the algorithm (and possibly key size) for the key.

Implementation

@$pb.TagNumber(8)
ServiceAccountKeyAlgorithm get keyAlgorithm => $_getN(6);
  1. @TagNumber.new(8)
set keyAlgorithm (ServiceAccountKeyAlgorithm value)

Implementation

@$pb.TagNumber(8)
set keyAlgorithm(ServiceAccountKeyAlgorithm value) => $_setField(8, value);