public class CloudTrace.Projects.Traces
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudTrace.Projects.Traces.Get |
class |
CloudTrace.Projects.Traces.List |
| Constructor and Description |
|---|
Traces() |
| Modifier and Type | Method and Description |
|---|---|
CloudTrace.Projects.Traces.Get |
get(java.lang.String projectId,
java.lang.String traceId)
Gets a single trace by its ID.
|
CloudTrace.Projects.Traces.List |
list(java.lang.String projectId)
Returns of a list of traces that match the specified filter conditions.
|
public CloudTrace.Projects.Traces.Get get(java.lang.String projectId, java.lang.String traceId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. ID of the Cloud project where the trace data is stored.traceId - Required. ID of the trace to return.java.io.IOExceptionpublic CloudTrace.Projects.Traces.List list(java.lang.String projectId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. ID of the Cloud project where the trace data is stored.java.io.IOException