public interface RepoIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RepoId.IdCase |
getIdCase() |
ProjectRepoId |
getProjectRepoId()
A combination of a project ID and a repo name.
|
ProjectRepoIdOrBuilder |
getProjectRepoIdOrBuilder()
A combination of a project ID and a repo name.
|
String |
getUid()
A server-assigned, globally unique identifier.
|
com.google.protobuf.ByteString |
getUidBytes()
A server-assigned, globally unique identifier.
|
boolean |
hasProjectRepoId()
A combination of a project ID and a repo name.
|
boolean |
hasUid()
A server-assigned, globally unique identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProjectRepoId()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;ProjectRepoId getProjectRepoId()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;ProjectRepoIdOrBuilder getProjectRepoIdOrBuilder()
A combination of a project ID and a repo name.
.google.devtools.source.v1.ProjectRepoId project_repo_id = 1;boolean hasUid()
A server-assigned, globally unique identifier.
string uid = 2;String getUid()
A server-assigned, globally unique identifier.
string uid = 2;com.google.protobuf.ByteString getUidBytes()
A server-assigned, globally unique identifier.
string uid = 2;RepoId.IdCase getIdCase()
Copyright © 2024 Google LLC. All rights reserved.