Index
Observability
(interface)CreateTraceScopeRequest
(message)DeleteTraceScopeRequest
(message)GetScopeRequest
(message)GetTraceScopeRequest
(message)ListTraceScopesRequest
(message)ListTraceScopesResponse
(message)OperationMetadata
(message)Scope
(message)TraceScope
(message)UpdateScopeRequest
(message)UpdateTraceScopeRequest
(message)
Observability
Service describing handlers for resources
CreateTraceScope |
---|
Create a new TraceScope.
|
DeleteTraceScope |
---|
Delete a TraceScope.
|
GetScope |
---|
Gets details of a single Scope.
|
GetTraceScope |
---|
Get TraceScope resource.
|
ListTraceScopes |
---|
List TraceScopes of a project in a particular location.
|
UpdateScope |
---|
Updates the parameters of a single Scope.
|
UpdateTraceScope |
---|
Update a TraceScope.
|
CreateTraceScopeRequest
Request for creating a TraceScope.
Fields | |
---|---|
parent |
Required. The full resource name of the location where the trace scope should be created
For example:
|
trace_scope_id |
Required. A client-assigned identifier for the trace scope. |
trace_scope |
Required. The new trace scope. |
DeleteTraceScopeRequest
Request for deleting a TraceScope.
Fields | |
---|---|
name |
Required. The full resource name of the trace scope to delete:
For example:
|
GetScopeRequest
Message for getting a Scope.
Fields | |
---|---|
name |
Required. Name of the resource. The format is:
The |
GetTraceScopeRequest
Request for getting a TraceScope.
Fields | |
---|---|
name |
Required. The resource name of the trace scope:
For example:
|
ListTraceScopesRequest
Request for listing TraceScopes.
Fields | |
---|---|
parent |
Required. The full resource name of the location to look for trace scopes:
For example:
|
page_size |
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of |
page_token |
Optional. If present, then retrieve the next batch of results from the preceding call to this method. |
ListTraceScopesResponse
Response for listing TraceScopes.
Fields | |
---|---|
trace_scopes[] |
Optional. A list of trace scopes. |
next_page_token |
Optional. If there might be more results than appear in this response, then |
OperationMetadata
Represents the metadata of the long-running operation.
Fields | |
---|---|
create_time |
Output only. The time the operation was created. |
end_time |
Output only. The time the operation finished running. |
target |
Output only. Server-defined resource path for the target of the operation. |
verb |
Output only. Name of the verb executed by the operation. |
status_message |
Output only. Human-readable status of the operation, if any. |
requested_cancellation |
Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have [Operation.error][] value with a |
api_version |
Output only. API version used to start the operation. |
Scope
Message describing Scope object
Fields | |
---|---|
name |
Identifier. Name of the resource. The format is:
The |
update_time |
Output only. Update timestamp. Note: The Update timestamp for the default scope is initially unset. |
log_scope |
Required. The full resource name of the
|
trace_scope |
Required. The resource name of the
|
TraceScope
A trace scope is a collection of resources whose traces are queried together.
Fields | |
---|---|
name |
Identifier. The resource name of the trace scope. For example:
|
resource_names[] |
Required. Names of the projects that are included in this trace scope.
A trace scope can include a maximum of 20 projects. |
description |
Optional. Describes this trace scope. The maximum length of the description is 8000 characters. |
create_time |
Output only. The creation timestamp of the trace scope. |
update_time |
Output only. The last update timestamp of the trace scope. |
UpdateScopeRequest
Message for updating a Scope.
Fields | |
---|---|
update_mask |
Optional. Field mask is used to specify the fields to be overwritten in the Scope resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten when it is in the mask. If the user does not provide a mask, then all fields present in the request are overwritten. |
scope |
Required. The resource being updated. |
UpdateTraceScopeRequest
Request for updating a TraceScope.
Fields | |
---|---|
trace_scope |
Required. The updated trace scope. |
update_mask |
Optional. The list of fields to update. |