Google Bigtable v2 API - Class Type.Types.String.Types.Encoding (3.14.0)

public sealed class Type.Types.String.Types.Encoding : IMessage<Type.Types.String.Types.Encoding>, IEquatable<Type.Types.String.Types.Encoding>, IDeepCloneable<Type.Types.String.Types.Encoding>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.String.Types.Encoding.

Rules used to convert to/from lower level types.

Inheritance

object > Type.Types.String.Types.Encoding

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

Encoding()

public Encoding()

Encoding(Encoding)

public Encoding(Type.Types.String.Types.Encoding other)
Parameter
Name Description
other TypeTypesStringTypesEncoding

Properties

EncodingCase

public Type.Types.String.Types.Encoding.EncodingOneofCase EncodingCase { get; }
Property Value
Type Description
TypeTypesStringTypesEncodingEncodingOneofCase

Utf8Bytes

public Type.Types.String.Types.Encoding.Types.Utf8Bytes Utf8Bytes { get; set; }

Use Utf8Bytes encoding.

Property Value
Type Description
TypeTypesStringTypesEncodingTypesUtf8Bytes

Utf8Raw

[Obsolete]
public Type.Types.String.Types.Encoding.Types.Utf8Raw Utf8Raw { get; set; }

Deprecated: if set, converts to an empty utf8_bytes.

Property Value
Type Description
TypeTypesStringTypesEncodingTypesUtf8Raw