availability property
A user-definable description of the availability of this service. Format: free-form, but we expect single words that describe availability, e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
Implementation
@$pb.TagNumber(6)
$core.String get availability => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set availability($core.String v) {
$_setString(5, v);
}