Backup for GKE v1 API - Class ListVolumeRestoresRequest (2.3.0)

public sealed class ListVolumeRestoresRequest : IPageRequest, IMessage<ListVolumeRestoresRequest>, IEquatable<ListVolumeRestoresRequest>, IDeepCloneable<ListVolumeRestoresRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup for GKE v1 API class ListVolumeRestoresRequest.

Request message for ListVolumeRestores.

Inheritance

object > ListVolumeRestoresRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

ListVolumeRestoresRequest()

public ListVolumeRestoresRequest()

ListVolumeRestoresRequest(ListVolumeRestoresRequest)

public ListVolumeRestoresRequest(ListVolumeRestoresRequest other)
Parameter
NameDescription
otherListVolumeRestoresRequest

Properties

Filter

public string Filter { get; set; }

Field match expression used to filter the results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Field by which to sort the results.

Property Value
TypeDescription
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.ListVolumeRestoresResponse.next_page_token] to determine if there are more instances left to be queried.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value of [next_page_token][google.cloud.gkebackup.v1.ListVolumeRestoresResponse.next_page_token] received from a previous ListVolumeRestores call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to ListVolumeRestores must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The Restore that contains the VolumeRestores to list. Format: projects/*/locations/*/restorePlans/*/restores/*

Property Value
TypeDescription
string

ParentAsRestoreName

public RestoreName ParentAsRestoreName { get; set; }

RestoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
RestoreName