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
IPageResponse<Api>, IEnumerable<Api>, IEnumerable, IMessage<ListApisResponse>, IEquatable<ListApisResponse>, IDeepCloneable<ListApisResponse>, 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 |
RepeatedField<Api> |
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 |
IEnumerator<Api> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |