public sealed class ListRestoresRequest : IPageRequest, IMessage<ListRestoresRequest>, IEquatable<ListRestoresRequest>, IDeepCloneable<ListRestoresRequest>, IBufferMessage, IMessage
Request message for ListRestores.
Implements
IPageRequest, IMessage<ListRestoresRequest>, IEquatable<ListRestoresRequest>, IDeepCloneable<ListRestoresRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
ListRestoresRequest()
public ListRestoresRequest()
ListRestoresRequest(ListRestoresRequest)
public ListRestoresRequest(ListRestoresRequest other)
Parameter | |
---|---|
Name | Description |
other | ListRestoresRequest |
Properties
Filter
public string Filter { get; set; }
Field match expression used to filter the results.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Field by which to sort the results.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may inclue a partial list and a caller should only rely on the response's [next_page_token][google.cloud.gkebackup.v1.ListRestoresResponse.next_page_token] to determine if there are more instances left to be queried.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The value of
[next_page_token][google.cloud.gkebackup.v1.ListRestoresResponse.next_page_token]
received from a previous ListRestores
call.
Provide this to retrieve the subsequent page in a multi-page list of
results. When paginating, all other parameters provided to ListRestores
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The RestorePlan that contains the Restores to list. Format: projects//locations//restorePlans/*
Property Value | |
---|---|
Type | Description |
String |
ParentAsRestorePlanName
public RestorePlanName ParentAsRestorePlanName { get; set; }
RestorePlanName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RestorePlanName |