public interface FetchRepositoryHistoryResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |