lib/google/cloud/bigtable/row_range.rb in google-cloud-bigtable-1.3.0 vs lib/google/cloud/bigtable/row_range.rb in google-cloud-bigtable-2.0.0

- old
+ new

@@ -55,11 +55,11 @@ # class RowRange # @private # Creates a row range instance. def initialize - @grpc = Google::Bigtable::V2::RowRange.new + @grpc = Google::Cloud::Bigtable::V2::RowRange.new end ## # Sets a row range with a lower bound. # @@ -166,10 +166,10 @@ from(from_key).to(to_key) end # @private # - # @return [Google::Bigtable::V2::RowRange] + # @return [Google::Cloud::Bigtable::V2::RowRange] # def to_grpc @grpc end end