Dataform v1beta1 API - Class FetchRepositoryHistoryResponse (1.0.0-beta04)

public sealed class FetchRepositoryHistoryResponse : IMessage<FetchRepositoryHistoryResponse>, IEquatable<FetchRepositoryHistoryResponse>, IDeepCloneable<FetchRepositoryHistoryResponse>, IBufferMessage, IMessage, IPageResponse<CommitLogEntry>, IEnumerable<CommitLogEntry>, IEnumerable

Reference documentation and code samples for the Dataform v1beta1 API class FetchRepositoryHistoryResponse.

FetchRepositoryHistory response message.

Inheritance

object > FetchRepositoryHistoryResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

FetchRepositoryHistoryResponse()

public FetchRepositoryHistoryResponse()

FetchRepositoryHistoryResponse(FetchRepositoryHistoryResponse)

public FetchRepositoryHistoryResponse(FetchRepositoryHistoryResponse other)
Parameter
NameDescription
otherFetchRepositoryHistoryResponse

Properties

Commits

public RepeatedField<CommitLogEntry> Commits { get; }

A list of commit logs, ordered by 'git log' default order.

Property Value
TypeDescription
RepeatedFieldCommitLogEntry

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<CommitLogEntry> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorCommitLogEntry