Dataform v1beta1 API - Class FetchRepositoryHistoryRequest (1.0.0-beta05)

public sealed class FetchRepositoryHistoryRequest : IMessage<FetchRepositoryHistoryRequest>, IEquatable<FetchRepositoryHistoryRequest>, IDeepCloneable<FetchRepositoryHistoryRequest>, IBufferMessage, IMessage, IPageRequest

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

FetchRepositoryHistory request message.

Inheritance

object > FetchRepositoryHistoryRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

FetchRepositoryHistoryRequest()

public FetchRepositoryHistoryRequest()

FetchRepositoryHistoryRequest(FetchRepositoryHistoryRequest)

public FetchRepositoryHistoryRequest(FetchRepositoryHistoryRequest other)
Parameter
NameDescription
otherFetchRepositoryHistoryRequest

Properties

Name

public string Name { get; set; }

Required. The repository's name.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Maximum number of commits to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. Page token received from a previous FetchRepositoryHistory call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to FetchRepositoryHistory must match the call that provided the page token.

Property Value
TypeDescription
string

RepositoryName

public RepositoryName RepositoryName { get; set; }

RepositoryName-typed view over the Name resource name property.

Property Value
TypeDescription
RepositoryName