fullResourceName property

  1. @TagNumber.new(1)
String get fullResourceName

Required. The full resource name to query from the list of testable permissions.

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);
  1. @TagNumber.new(1)
set fullResourceName (String value)

Implementation

@$pb.TagNumber(1)
set fullResourceName($core.String value) => $_setString(0, value);