public interface ListScopesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token to request the next page of resources from the
ListScopes 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
ListScopes 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. |
getScopes(int index)
public abstract Scope getScopes(int index)The list of Scopes
repeated .google.cloud.gkehub.v1.Scope scopes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Scope |
|
getScopesCount()
public abstract int getScopesCount()The list of Scopes
repeated .google.cloud.gkehub.v1.Scope scopes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getScopesList()
public abstract List<Scope> getScopesList()The list of Scopes
repeated .google.cloud.gkehub.v1.Scope scopes = 1;
| Returns | |
|---|---|
| Type | Description |
List<Scope> |
|
getScopesOrBuilder(int index)
public abstract ScopeOrBuilder getScopesOrBuilder(int index)The list of Scopes
repeated .google.cloud.gkehub.v1.Scope scopes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ScopeOrBuilder |
|
getScopesOrBuilderList()
public abstract List<? extends ScopeOrBuilder> getScopesOrBuilderList()The list of Scopes
repeated .google.cloud.gkehub.v1.Scope scopes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkehub.v1.ScopeOrBuilder> |
|