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"]],[["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 `ResourceLocation` class provides location information about a resource and is part of the `Google.Cloud.Audit` namespace, specifically in the `Google.Cloud.Audit.dll` assembly."],["The `ResourceLocation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class has two constructors: a default constructor, `ResourceLocation()`, and a copy constructor, `ResourceLocation(ResourceLocation other)`."],["`ResourceLocation` has two properties, `CurrentLocations` and `OriginalLocations`, both of which are of type `RepeatedField\u003cstring\u003e`, and these represent the locations of a resource after and prior to an operation, respectively."],["The latest available version is 2.5.0, with the document offering information spanning back to version 1.0.0 for review."]]],[]]