public interface ListPluginsResponseOrBuilder 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. |
getPlugins(int index)
public abstract Plugin getPlugins(int index)
The plugins from the specified parent resource.
repeated .google.cloud.apihub.v1.Plugin plugins = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Plugin |
getPluginsCount()
public abstract int getPluginsCount()
The plugins from the specified parent resource.
repeated .google.cloud.apihub.v1.Plugin plugins = 1;
Returns | |
---|---|
Type | Description |
int |
getPluginsList()
public abstract List<Plugin> getPluginsList()
The plugins from the specified parent resource.
repeated .google.cloud.apihub.v1.Plugin plugins = 1;
Returns | |
---|---|
Type | Description |
List<Plugin> |
getPluginsOrBuilder(int index)
public abstract PluginOrBuilder getPluginsOrBuilder(int index)
The plugins from the specified parent resource.
repeated .google.cloud.apihub.v1.Plugin plugins = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PluginOrBuilder |
getPluginsOrBuilderList()
public abstract List<? extends PluginOrBuilder> getPluginsOrBuilderList()
The plugins from the specified parent resource.
repeated .google.cloud.apihub.v1.Plugin plugins = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apihub.v1.PluginOrBuilder> |