Interface MutationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Mutation, Mutation.Builder

public interface MutationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSetCell

      boolean hasSetCell()
       Set a cell's value.
       
      .google.bigtable.v2.Mutation.SetCell set_cell = 1;
      Returns:
      Whether the setCell field is set.
    • getSetCell

      Mutation.SetCell getSetCell()
       Set a cell's value.
       
      .google.bigtable.v2.Mutation.SetCell set_cell = 1;
      Returns:
      The setCell.
    • getSetCellOrBuilder

      Mutation.SetCellOrBuilder getSetCellOrBuilder()
       Set a cell's value.
       
      .google.bigtable.v2.Mutation.SetCell set_cell = 1;
    • hasDeleteFromColumn

      boolean hasDeleteFromColumn()
       Deletes cells from a column.
       
      .google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
      Returns:
      Whether the deleteFromColumn field is set.
    • getDeleteFromColumn

      Mutation.DeleteFromColumn getDeleteFromColumn()
       Deletes cells from a column.
       
      .google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
      Returns:
      The deleteFromColumn.
    • getDeleteFromColumnOrBuilder

      Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()
       Deletes cells from a column.
       
      .google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
    • hasDeleteFromFamily

      boolean hasDeleteFromFamily()
       Deletes cells from a column family.
       
      .google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
      Returns:
      Whether the deleteFromFamily field is set.
    • getDeleteFromFamily

      Mutation.DeleteFromFamily getDeleteFromFamily()
       Deletes cells from a column family.
       
      .google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
      Returns:
      The deleteFromFamily.
    • getDeleteFromFamilyOrBuilder

      Mutation.DeleteFromFamilyOrBuilder getDeleteFromFamilyOrBuilder()
       Deletes cells from a column family.
       
      .google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
    • hasDeleteFromRow

      boolean hasDeleteFromRow()
       Deletes cells from the entire row.
       
      .google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
      Returns:
      Whether the deleteFromRow field is set.
    • getDeleteFromRow

      Mutation.DeleteFromRow getDeleteFromRow()
       Deletes cells from the entire row.
       
      .google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
      Returns:
      The deleteFromRow.
    • getDeleteFromRowOrBuilder

      Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()
       Deletes cells from the entire row.
       
      .google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
    • getMutationCase

      Mutation.MutationCase getMutationCase()