public sealed class ListBackupPlanBindingsResponse : IPageResponse<BackupPlanBinding>, IEnumerable<BackupPlanBinding>, IEnumerable, IMessage<ListBackupPlanBindingsResponse>, IEquatable<ListBackupPlanBindingsResponse>, IDeepCloneable<ListBackupPlanBindingsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class ListBackupPlanBindingsResponse.
Response message for ListBackupPlanBindings.
Implements
IPageResponseBackupPlanBinding, IEnumerableBackupPlanBinding, IEnumerable, IMessageListBackupPlanBindingsResponse, IEquatableListBackupPlanBindingsResponse, IDeepCloneableListBackupPlanBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
ListBackupPlanBindingsResponse()
public ListBackupPlanBindingsResponse()
ListBackupPlanBindingsResponse(ListBackupPlanBindingsResponse)
public ListBackupPlanBindingsResponse(ListBackupPlanBindingsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupPlanBindingsResponse |
Properties
BackupPlanBindings
public RepeatedField<BackupPlanBinding> BackupPlanBindings { get; }
The list of BackupPlanBindings matching the given criteria.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBackupPlanBinding |
NextPageToken
public string NextPageToken { get; set; }
A token which may be sent as
[page_token][google.cloud.gkebackup.v1.ListBackupPlanBindingsRequest.page_token]
in a subsequent ListBackupPlanBindingss
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<BackupPlanBinding> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBackupPlanBinding |