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. |
getUnreachable(int index)
public abstract String getUnreachable(int index)Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()Output only. A list of skipped locations that were unreachable. If non-empty, the result set might be incomplete.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |