public interface ListIcebergNamespacesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNamespaces(int index)
public abstract ListValue getNamespaces(int index)The list of namespaces.
repeated .google.protobuf.ListValue namespaces = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListValue |
|
getNamespacesCount()
public abstract int getNamespacesCount()The list of namespaces.
repeated .google.protobuf.ListValue namespaces = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNamespacesList()
public abstract List<ListValue> getNamespacesList()The list of namespaces.
repeated .google.protobuf.ListValue namespaces = 1;
| Returns | |
|---|---|
| Type | Description |
List<ListValue> |
|
getNamespacesOrBuilder(int index)
public abstract ListValueOrBuilder getNamespacesOrBuilder(int index)The list of namespaces.
repeated .google.protobuf.ListValue namespaces = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListValueOrBuilder |
|
getNamespacesOrBuilderList()
public abstract List<? extends ListValueOrBuilder> getNamespacesOrBuilderList()The list of namespaces.
repeated .google.protobuf.ListValue namespaces = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.protobuf.ListValueOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token"];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The next page token for pagination.
string next_page_token = 2 [json_name = "next-page-token"];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |