| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
RepoId |
RepoId.clone() |
RepoId |
CloudRepoSourceContext.getRepoId()
The ID of the repo.
|
RepoId |
CloudWorkspaceId.getRepoId()
The ID of the repo containing the workspace.
|
RepoId |
RepoId.set(java.lang.String fieldName,
java.lang.Object value) |
RepoId |
RepoId.setProjectRepoId(ProjectRepoId projectRepoId)
A combination of a project ID and a repo name.
|
RepoId |
RepoId.setUid(java.lang.String uid)
A server-assigned, globally unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
CloudRepoSourceContext |
CloudRepoSourceContext.setRepoId(RepoId repoId)
The ID of the repo.
|
CloudWorkspaceId |
CloudWorkspaceId.setRepoId(RepoId repoId)
The ID of the repo containing the workspace.
|