Interface protos.google.area120.tables.v1alpha1.IUpdateRowRequest (1.2.8)

Properties of an UpdateRowRequest.

Package

@google/area120-tables!

Properties

row

row?: (google.area120.tables.v1alpha1.IRow|null);

UpdateRowRequest row

Property Value
TypeDescription
(google.area120.tables.v1alpha1.IRow|null)

updateMask

updateMask?: (google.protobuf.IFieldMask|null);

UpdateRowRequest updateMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)

view

view?: (google.area120.tables.v1alpha1.View|keyof typeof google.area120.tables.v1alpha1.View|null);

UpdateRowRequest view

Property Value
TypeDescription
(google.area120.tables.v1alpha1.View|keyof typeof google.area120.tables.v1alpha1.View|null)