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."],[[["This webpage provides documentation for the `ComputeResource` class within the Google Cloud Batch v1 API, detailing its properties and functionalities."],["The `ComputeResource` class is part of the `Google.Cloud.Batch.V1` namespace and is implemented in the `Google.Cloud.Batch.V1.dll` assembly, with the most recent version being 2.13.0."],["The class includes properties like `BootDiskMib`, `CpuMilli`, and `MemoryMib`, which are used to specify compute resource requirements for tasks, with each property being of the `Int64` data type."],["The documentation lists various versions of the API, ranging from version 1.0.0 to 2.13.0, with links to the corresponding documentation for each version."],["`ComputeResource` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."]]],[]]