Interface GetTableRequestOrBuilder (2.9.0)

public interface GetTableRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The unique name of the requested table. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The unique name of the requested table. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getView()

public abstract Table.View getView()

The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.

.google.bigtable.admin.v2.Table.View view = 2;

Returns
TypeDescription
Table.View

The view.

getViewValue()

public abstract int getViewValue()

The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.

.google.bigtable.admin.v2.Table.View view = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for view.