public sealed class ResourceLocation : IMessage<ResourceLocation>, IEquatable<ResourceLocation>, IDeepCloneable<ResourceLocation>, IBufferMessage, IMessage
public RepeatedField<string> CurrentLocations { get; }
The locations of a resource after the execution of the operation.
Requests to create or delete a location based resource must populate
the 'current_locations' field and not the 'original_locations' field.
For example:
public RepeatedField<string> OriginalLocations { get; }
The locations of a resource prior to the execution of the operation.
Requests that mutate the resource's location must populate both the
'original_locations' as well as the 'current_locations' fields.
For example:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eResourceLocation\u003c/code\u003e class provides location information about a resource and is part of the \u003ccode\u003eGoogle.Cloud.Audit\u003c/code\u003e namespace, specifically in the \u003ccode\u003eGoogle.Cloud.Audit.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResourceLocation\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: a default constructor, \u003ccode\u003eResourceLocation()\u003c/code\u003e, and a copy constructor, \u003ccode\u003eResourceLocation(ResourceLocation other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eResourceLocation\u003c/code\u003e has two properties, \u003ccode\u003eCurrentLocations\u003c/code\u003e and \u003ccode\u003eOriginalLocations\u003c/code\u003e, both of which are of type \u003ccode\u003eRepeatedField<string>\u003c/code\u003e, and these represent the locations of a resource after and prior to an operation, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest available version is 2.5.0, with the document offering information spanning back to version 1.0.0 for review.\u003c/p\u003e\n"]]],[],null,[]]