Backup and DR Service v1 API - Class ListDataSourceReferencesResponse (2.4.0)

public sealed class ListDataSourceReferencesResponse : IPageResponse<DataSourceReference>, IEnumerable<DataSourceReference>, IEnumerable, IMessage<ListDataSourceReferencesResponse>, IEquatable<ListDataSourceReferencesResponse>, IDeepCloneable<ListDataSourceReferencesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class ListDataSourceReferencesResponse.

Response for the ListDataSourceReferences method.

Inheritance

object > ListDataSourceReferencesResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

ListDataSourceReferencesResponse()

public ListDataSourceReferencesResponse()

ListDataSourceReferencesResponse(ListDataSourceReferencesResponse)

public ListDataSourceReferencesResponse(ListDataSourceReferencesResponse other)
Parameter
Name Description
other ListDataSourceReferencesResponse

Properties

DataSourceReferences

public RepeatedField<DataSourceReference> DataSourceReferences { get; }

The DataSourceReferences from the specified parent.

Property Value
Type Description
RepeatedFieldDataSourceReference

NextPageToken

public string NextPageToken { get; set; }

A token, which 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

Methods

GetEnumerator()

public IEnumerator<DataSourceReference> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorDataSourceReference