public sealed class ListRestorePlanBindingsResponse : IPageResponse<RestorePlanBinding>, IEnumerable<RestorePlanBinding>, IEnumerable, IMessage<ListRestorePlanBindingsResponse>, IEquatable<ListRestorePlanBindingsResponse>, IDeepCloneable<ListRestorePlanBindingsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class ListRestorePlanBindingsResponse.
Response message for ListRestorePlanBindings.
Implements
IPageResponseRestorePlanBinding, IEnumerableRestorePlanBinding, IEnumerable, IMessageListRestorePlanBindingsResponse, IEquatableListRestorePlanBindingsResponse, IDeepCloneableListRestorePlanBindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
ListRestorePlanBindingsResponse()
public ListRestorePlanBindingsResponse()
ListRestorePlanBindingsResponse(ListRestorePlanBindingsResponse)
public ListRestorePlanBindingsResponse(ListRestorePlanBindingsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListRestorePlanBindingsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A token which may be sent as
[page_token][google.cloud.gkebackup.v1.ListRestorePlanBindingsRequest.page_token]
in a subsequent ListRestorePlanBindings
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 |
RestorePlanBindings
public RepeatedField<RestorePlanBinding> RestorePlanBindings { get; }
The list of RestorePlanBindings matching the given criteria.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRestorePlanBinding |
Unreachable
public RepeatedField<string> Unreachable { get; }
Unordered list. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<RestorePlanBinding> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRestorePlanBinding |