state property

Output only. State of the domain for managed certificate issuance.

Implementation

@$pb.TagNumber(2)
Certificate_ManagedCertificate_AuthorizationAttemptInfo_State get state =>
    $_getN(1);

Implementation

@$pb.TagNumber(2)
set state(Certificate_ManagedCertificate_AuthorizationAttemptInfo_State v) {
  setField(2, v);
}