GoogleBigtableAdminV2TypeInt32Encoding
import type { GoogleBigtableAdminV2TypeInt32Encoding } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";Rules used to convert to or from lower level types.
interface GoogleBigtableAdminV2TypeInt32Encoding {
bigEndianBytes?: GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes;
orderedCodeBytes?: GoogleBigtableAdminV2TypeInt32EncodingOrderedCodeBytes;
}§Properties
§
bigEndianBytes?: GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes
[src]Use BigEndianBytes encoding.
§
orderedCodeBytes?: GoogleBigtableAdminV2TypeInt32EncodingOrderedCodeBytes
[src]Use OrderedCodeBytes encoding.