public sealed class ListBackupPlanRevisionsResponse : IPageResponse<BackupPlanRevision>, IEnumerable<BackupPlanRevision>, IEnumerable, IMessage<ListBackupPlanRevisionsResponse>, IEquatable<ListBackupPlanRevisionsResponse>, IDeepCloneable<ListBackupPlanRevisionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ListBackupPlanRevisionsResponse.
The response message for getting a list of BackupPlanRevision
.
Implements
IPageResponseBackupPlanRevision, IEnumerableBackupPlanRevision, IEnumerable, IMessageListBackupPlanRevisionsResponse, IEquatableListBackupPlanRevisionsResponse, IDeepCloneableListBackupPlanRevisionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ListBackupPlanRevisionsResponse()
public ListBackupPlanRevisionsResponse()
ListBackupPlanRevisionsResponse(ListBackupPlanRevisionsResponse)
public ListBackupPlanRevisionsResponse(ListBackupPlanRevisionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBackupPlanRevisionsResponse |
Properties
BackupPlanRevisions
public RepeatedField<BackupPlanRevision> BackupPlanRevisions { get; }
The list of BackupPlanRevisions
in the project for the specified
location.
If the {location}
value in the request is "-", the response contains a
list of resources from all locations. In case any location is unreachable,
the response will only return backup plans in reachable locations and
the 'unreachable' field will be populated with a list of unreachable
locations.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBackupPlanRevision |
NextPageToken
public string NextPageToken { get; set; }
A token which may be sent as
[page_token][google.cloud.backupdr.v1.ListBackupPlanRevisionsRequest.page_token]
in a subsequent ListBackupPlanRevisions
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<BackupPlanRevision> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorBackupPlanRevision |