public sealed class SplitCapacityCommitmentResponse : IMessage<SplitCapacityCommitmentResponse>, IEquatable<SplitCapacityCommitmentResponse>, IDeepCloneable<SplitCapacityCommitmentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class SplitCapacityCommitmentResponse.
The response for
[ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
[[["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 document provides reference documentation for the `SplitCapacityCommitmentResponse` class within the Google Cloud BigQuery Reservation v1 API, specifically for version 2.6.0."],["The `SplitCapacityCommitmentResponse` class is the response type for the `ReservationService.SplitCapacityCommitment` method and it represents a capacity commitment that can be split."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a protocol buffer message type."],["The `SplitCapacityCommitmentResponse` class contains two properties, `First` and `Second`, both of which are of type `CapacityCommitment` and represent the resulting capacity commitments after a split."],["The documentation includes links to various versions of the API, from 1.2.0 up to the latest version, 2.7.0, allowing users to navigate through the different versions."]]],[]]