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