public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class OperationMetadata.
The operation metadata returned for the batchend services operation.
[[["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 `OperationMetadata` class provides metadata for batch service operations within the Service Usage v1 API."],["This class is part of the `Google.Cloud.ServiceUsage.V1` namespace, found within the `Google.Cloud.ServiceUsage.V1.dll` assembly."],["The latest version of the API is 2.5.0, with several older versions also available for reference, ranging from 1.0.0 to 2.4.0."],["`OperationMetadata` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffered messaging."],["The `ResourceNames` property of the class returns a `RepeatedField` of strings, representing the names of resources directly associated with an operation."]]],[]]