public interface RepoIdOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIdCase()
public abstract RepoId.IdCase getIdCase()
Returns | |
---|---|
Type | Description |
RepoId.IdCase |
getProjectRepoId()
public abstract ProjectRepoId getProjectRepoId()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
Returns | |
---|---|
Type | Description |
ProjectRepoId | The projectRepoId. |
getProjectRepoIdOrBuilder()
public abstract ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
Returns | |
---|---|
Type | Description |
ProjectRepoIdOrBuilder |
getUid()
public abstract String getUid()
A server-assigned, globally unique identifier.
string uid = 2;
Returns | |
---|---|
Type | Description |
String | The uid. |
getUidBytes()
public abstract ByteString getUidBytes()
A server-assigned, globally unique identifier.
string uid = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for uid. |
hasProjectRepoId()
public abstract boolean hasProjectRepoId()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the projectRepoId field is set. |
hasUid()
public abstract boolean hasUid()
A server-assigned, globally unique identifier.
string uid = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the uid field is set. |