labels property

  1. @TagNumber(23)
Map<String, String> get labels

Optional. The labels to associate with this Managed Notebook or Runtime. Label keys must contain 1 to 63 characters, and must conform to RFC 1035. Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035. No more than 32 labels can be associated with a cluster.

Implementation

@$pb.TagNumber(23)
$core.Map<$core.String, $core.String> get labels => $_getMap(9);