public interface GetIcebergTableRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. Table to get in the format:
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Table to get in the format:
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getSnapshots()
public abstract String getSnapshots()Optional. What snapshot to get. Valid only for GetIcebergTable.
string snapshots = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The snapshots. |
getSnapshotsBytes()
public abstract ByteString getSnapshotsBytes()Optional. What snapshot to get. Valid only for GetIcebergTable.
string snapshots = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for snapshots. |