Google BigQuery Data Transfer v1 API - Class ListDataSourcesResponse (4.8.0)

public sealed class ListDataSourcesResponse : IMessage<ListDataSourcesResponse>, IEquatable<ListDataSourcesResponse>, IDeepCloneable<ListDataSourcesResponse>, IBufferMessage, IMessage, IPageResponse<DataSource>, IEnumerable<DataSource>, IEnumerable

Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ListDataSourcesResponse.

Returns list of supported data sources and their metadata.

Inheritance

object > ListDataSourcesResponse

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

ListDataSourcesResponse()

public ListDataSourcesResponse()

ListDataSourcesResponse(ListDataSourcesResponse)

public ListDataSourcesResponse(ListDataSourcesResponse other)
Parameter
NameDescription
otherListDataSourcesResponse

Properties

DataSources

public RepeatedField<DataSource> DataSources { get; }

List of supported data sources and their transfer settings.

Property Value
TypeDescription
RepeatedFieldDataSource

NextPageToken

public string NextPageToken { get; set; }

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListDataSourcesRequest.page_token to request the next page of list results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DataSource> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataSource