public sealed class ListApplicationsResponse : IPageResponse<Application>, IEnumerable<Application>, IEnumerable, IMessage<ListApplicationsResponse>, IEquatable<ListApplicationsResponse>, IDeepCloneable<ListApplicationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ListApplicationsResponse.
Message for response to listing Applications.
Implements
IPageResponseApplication, IEnumerableApplication, IEnumerable, IMessageListApplicationsResponse, IEquatableListApplicationsResponse, IDeepCloneableListApplicationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListApplicationsResponse()
public ListApplicationsResponse()ListApplicationsResponse(ListApplicationsResponse)
public ListApplicationsResponse(ListApplicationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListApplicationsResponse |
Properties
Applications
public RepeatedField<Application> Applications { get; }The list of Application.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldApplication |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Application> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorApplication |
|