public sealed class GetUtilizationReportRequest : IMessage<GetUtilizationReportRequest>, IEquatable<GetUtilizationReportRequest>, IDeepCloneable<GetUtilizationReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetUtilizationReportRequest.
Request message for 'GetUtilizationReport' request.
[[["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 document provides reference documentation for the `GetUtilizationReportRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.3.0."],["The `GetUtilizationReportRequest` class is used to request a utilization report and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 2.6.0, with the documentation providing links to all available versions from 1.0.0 up to the most recent one."],["The class includes properties such as `Name`, which is the required name of the utilization report, `UtilizationReportName` which provides a typed view of the resource name, and `View` which determines the level of detail in the report, defaulting to full."],["The `GetUtilizationReportRequest` class can be constructed with no arguments, or with another `GetUtilizationReportRequest` instance as a copy constructor, and inherits a few members from the Object class."]]],[]]