Class SampleRowKeysRequest (2.39.2)

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
Name Description
targetId TargetId
Returns
Type Description
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
Name Description
request com.google.bigtable.v2.SampleRowKeysRequest
Returns
Type Description
SampleRowKeysRequest

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

toProto(RequestContext requestContext)

public SampleRowKeysRequest toProto(RequestContext requestContext)
Parameter
Name Description
requestContext com.google.cloud.bigtable.data.v2.internal.RequestContext
Returns
Type Description
com.google.bigtable.v2.SampleRowKeysRequest