public interface ListNamespacesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Namespace |
getNamespaces(int index)
List of namespaces
|
int |
getNamespacesCount()
List of namespaces
|
List<Namespace> |
getNamespacesList()
List of namespaces
|
NamespaceOrBuilder |
getNamespacesOrBuilder(int index)
List of namespaces
|
List<? extends NamespaceOrBuilder> |
getNamespacesOrBuilderList()
List of namespaces
|
String |
getNextPageToken()
Token to retrieve the next page of results or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Namespace> getNamespacesList()
List of namespaces
repeated .google.cloud.datafusion.v1beta1.Namespace namespaces = 1;Namespace getNamespaces(int index)
List of namespaces
repeated .google.cloud.datafusion.v1beta1.Namespace namespaces = 1;int getNamespacesCount()
List of namespaces
repeated .google.cloud.datafusion.v1beta1.Namespace namespaces = 1;List<? extends NamespaceOrBuilder> getNamespacesOrBuilderList()
List of namespaces
repeated .google.cloud.datafusion.v1beta1.Namespace namespaces = 1;NamespaceOrBuilder getNamespacesOrBuilder(int index)
List of namespaces
repeated .google.cloud.datafusion.v1beta1.Namespace namespaces = 1;String getNextPageToken()
Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.