public interface ProjectRepoIdOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProjectId()
public abstract String getProjectId()
The ID of the project.
string project_id = 1;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
The ID of the project.
string project_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectId. |
getRepoName()
public abstract String getRepoName()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Returns | |
---|---|
Type | Description |
String |
The repoName. |
getRepoNameBytes()
public abstract ByteString getRepoNameBytes()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for repoName. |