details property

  1. @TagNumber(4)
String get details

Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.

Implementation

@$pb.TagNumber(4)
$core.String get details => $_getSZ(3);
  1. @TagNumber(4)
set details (String v)

Implementation

@$pb.TagNumber(4)
set details($core.String v) { $_setString(3, v); }