public final class RepoId
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Cloud Debugger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
RepoId() |
| Modifier and Type | Method and Description |
|---|---|
RepoId |
clone() |
ProjectRepoId |
getProjectRepoId()
A combination of a project ID and a repo name.
|
java.lang.String |
getUid()
A server-assigned, globally unique identifier.
|
RepoId |
set(java.lang.String fieldName,
java.lang.Object value) |
RepoId |
setProjectRepoId(ProjectRepoId projectRepoId)
A combination of a project ID and a repo name.
|
RepoId |
setUid(java.lang.String uid)
A server-assigned, globally unique identifier.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic ProjectRepoId getProjectRepoId()
null for nonepublic RepoId setProjectRepoId(ProjectRepoId projectRepoId)
projectRepoId - projectRepoId or null for nonepublic java.lang.String getUid()
null for nonepublic RepoId setUid(java.lang.String uid)
uid - uid or null for nonepublic RepoId set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic RepoId clone()
clone in class com.google.api.client.json.GenericJson