Backup and DR Service v1 API - Class FetchDataSourceReferencesForResourceTypeResponse (2.2.0)

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

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

Response for the FetchDataSourceReferencesForResourceType method.

Inheritance

object > FetchDataSourceReferencesForResourceTypeResponse

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

FetchDataSourceReferencesForResourceTypeResponse()

public FetchDataSourceReferencesForResourceTypeResponse()

FetchDataSourceReferencesForResourceTypeResponse(FetchDataSourceReferencesForResourceTypeResponse)

public FetchDataSourceReferencesForResourceTypeResponse(FetchDataSourceReferencesForResourceTypeResponse other)
Parameter
Name Description
other FetchDataSourceReferencesForResourceTypeResponse

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