public interface GetTableRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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) = { ... }
Type | Description |
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) = { ... }
Type | Description |
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;
Type | Description |
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;
Type | Description |
int | The enum numeric value on the wire for view. |