fullResourceName property
Required. The full resource name to query from the list of auditable services.
The name follows the Google Cloud Platform resource format.
For example, a Cloud Platform project with id my-project will be named
//cloudresourcemanager.googleapis.com/projects/my-project.
Implementation
@$pb.TagNumber(1)
$core.String get fullResourceName => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set fullResourceName($core.String value) => $_setString(0, value);