The name of the file, for example:
"projects/p1/locations/us-central1/repositories/repo1/files/a%2Fb%2Fc.txt".
If the file ID part contains slashes, they are escaped.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `File` class in Google.Cloud.ArtifactRegistry.V1Beta2 represents a file, potentially associated with Packages or Versions, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `File`, has properties such as `CreateTime`, `FileName`, `Hashes`, `Name`, `Owner`, `SizeBytes`, and `UpdateTime`, all of which store various information about the file, including the file's content hashes, its name, and modification time."],["The `File` class contains two constructors, one that is parameterless, and another that takes in another file."],["The file class also contains inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`, which it inherits from the `Object` base class."],["There are different versions of the beta release for the class listed, including, `2.0.0-beta05`, `2.0.0-beta04`, and `1.0.0-beta06`."]]],[]]