names property

  1. @TagNumber.new(2)
PbList<String> get names

Names of the services to retrieve.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$core.String> get names => $_getList(1);