renamedResources property

Map<String, String>? renamedResources
getter/setter pair

Map from full resource types to the effective short name for the resource.

This is used when otherwise resource named from different services would cause naming collisions. Example entry: "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"

Implementation

core.Map<core.String, core.String>? renamedResources;