public sealed class ComputeResource : IMessage<ComputeResource>, IEquatable<ComputeResource>, IDeepCloneable<ComputeResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class ComputeResource.
[[["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 webpage provides documentation for the `ComputeResource` class within the Google Cloud Batch v1 API for .NET, with the latest version being 2.13.0."],["The `ComputeResource` class defines the resource requirements for tasks, including properties like `BootDiskMib`, `CpuMilli`, and `MemoryMib` to specify boot disk size, CPU allocation, and memory allocation respectively."],["The class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in various contexts within the .NET environment."],["This documentation includes the inheritance hierarchy, constructors, and descriptions of each property within the `ComputeResource` class, providing a comprehensive guide for developers."],["The page contains a history of the `ComputeResource` class, with direct links to specific versions of the documentation, ranging from 1.0.0 to 2.13.0, including direct links to documentation."]]],[]]