Apigee Registry v1 API - Class ListApiSpecsResponse (1.0.0-beta06)

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.

Inheritance

object > ListApiSpecsResponse

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Constructors

ListApiSpecsResponse()

public ListApiSpecsResponse()

ListApiSpecsResponse(ListApiSpecsResponse)

public ListApiSpecsResponse(ListApiSpecsResponse other)
Parameter
NameDescription
otherListApiSpecsResponse

Properties

ApiSpecs

public RepeatedField<ApiSpec> ApiSpecs { get; }

The specs from the specified publisher.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<ApiSpec> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorApiSpec