sig
type t = {
creationTime : int64;
description : string;
etag : string;
expirationTime : int64;
externalDataConfiguration :
GapiBigqueryV2Model.ExternalDataConfiguration.t;
friendlyName : string;
id : string;
kind : string;
lastModifiedTime : string;
location : string;
numBytes : int64;
numRows : string;
schema : GapiBigqueryV2Model.TableSchema.t;
selfLink : string;
streamingBuffer : GapiBigqueryV2Model.Streamingbuffer.t;
tableReference : GapiBigqueryV2Model.TableReference.t;
_type : string;
view : GapiBigqueryV2Model.ViewDefinition.t;
}
val creationTime : (GapiBigqueryV2Model.Table.t, int64) GapiLens.t
val description : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val etag : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val expirationTime : (GapiBigqueryV2Model.Table.t, int64) GapiLens.t
val externalDataConfiguration :
(GapiBigqueryV2Model.Table.t,
GapiBigqueryV2Model.ExternalDataConfiguration.t)
GapiLens.t
val friendlyName : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val id : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val kind : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val lastModifiedTime : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val location : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val numBytes : (GapiBigqueryV2Model.Table.t, int64) GapiLens.t
val numRows : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val schema :
(GapiBigqueryV2Model.Table.t, GapiBigqueryV2Model.TableSchema.t)
GapiLens.t
val selfLink : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val streamingBuffer :
(GapiBigqueryV2Model.Table.t, GapiBigqueryV2Model.Streamingbuffer.t)
GapiLens.t
val tableReference :
(GapiBigqueryV2Model.Table.t, GapiBigqueryV2Model.TableReference.t)
GapiLens.t
val _type : (GapiBigqueryV2Model.Table.t, string) GapiLens.t
val view :
(GapiBigqueryV2Model.Table.t, GapiBigqueryV2Model.ViewDefinition.t)
GapiLens.t
val empty : GapiBigqueryV2Model.Table.t
val render : GapiBigqueryV2Model.Table.t -> GapiJson.json_data_model list
val parse :
GapiBigqueryV2Model.Table.t ->
GapiJson.json_data_model -> GapiBigqueryV2Model.Table.t
val to_data_model : GapiBigqueryV2Model.Table.t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> GapiBigqueryV2Model.Table.t
end