public sealed class ListApisResponse : IPageResponse<Api>, IEnumerable<Api>, IEnumerable, IMessage<ListApisResponse>, IEquatable<ListApisResponse>, IDeepCloneable<ListApisResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class ListApisResponse.
Response message for ListApis.
Implements
IPageResponseApi, IEnumerableApi, IEnumerable, IMessageListApisResponse, IEquatableListApisResponse, IDeepCloneableListApisResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
ListApisResponse()
public ListApisResponse()
ListApisResponse(ListApisResponse)
public ListApisResponse(ListApisResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListApisResponse |
Properties
Apis
public RepeatedField<Api> Apis { get; }
The APIs from the specified publisher.
Property Value | |
---|---|
Type | Description |
RepeatedFieldApi |
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 |
Methods
GetEnumerator()
public IEnumerator<Api> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorApi |