Interface FetchRepositoryHistoryResponseOrBuilder (0.32.0)

public interface FetchRepositoryHistoryResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommits(int index)

public abstract CommitLogEntry getCommits(int index)

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

repeated .google.cloud.dataform.v1beta1.CommitLogEntry commits = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CommitLogEntry

getCommitsCount()

public abstract int getCommitsCount()

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

repeated .google.cloud.dataform.v1beta1.CommitLogEntry commits = 1;

Returns
TypeDescription
int

getCommitsList()

public abstract List<CommitLogEntry> getCommitsList()

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

repeated .google.cloud.dataform.v1beta1.CommitLogEntry commits = 1;

Returns
TypeDescription
List<CommitLogEntry>

getCommitsOrBuilder(int index)

public abstract CommitLogEntryOrBuilder getCommitsOrBuilder(int index)

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

repeated .google.cloud.dataform.v1beta1.CommitLogEntry commits = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CommitLogEntryOrBuilder

getCommitsOrBuilderList()

public abstract List<? extends CommitLogEntryOrBuilder> getCommitsOrBuilderList()

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

repeated .google.cloud.dataform.v1beta1.CommitLogEntry commits = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dataform.v1beta1.CommitLogEntryOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.