Cloud AI Platform v1beta1 API - Class ListExtensionsResponse (1.0.0-beta02)

public sealed class ListExtensionsResponse : IMessage<ListExtensionsResponse>, IEquatable<ListExtensionsResponse>, IDeepCloneable<ListExtensionsResponse>, IBufferMessage, IMessage, IPageResponse<Extension>, IEnumerable<Extension>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListExtensionsResponse.

Response message for [ExtensionRegistryService.ListExtensions][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.ListExtensions]

Inheritance

object > ListExtensionsResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ListExtensionsResponse()

public ListExtensionsResponse()

ListExtensionsResponse(ListExtensionsResponse)

public ListExtensionsResponse(ListExtensionsResponse other)
Parameter
Name Description
other ListExtensionsResponse

Properties

Extensions

public RepeatedField<Extension> Extensions { get; }

List of Extension in the requested page.

Property Value
Type Description
RepeatedFieldExtension

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListExtensionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExtensionsRequest.page_token] to obtain that page.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Extension> GetEnumerator()

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

Returns
Type Description
IEnumeratorExtension