public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the App Engine v1 API class ListServicesRequest.
Request message for Services.ListServices
.
Implements
IMessageListServicesRequest, IEquatableListServicesRequest, IDeepCloneableListServicesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListServicesRequest()
public ListServicesRequest()
ListServicesRequest(ListServicesRequest)
public ListServicesRequest(ListServicesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListServicesRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum results to return per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Name of the parent Application resource. Example: apps/myapp
.
Property Value | |
---|---|
Type | Description |
string |