API hub v1 API - Class ListExternalApisResponse (1.0.0-beta02)

public sealed class ListExternalApisResponse : IPageResponse<ExternalApi>, IEnumerable<ExternalApi>, IEnumerable, IMessage<ListExternalApisResponse>, IEquatable<ListExternalApisResponse>, IDeepCloneable<ListExternalApisResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class ListExternalApisResponse.

The [ListExternalApis][google.cloud.apihub.v1.ApiHub.ListExternalApis] method's response.

Inheritance

object > ListExternalApisResponse

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

ListExternalApisResponse()

public ListExternalApisResponse()

ListExternalApisResponse(ListExternalApisResponse)

public ListExternalApisResponse(ListExternalApisResponse other)
Parameter
Name Description
other ListExternalApisResponse

Properties

ExternalApis

public RepeatedField<ExternalApi> ExternalApis { get; }

The External API resources present in the API hub. Only following fields will be populated in the response: name, display_name, documentation.external_uri.

Property Value
Type Description
RepeatedFieldExternalApi

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<ExternalApi> GetEnumerator()

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

Returns
Type Description
IEnumeratorExternalApi