public sealed class ListPluginInstancesResponse : IPageResponse<PluginInstance>, IEnumerable<PluginInstance>, IEnumerable, IMessage<ListPluginInstancesResponse>, IEquatable<ListPluginInstancesResponse>, IDeepCloneable<ListPluginInstancesResponse>, IBufferMessage, IMessageReference documentation and code samples for the API hub v1 API class ListPluginInstancesResponse.
The [ListPluginInstances][google.cloud.apihub.v1.ApiHubPlugin.ListPluginInstances] method's response.
Implements
IPageResponsePluginInstance, IEnumerablePluginInstance, IEnumerable, IMessageListPluginInstancesResponse, IEquatableListPluginInstancesResponse, IDeepCloneableListPluginInstancesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ListPluginInstancesResponse()
public ListPluginInstancesResponse()ListPluginInstancesResponse(ListPluginInstancesResponse)
public ListPluginInstancesResponse(ListPluginInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPluginInstancesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PluginInstances
public RepeatedField<PluginInstance> PluginInstances { get; }The plugin instances from the specified parent resource.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldPluginInstance |
|
Methods
GetEnumerator()
public IEnumerator<PluginInstance> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorPluginInstance |
|