public sealed class CloudBigtableInstanceSpec : IMessage<CloudBigtableInstanceSpec>, IEquatable<CloudBigtableInstanceSpec>, IDeepCloneable<CloudBigtableInstanceSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CloudBigtableInstanceSpec.
Specification that applies to Instance
entries that are part of CLOUD_BIGTABLE system.
(user_specified_type)
[[["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-25 UTC."],[[["This document provides reference documentation for the `CloudBigtableInstanceSpec` class within the Google Cloud Data Catalog v1 API, specifically for version 2.9.0."],["The `CloudBigtableInstanceSpec` class is designed to specify details for Instance entries in the `CLOUD_BIGTABLE` system and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 2.14.0, with previous versions available in the list and all share the same implementation of the class `CloudBigtableInstanceSpec`."],["The class has two constructors `CloudBigtableInstanceSpec()` and `CloudBigtableInstanceSpec(CloudBigtableInstanceSpec other)` with the second taking an instance of the same class as parameter."],["The class contains a property `CloudBigtableClusterSpecs`, a list of clusters for the instance, which is a `RepeatedField` of `CloudBigtableClusterSpec` objects."]]],[]]