Package com.google.devtools.source.v1
Interface ProjectRepoIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProjectRepoId
,ProjectRepoId.Builder
public interface ProjectRepoIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProjectId()
The ID of the project.com.google.protobuf.ByteString
getProjectIdBytes()
The ID of the project.String
getRepoName()
The name of the repo.com.google.protobuf.ByteString
getRepoNameBytes()
The name of the repo.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
The ID of the project.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The ID of the project.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getRepoName
String getRepoName()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
- Returns:
- The repoName.
-
getRepoNameBytes
com.google.protobuf.ByteString getRepoNameBytes()
The name of the repo. Leave empty for the default repo.
string repo_name = 2;
- Returns:
- The bytes for repoName.
-
-