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