public sealed class ListVersionsRequest : IMessage<ListVersionsRequest>, IEquatable<ListVersionsRequest>, IDeepCloneable<ListVersionsRequest>, IBufferMessage, IMessage, IPageRequestRequest message for Versions.ListVersions.
Implements
IMessage<ListVersionsRequest>, IEquatable<ListVersionsRequest>, IDeepCloneable<ListVersionsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListVersionsRequest()
public ListVersionsRequest()ListVersionsRequest(ListVersionsRequest)
public ListVersionsRequest(ListVersionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListVersionsRequest |
Properties
PageSize
public int PageSize { get; set; }Maximum results to return per page.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
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 Service resource. Example:
apps/myapp/services/default.
| Property Value | |
|---|---|
| Type | Description |
String |
|
View
public VersionView View { get; set; }Controls the set of fields returned in the List response.
| Property Value | |
|---|---|
| Type | Description |
VersionView |
|