public sealed class ListNetworkUsageRequest : IMessage<ListNetworkUsageRequest>, IEquatable<ListNetworkUsageRequest>, IDeepCloneable<ListNetworkUsageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class ListNetworkUsageRequest.
[[["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."],[[["This documentation is for the `ListNetworkUsageRequest` class within the Google Cloud Bare Metal Solution v2 API, specifically version 1.2.0, which is designed to retrieve network information with IP addresses."],["The `ListNetworkUsageRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class inherits from the base `object` class and provides methods like `GetHashCode()`, `GetType()`, and `ToString()`, along with its own constructor and a constructor that takes another `ListNetworkUsageRequest` object."],["The class includes two properties, `Location` which is a string to set the project and location and `LocationAsLocationName` which is a typed view over the Location property, providing a structured way to manage the resource location."],["Several previous versions of the API class are also available, going as far back as version 1.0.0, and the latest is version 1.7.0."]]],[]]