Class ListServicesResponse (1.0.0-beta02)

public sealed class ListServicesResponse : IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage, IPageResponse<Service>, IEnumerable<Service>, IEnumerable

Response message containing a list of Services.

Inheritance

Object > ListServicesResponse

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListServicesResponse()

public ListServicesResponse()

ListServicesResponse(ListServicesResponse)

public ListServicesResponse(ListServicesResponse other)
Parameter
NameDescription
otherListServicesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token indicating there are more items than page_size. Use it in the next ListServices request to continue.

Property Value
TypeDescription
String

Services

public RepeatedField<Service> Services { get; }

The resulting list of Services.

Property Value
TypeDescription
RepeatedField<Service>

Methods

GetEnumerator()

public IEnumerator<Service> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Service>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator