public sealed class ResourceLocation : IMessage<ResourceLocation>, IEquatable<ResourceLocation>, IDeepCloneable<ResourceLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class ResourceLocation.
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 latest version of the Google Cloud Audit API class `ResourceLocation` is 2.5.0, with documentation available for versions back to 1.0.0."],["`ResourceLocation` provides location information about a resource, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ResourceLocation` class contains two constructors: a default constructor, and one that allows you to create a copy of an existing `ResourceLocation`."],["`ResourceLocation` contains properties `CurrentLocations` and `OriginalLocations`, which are `RepeatedField` of `string` that indicate the resource's location before and after an operation, respectively."],["The class is found in the `Google.Cloud.Audit` namespace and the `Google.Cloud.Audit.dll` assembly."]]],[]]