ignoredResources property

List<String>? ignoredResources
getter/setter pair

List of full resource types to ignore during generation.

This is typically used for API-specific Location resources, which should be handled by the generator as if they were actually the common Location resources. Example entry: "documentai.googleapis.com/Location"

Implementation

core.List<core.String>? ignoredResources;