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-04-17 UTC."],[[["The `ComputeResource` class is part of the Google Cloud Batch v1 API and provides a way to specify compute resource requirements for batch jobs."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, and cloning."],["The `ComputeResource` class offers constructors to create new instances, either empty or based on an existing `ComputeResource` object."],["Key properties of `ComputeResource` include `BootDiskMib` for extra boot disk size, `CpuMilli` for the milliCPU count, and `MemoryMib` for memory allocation."],["The provided content outlines all available versions of the `ComputeResource` class, with 2.13.0 being the latest version."]]],[]]