public sealed class ListBindingMatchingResourcesResponse : IPageResponse<BindingMatchingResource>, IEnumerable<BindingMatchingResource>, IEnumerable, IMessage<ListBindingMatchingResourcesResponse>, IEquatable<ListBindingMatchingResourcesResponse>, IDeepCloneable<ListBindingMatchingResourcesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class ListBindingMatchingResourcesResponse.
The response message for getting a list of BindingMatchingResources.
Implements
IPageResponseBindingMatchingResource, IEnumerableBindingMatchingResource, IEnumerable, IMessageListBindingMatchingResourcesResponse, IEquatableListBindingMatchingResourcesResponse, IDeepCloneableListBindingMatchingResourcesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
ListBindingMatchingResourcesResponse()
public ListBindingMatchingResourcesResponse()ListBindingMatchingResourcesResponse(ListBindingMatchingResourcesResponse)
public ListBindingMatchingResourcesResponse(ListBindingMatchingResourcesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBindingMatchingResourcesResponse |
Properties
MatchingResources
public RepeatedField<BindingMatchingResource> MatchingResources { get; }The list of BindingMatchingResources in the project,location for the
specified binding.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBindingMatchingResource |
|
NextPageToken
public string NextPageToken { get; set; }A token which may be sent as
[page_token][google.cloud.backupdr.v1beta.ListBindingMatchingResourcesRequest.page_token]
in a subsequent ListBindingMatchingResources 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 |
|
Methods
GetEnumerator()
public IEnumerator<BindingMatchingResource> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorBindingMatchingResource |
|