public sealed class ListServicesResponse : IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage, IPageResponse<Service>, IEnumerable<Service>, IEnumerableResponse message for Services.ListServices.
Implements
Google.Protobuf.IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, Google.Protobuf.IDeepCloneable<ListServicesResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, IPageResponse<Service>, IEnumerable<Service>, IEnumerableNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListServicesResponse()
public ListServicesResponse()ListServicesResponse(ListServicesResponse)
public ListServicesResponse(ListServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }Continuation token for fetching the next page of results.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Services
public RepeatedField<Service> Services { get; }The services belonging to the requested application.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<Service> |
|
Methods
GetEnumerator()
public IEnumerator<Service> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Service> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|