Bigtable v0.1.0 Bigtable.MutateRow View Source
Provides functions to build Google.Bigtable.V2.MutateRowRequest
and submit them to Bigtable.
Link to this section Summary
Functions
Builds a Google.Bigtable.V2.MutateRowRequest
with default table name and provided Google.Bigtable.V2.MutateRowsRequest.Entry
Builds a Google.Bigtable.V2.MutateRowRequest
with a provided table name and Google.Bigtable.V2.MutateRowsRequest.Entry
Submits a Google.Bigtable.V2.MutateRowRequest
given either a Google.Bigtable.V2.MutateRowsRequest.Entry
or a Google.Bigtable.V2.MutateRowRequest
Link to this section Functions
build(row_mutations)
View Source
build(Google.Bigtable.V2.MutateRowsRequest.Entry.t()) ::
Google.Bigtable.V2.MutateRowRequest.t()
build(Google.Bigtable.V2.MutateRowsRequest.Entry.t()) :: Google.Bigtable.V2.MutateRowRequest.t()
Builds a Google.Bigtable.V2.MutateRowRequest
with default table name and provided Google.Bigtable.V2.MutateRowsRequest.Entry
.
build(row_mutations, table_name)
View Source
build(Google.Bigtable.V2.MutateRowsRequest.Entry.t(), binary()) ::
Google.Bigtable.V2.MutateRowRequest.t()
build(Google.Bigtable.V2.MutateRowsRequest.Entry.t(), binary()) :: Google.Bigtable.V2.MutateRowRequest.t()
Builds a Google.Bigtable.V2.MutateRowRequest
with a provided table name and Google.Bigtable.V2.MutateRowsRequest.Entry
.
mutate(request)
View Source
mutate(Google.Bigtable.V2.MutateRowRequest.t()) ::
Google.Bigtable.V2.MutateRowResponse.t()
mutate(Google.Bigtable.V2.MutateRowsRequest.Entry.t()) ::
Google.Bigtable.V2.MutateRowResponse.t()
mutate(Google.Bigtable.V2.MutateRowRequest.t()) :: Google.Bigtable.V2.MutateRowResponse.t()
mutate(Google.Bigtable.V2.MutateRowsRequest.Entry.t()) :: Google.Bigtable.V2.MutateRowResponse.t()
Submits a Google.Bigtable.V2.MutateRowRequest
given either a Google.Bigtable.V2.MutateRowsRequest.Entry
or a Google.Bigtable.V2.MutateRowRequest
.
Returns a Google.Bigtable.V2.MutateRowResponse