public sealed class ListAutoProtectionPolicyBindingsResponse : IMessage<ListAutoProtectionPolicyBindingsResponse>, IEquatable<ListAutoProtectionPolicyBindingsResponse>, IDeepCloneable<ListAutoProtectionPolicyBindingsResponse>, IBufferMessage, IMessage, IPageResponse<AutoProtectionPolicyBinding>, IEnumerable<AutoProtectionPolicyBinding>, IEnumerableReference documentation and code samples for the Backup and DR Service v1beta API class ListAutoProtectionPolicyBindingsResponse.
Response message for ListAutoProtectionPolicyBindings.
Implements
IMessageListAutoProtectionPolicyBindingsResponse, IEquatableListAutoProtectionPolicyBindingsResponse, IDeepCloneableListAutoProtectionPolicyBindingsResponse, IBufferMessage, IMessage, IPageResponseAutoProtectionPolicyBinding, IEnumerableAutoProtectionPolicyBinding, IEnumerableNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
ListAutoProtectionPolicyBindingsResponse()
public ListAutoProtectionPolicyBindingsResponse()ListAutoProtectionPolicyBindingsResponse(ListAutoProtectionPolicyBindingsResponse)
public ListAutoProtectionPolicyBindingsResponse(ListAutoProtectionPolicyBindingsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAutoProtectionPolicyBindingsResponse |
Properties
AutoProtectionPolicyBindings
public RepeatedField<AutoProtectionPolicyBinding> AutoProtectionPolicyBindings { get; }A list of the AutoProtectionPolicyBindings resources found.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAutoProtectionPolicyBinding |
|
NextPageToken
public string NextPageToken { get; set; }A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<AutoProtectionPolicyBinding> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAutoProtectionPolicyBinding |
|