public interface ListExternalApisResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExternalApis(int index)
public abstract ExternalApi getExternalApis(int index)
The External API resources present in the API hub.
repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExternalApi |
getExternalApisCount()
public abstract int getExternalApisCount()
The External API resources present in the API hub.
repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
Returns | |
---|---|
Type | Description |
int |
getExternalApisList()
public abstract List<ExternalApi> getExternalApisList()
The External API resources present in the API hub.
repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
Returns | |
---|---|
Type | Description |
List<ExternalApi> |
getExternalApisOrBuilder(int index)
public abstract ExternalApiOrBuilder getExternalApisOrBuilder(int index)
The External API resources present in the API hub.
repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ExternalApiOrBuilder |
getExternalApisOrBuilderList()
public abstract List<? extends ExternalApiOrBuilder> getExternalApisOrBuilderList()
The External API resources present in the API hub.
repeated .google.cloud.apihub.v1.ExternalApi external_apis = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apihub.v1.ExternalApiOrBuilder> |
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. |