public sealed class ListBackupsResponse : IPageResponse<Backup>, IEnumerable<Backup>, IEnumerable, IMessage<ListBackupsResponse>, IEquatable<ListBackupsResponse>, IDeepCloneable<ListBackupsResponse>, IBufferMessage, IMessage
ListBackupsResponse is the result of ListBackupsRequest.
Implements
IPageResponse<Backup>, IEnumerable<Backup>, IEnumerable, IMessage<ListBackupsResponse>, IEquatable<ListBackupsResponse>, IDeepCloneable<ListBackupsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
ListBackupsResponse()
public ListBackupsResponse()
ListBackupsResponse(ListBackupsResponse)
public ListBackupsResponse(ListBackupsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListBackupsResponse |
Properties
Backups
public RepeatedField<Backup> Backups { get; }
A list of backups in the project for the specified location.
If the {location} value in the request is "-", the response contains a list of backups from all locations. If any location is unreachable, the response will only return backups in reachable locations and the "unreachable" field will be populated with a list of unreachable locations.
Property Value | |
---|---|
Type | Description |
RepeatedField<Backup> |
NextPageToken
public string NextPageToken { get; set; }
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
String |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Backup> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Backup> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |