App Hub v1 API - Class ListApplicationsResponse (1.0.0-beta01)

public sealed class ListApplicationsResponse : IPageResponse<Application>, IEnumerable<Application>, IEnumerable, IMessage<ListApplicationsResponse>, IEquatable<ListApplicationsResponse>, IDeepCloneable<ListApplicationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the App Hub v1 API class ListApplicationsResponse.

Response for ListApplications.

Inheritance

object > ListApplicationsResponse

Namespace

Google.Cloud.AppHub.V1

Assembly

Google.Cloud.AppHub.V1.dll

Constructors

ListApplicationsResponse()

public ListApplicationsResponse()

ListApplicationsResponse(ListApplicationsResponse)

public ListApplicationsResponse(ListApplicationsResponse other)
Parameter
NameDescription
otherListApplicationsResponse

Properties

Applications

public RepeatedField<Application> Applications { get; }

List of Applications.

Property Value
TypeDescription
RepeatedFieldApplication

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Application> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorApplication