public interface ListScopeNamespacesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token to request the next page of resources from the
ListNamespaces method. The value of an empty string means
that there are no more resources to return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token to request the next page of resources from the
ListNamespaces method. The value of an empty string means
that there are no more resources to return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getScopeNamespaces(int index)
public abstract Namespace getScopeNamespaces(int index)The list of fleet namespaces
repeated .google.cloud.gkehub.v1.Namespace scope_namespaces = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Namespace |
|
getScopeNamespacesCount()
public abstract int getScopeNamespacesCount()The list of fleet namespaces
repeated .google.cloud.gkehub.v1.Namespace scope_namespaces = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getScopeNamespacesList()
public abstract List<Namespace> getScopeNamespacesList()The list of fleet namespaces
repeated .google.cloud.gkehub.v1.Namespace scope_namespaces = 1;
| Returns | |
|---|---|
| Type | Description |
List<Namespace> |
|
getScopeNamespacesOrBuilder(int index)
public abstract NamespaceOrBuilder getScopeNamespacesOrBuilder(int index)The list of fleet namespaces
repeated .google.cloud.gkehub.v1.Namespace scope_namespaces = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NamespaceOrBuilder |
|
getScopeNamespacesOrBuilderList()
public abstract List<? extends NamespaceOrBuilder> getScopeNamespacesOrBuilderList()The list of fleet namespaces
repeated .google.cloud.gkehub.v1.Namespace scope_namespaces = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.v1.NamespaceOrBuilder> |
|