Documentation ¶
Index ¶
- func CreateEncryptionOptions() (*vizierpb.ExecuteScriptRequest_EncryptionOptions, ...)
- func DecodeRowBatch(decOpts *vizierpb.ExecuteScriptRequest_EncryptionOptions, encodedBatch []byte) (*vizierpb.RowBatchData, error)
- func ProtoFromUUIDStrOrNil(u string) *uuidpb.UUID
- func ProtoToUUIDStr(pb *uuidpb.UUID) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEncryptionOptions ¶
func CreateEncryptionOptions() (*vizierpb.ExecuteScriptRequest_EncryptionOptions, *vizierpb.ExecuteScriptRequest_EncryptionOptions, error)
CreateEncryptionOptions creates a RSA Key pair and wraps it into a set of encryptionOpts and decryptionOpts and returns those for use.
func DecodeRowBatch ¶
func DecodeRowBatch(decOpts *vizierpb.ExecuteScriptRequest_EncryptionOptions, encodedBatch []byte) (*vizierpb.RowBatchData, error)
DecodeRowBatch uses the decoder option to decode the RowBatch data.
func ProtoFromUUIDStrOrNil ¶
ProtoFromUUIDStrOrNil generates proto from string representation of a UUID (nil value is used if parsing fails).
func ProtoToUUIDStr ¶
ProtoToUUIDStr generates an expensive string representation of a UUID proto.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.