Skip to content

Commit

Permalink
Fixes from review.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Sep 7, 2021
1 parent c3d039f commit 5ea71c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions text/0161-telemetry-schema-and-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ public abstract class Resource {
* <p> Returns an invalid Resource if conversion is not possible.
*/
public Resource convertToSchema(String schemaUrl);
/**
* Returns a new instance of Resource with labels compatible with the
* given schema file.
*
* <p> Returns an invalid Resource if conversion is not possible.
*/
public Resource convertToSchema(File schemaFile);
}
```

Expand Down

0 comments on commit 5ea71c0

Please sign in to comment.