public sealed class ListApiSpecsResponse : IPageResponse<ApiSpec>, IEnumerable<ApiSpec>, IEnumerable, IMessage<ListApiSpecsResponse>, IEquatable<ListApiSpecsResponse>, IDeepCloneable<ListApiSpecsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class ListApiSpecsResponse.
Response message for ListApiSpecs.
Implements
IPageResponseApiSpec, IEnumerableApiSpec, IEnumerable, IMessageListApiSpecsResponse, IEquatableListApiSpecsResponse, IDeepCloneableListApiSpecsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeRegistry.V1Assembly
Google.Cloud.ApigeeRegistry.V1.dll
Constructors
ListApiSpecsResponse()
public ListApiSpecsResponse()
ListApiSpecsResponse(ListApiSpecsResponse)
public ListApiSpecsResponse(ListApiSpecsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListApiSpecsResponse |
Properties
ApiSpecs
public RepeatedField<ApiSpec> ApiSpecs { get; }
The specs from the specified publisher.
Property Value | |
---|---|
Type | Description |
RepeatedFieldApiSpec |
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<ApiSpec> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorApiSpec |