public interface ListApisResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApis(int index)
public abstract Api getApis(int index)The API resources present in the API hub.
 repeated .google.cloud.apihub.v1.Api apis = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
Api | 
        |
getApisCount()
public abstract int getApisCount()The API resources present in the API hub.
 repeated .google.cloud.apihub.v1.Api apis = 1;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getApisList()
public abstract List<Api> getApisList()The API resources present in the API hub.
 repeated .google.cloud.apihub.v1.Api apis = 1;
| Returns | |
|---|---|
| Type | Description | 
List<Api> | 
        |
getApisOrBuilder(int index)
public abstract ApiOrBuilder getApisOrBuilder(int index)The API resources present in the API hub.
 repeated .google.cloud.apihub.v1.Api apis = 1;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
ApiOrBuilder | 
        |
getApisOrBuilderList()
public abstract List<? extends ApiOrBuilder> getApisOrBuilderList()The API resources present in the API hub.
 repeated .google.cloud.apihub.v1.Api apis = 1;
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.cloud.apihub.v1.ApiOrBuilder> | 
        |
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
 If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  |