public sealed class ListRevisionsRequest : IMessage<ListRevisionsRequest>, IEquatable<ListRevisionsRequest>, IDeepCloneable<ListRevisionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Run Admin v2 API class ListRevisionsRequest.
Request message for retrieving a list of Revisions.
Implements
IMessageListRevisionsRequest, IEquatableListRevisionsRequest, IDeepCloneableListRevisionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListRevisionsRequest()
public ListRevisionsRequest()
ListRevisionsRequest(ListRevisionsRequest)
public ListRevisionsRequest(ListRevisionsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListRevisionsRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of revisions to return in this call.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token received from a previous call to ListRevisions. All other parameters must match.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}
Property Value | |
---|---|
Type | Description |
string |
ParentAsServiceName
public ServiceName ParentAsServiceName { get; set; }
ServiceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |
ShowDeleted
public bool ShowDeleted { get; set; }
If true, returns deleted (but unexpired) resources along with active ones.
Property Value | |
---|---|
Type | Description |
bool |