API hub v1 API - Class ListPluginsResponse (1.1.0)

public sealed class ListPluginsResponse : IPageResponse<Plugin>, IEnumerable<Plugin>, IEnumerable, IMessage<ListPluginsResponse>, IEquatable<ListPluginsResponse>, IDeepCloneable<ListPluginsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class ListPluginsResponse.

The [ListPlugins][google.cloud.apihub.v1.ApiHubPlugin.ListPlugins] method's response.

Inheritance

object > ListPluginsResponse

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ListPluginsResponse()

public ListPluginsResponse()

ListPluginsResponse(ListPluginsResponse)

public ListPluginsResponse(ListPluginsResponse other)
Parameter
Name Description
other ListPluginsResponse

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

Plugins

public RepeatedField<Plugin> Plugins { get; }

The plugins from the specified parent resource.

Property Value
Type Description
RepeatedFieldPlugin

Methods

GetEnumerator()

public IEnumerator<Plugin> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorPlugin