public sealed class Type.Types.String.Types.Encoding.Types.Utf8Bytes : IMessage<Type.Types.String.Types.Encoding.Types.Utf8Bytes>, IEquatable<Type.Types.String.Types.Encoding.Types.Utf8Bytes>, IDeepCloneable<Type.Types.String.Types.Encoding.Types.Utf8Bytes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.String.Types.Encoding.Types.Utf8Bytes.
[[["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 page provides documentation for the `Utf8Bytes` class within the Google Bigtable v2 API, specifically for version 3.15.0, and offers access to the class documentation for versions ranging from 2.2.0 to 3.17.0."],["The `Utf8Bytes` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is designed for UTF-8 encoding in Bigtable."],["UTF-8 encoding within the `Utf8Bytes` class is order-preserving based on code point order, is not self-delimiting, and is compatible with BigQuery Federation `TEXT` encoding and HBase `Bytes.toBytes`, as well as `Java String#getBytes(StandardCharsets.UTF_8)`."],["The class has 2 constructors, one public parameterless `Utf8Bytes()`, and the other takes a parameter of type `Type.Types.String.Types.Encoding.Types.Utf8Bytes` called `other`."]]],[]]