@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
13 lines (12 loc) • 350 B
TypeScript
export interface ProtoTypeProto {
'protoName'?: (string);
'protoFileName'?: (string);
'fileDescriptorSetIndex'?: (number);
'catalogNamePath'?: (string)[];
}
export interface ProtoTypeProto__Output {
'protoName': (string);
'protoFileName': (string);
'fileDescriptorSetIndex': (number);
'catalogNamePath': (string)[];
}