public interface TableIdentifierOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
The table name.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The table name.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNamespace(int index)
public abstract String getNamespace(int index)
The namespace of the table. This is always 1 element, since we don't support nested namespaces.
repeated string namespace = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The namespace at the given index. |
getNamespaceBytes(int index)
public abstract ByteString getNamespaceBytes(int index)
The namespace of the table. This is always 1 element, since we don't support nested namespaces.
repeated string namespace = 1 [(.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the namespace at the given index. |
getNamespaceCount()
public abstract int getNamespaceCount()
The namespace of the table. This is always 1 element, since we don't support nested namespaces.
repeated string namespace = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of namespace. |
getNamespaceList()
public abstract List<String> getNamespaceList()
The namespace of the table. This is always 1 element, since we don't support nested namespaces.
repeated string namespace = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the namespace. |