Index
Observability
(interface)GetScopeRequest
(message)OperationMetadata
(message)Scope
(message)UpdateScopeRequest
(message)
Observability
Service describing handlers for resources
GetScope |
---|
Gets details of a single Scope.
|
UpdateScope |
---|
Updates the parameters of a single Scope.
|
GetScopeRequest
Message for getting a Scope.
Fields | |
---|---|
name |
Required. Name of the resource. The format is:
The |
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 //logging.googleapis.com/projects/myproject/locations/global/logScopes/my-log-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 will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten. |
scope |
Required. The resource being updated. |