public interface ListPluginInstancesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
getPluginInstances(int index)
public abstract PluginInstance getPluginInstances(int index)
The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PluginInstance |
getPluginInstancesCount()
public abstract int getPluginInstancesCount()
The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
Returns | |
---|---|
Type | Description |
int |
getPluginInstancesList()
public abstract List<PluginInstance> getPluginInstancesList()
The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
Returns | |
---|---|
Type | Description |
List<PluginInstance> |
getPluginInstancesOrBuilder(int index)
public abstract PluginInstanceOrBuilder getPluginInstancesOrBuilder(int index)
The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PluginInstanceOrBuilder |
getPluginInstancesOrBuilderList()
public abstract List<? extends PluginInstanceOrBuilder> getPluginInstancesOrBuilderList()
The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apihub.v1.PluginInstanceOrBuilder> |