public sealed class ListBackupChannelsRequest : IPageRequest, IMessage<ListBackupChannelsRequest>, IEquatable<ListBackupChannelsRequest>, IDeepCloneable<ListBackupChannelsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class ListBackupChannelsRequest.
Request message for ListBackupChannels.
Implements
IPageRequest, IMessageListBackupChannelsRequest, IEquatableListBackupChannelsRequest, IDeepCloneableListBackupChannelsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
ListBackupChannelsRequest()
public ListBackupChannelsRequest()
ListBackupChannelsRequest(ListBackupChannelsRequest)
public ListBackupChannelsRequest(ListBackupChannelsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupChannelsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Field match expression used to filter the results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Field by which to sort the results.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. 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 include a partial list and a caller should only rely on the response's [next_page_token][google.cloud.gkebackup.v1.ListBackupChannelsResponse.next_page_token] to determine if there are more instances left to be queried.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The value of
[next_page_token][google.cloud.gkebackup.v1.ListBackupChannelsResponse.next_page_token]
received from a previous ListBackupChannels
call.
Provide this to retrieve the subsequent page in a multi-page list of
results. When paginating, all other parameters provided to
ListBackupChannels
must match the call that provided the page
token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The location that contains the BackupChannels to list.
Format: projects/*/locations/*
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |