resourceName property
The resource or collection that is the target of the operation. The name is a scheme-less URI, not including the API service name. For example:
"shelves/SHELF_ID/books"
"shelves/SHELF_ID/books/BOOK_ID"
Implementation
@$pb.TagNumber(11)
$core.String get resourceName => $_getSZ(6);
Implementation
@$pb.TagNumber(11)
set resourceName($core.String v) {
$_setString(6, v);
}