Class SampleRowKeysRequest

java.lang.Object
com.google.cloud.bigtable.data.v2.models.SampleRowKeysRequest
All Implemented Interfaces:
Serializable

public final class SampleRowKeysRequest extends Object implements Serializable
See Also:
  • Method Details

    • create

      public static SampleRowKeysRequest create(TargetId targetId)
      Creates a new instance of the sample row keys builder for the given target with targetId
    • toProto

      @InternalApi public SampleRowKeysRequest toProto(com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
    • fromProto

      @InternalApi public static SampleRowKeysRequest fromProto(@Nonnull SampleRowKeysRequest request)
      Wraps the protobuf SampleRowKeysRequest.

      WARNING: Please note that the project id & instance id in the table/authorized view name will be overwritten by the configuration in the BigtableDataClient.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object