resourceNames property

List<String>? resourceNames
getter/setter pair

The view/resource to query.

For now only a single view/resource will be sent, but there are plans to allow multiple views in the future. Marking as repeated for that purpose. Example: - "projects/123/locations/global/buckets/456/views/_Default" - "projects/123/locations/global/metricBuckets/456/views/_Default"

Required.

Implementation

core.List<core.String>? resourceNames;