public interface GetTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
Table.View |
getView()
The view to be applied to the returned table's fields.
|
int |
getViewValue()
The view to be applied to the returned table's fields.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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;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;Copyright © 2020 Google LLC. All rights reserved.