plural property

  1. @TagNumber.new(5)
String get plural

The plural name used in the resource name and permission names, such as 'projects' for the resource name of 'projects/{project}' and the permission name of 'cloudresourcemanager.googleapis.com/projects.get'. It is the same concept of the plural field in k8s CRD spec https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/

Note: The plural form is required even for singleton resources. See https://aip.dev/156

Implementation

@$pb.TagNumber(5)
$core.String get plural => $_getSZ(4);
  1. @TagNumber.new(5)
set plural (String v)

Implementation

@$pb.TagNumber(5)
set plural($core.String v) { $_setString(4, v); }