public final class CloudWorkspaceSourceContext
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 |
|---|
CloudWorkspaceSourceContext() |
| Modifier and Type | Method and Description |
|---|---|
CloudWorkspaceSourceContext |
clone() |
java.lang.String |
getSnapshotId()
The ID of the snapshot.
|
CloudWorkspaceId |
getWorkspaceId()
The ID of the workspace.
|
CloudWorkspaceSourceContext |
set(java.lang.String fieldName,
java.lang.Object value) |
CloudWorkspaceSourceContext |
setSnapshotId(java.lang.String snapshotId)
The ID of the snapshot.
|
CloudWorkspaceSourceContext |
setWorkspaceId(CloudWorkspaceId workspaceId)
The ID of the workspace.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getSnapshotId()
null for nonepublic CloudWorkspaceSourceContext setSnapshotId(java.lang.String snapshotId)
snapshotId - snapshotId or null for nonepublic CloudWorkspaceId getWorkspaceId()
null for nonepublic CloudWorkspaceSourceContext setWorkspaceId(CloudWorkspaceId workspaceId)
workspaceId - workspaceId or null for nonepublic CloudWorkspaceSourceContext set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CloudWorkspaceSourceContext clone()
clone in class com.google.api.client.json.GenericJson