Backup for GKE v1 API - Class ListBackupChannelsResponse (2.8.0)

public sealed class ListBackupChannelsResponse : IPageResponse<BackupChannel>, IEnumerable<BackupChannel>, IEnumerable, IMessage<ListBackupChannelsResponse>, IEquatable<ListBackupChannelsResponse>, IDeepCloneable<ListBackupChannelsResponse>, IBufferMessage, IMessage

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

Response message for ListBackupChannels.

Inheritance

object > ListBackupChannelsResponse

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

ListBackupChannelsResponse()

public ListBackupChannelsResponse()

ListBackupChannelsResponse(ListBackupChannelsResponse)

public ListBackupChannelsResponse(ListBackupChannelsResponse other)
Parameter
Name Description
other ListBackupChannelsResponse

Properties

BackupChannels

public RepeatedField<BackupChannel> BackupChannels { get; }

The list of BackupChannels matching the given criteria.

Property Value
Type Description
RepeatedFieldBackupChannel

NextPageToken

public string NextPageToken { get; set; }

A token which may be sent as [page_token][google.cloud.gkebackup.v1.ListBackupChannelsRequest.page_token] in a subsequent ListBackupChannels call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<BackupChannel> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorBackupChannel