Class SampleRowKeysRequest (2.37.0)

public final class SampleRowKeysRequest implements Serializable

Wraps a com.google.bigtable.v2.SampleRowKeysRequest.

Inheritance

Object > SampleRowKeysRequest

Implements

Serializable

Static Methods

create(TargetId targetId)

public static SampleRowKeysRequest create(TargetId targetId)

Creates a new instance of the sample row keys builder for the given target with targetId

Parameter
NameDescription
targetIdTargetId
Returns
TypeDescription
SampleRowKeysRequest

fromProto(SampleRowKeysRequest request)

public static SampleRowKeysRequest fromProto(SampleRowKeysRequest request)

Wraps the protobuf com.google.bigtable.v2.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.

Parameter
NameDescription
requestcom.google.bigtable.v2.SampleRowKeysRequest
Returns
TypeDescription
SampleRowKeysRequest

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

toProto(RequestContext requestContext)

public SampleRowKeysRequest toProto(RequestContext requestContext)
Parameter
NameDescription
requestContextcom.google.cloud.bigtable.data.v2.internal.RequestContext
Returns
TypeDescription
com.google.bigtable.v2.SampleRowKeysRequest