public sealed class ListSpecsResponse : IPageResponse<Spec>, IEnumerable<Spec>, IEnumerable, IMessage<ListSpecsResponse>, IEquatable<ListSpecsResponse>, IDeepCloneable<ListSpecsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ListSpecsResponse.
The [ListSpecs][google.cloud.apihub.v1.ApiHub.ListSpecs] method's response.
Implements
IPageResponseSpec, IEnumerableSpec, IEnumerable, IMessageListSpecsResponse, IEquatableListSpecsResponse, IDeepCloneableListSpecsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ListSpecsResponse()
public ListSpecsResponse()
ListSpecsResponse(ListSpecsResponse)
public ListSpecsResponse(ListSpecsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSpecsResponse |
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 |
Specs
public RepeatedField<Spec> Specs { get; }
The specs corresponding to an API.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSpec |
Methods
GetEnumerator()
public IEnumerator<Spec> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSpec |