Index
Observability(interface)Bucket(message)CmekSettings(message)CreateLinkRequest(message)CreateTraceScopeRequest(message)Dataset(message)DeleteLinkRequest(message)DeleteTraceScopeRequest(message)GetBucketRequest(message)GetDatasetRequest(message)GetLinkRequest(message)GetScopeRequest(message)GetSettingsRequest(message)GetTraceScopeRequest(message)GetViewRequest(message)Link(message)ListBucketsRequest(message)ListBucketsResponse(message)ListDatasetsRequest(message)ListDatasetsResponse(message)ListLinksRequest(message)ListLinksResponse(message)ListTraceScopesRequest(message)ListTraceScopesResponse(message)ListViewsRequest(message)ListViewsResponse(message)OperationMetadata(message)Scope(message)Settings(message)TraceScope(message)UpdateLinkRequest(message)UpdateScopeRequest(message)UpdateSettingsRequest(message)UpdateTraceScopeRequest(message)View(message)
Observability
Service describing handlers for resources
| CreateLink |
|---|
|
Create a new link.
|
| CreateTraceScope |
|---|
|
Create a new TraceScope.
|
| DeleteLink |
|---|
|
Delete a link.
|
| DeleteTraceScope |
|---|
|
Delete a TraceScope.
|
| GetBucket |
|---|
|
Get bucket resource.
|
| GetDataset |
|---|
|
Get a dataset.
|
| GetLink |
|---|
|
Get a link.
|
| GetScope |
|---|
|
Gets details of a single Scope.
|
| GetSettings |
|---|
|
Get Settings
|
| GetTraceScope |
|---|
|
Get TraceScope resource.
|
| GetView |
|---|
|
Get a view.
|
| ListBuckets |
|---|
|
List buckets of a project in a particular location.
|
| ListDatasets |
|---|
|
List datasets of a bucket.
|
| ListLinks |
|---|
|
List links of a dataset.
|
| ListTraceScopes |
|---|
|
List TraceScopes of a project in a particular location.
|
| ListViews |
|---|
|
List views of a dataset.
|
| UpdateLink |
|---|
|
Update a link.
|
| UpdateScope |
|---|
|
Updates the parameters of a single Scope.
|
| UpdateSettings |
|---|
|
Update Settings
|
| UpdateTraceScope |
|---|
|
Update a TraceScope.
|
Bucket
Bucket configuration for storing observability data.
| Fields | |
|---|---|
name |
Identifier. Name of the bucket. The format is: |
display_name |
Optional. User friendly display name. |
description |
Optional. Description of the bucket. |
create_time |
Output only. Create timestamp. |
update_time |
Output only. Update timestamp. |
delete_time |
Output only. Delete timestamp. |
purge_time |
Output only. Timestamp when the bucket in soft-deleted state is purged. |
cmek_settings |
Optional. Settings for configuring CMEK on a bucket. |
CmekSettings
Settings for configuring CMEK for a bucket.
| Fields | |
|---|---|
kms_key |
Optional. The resource name for the configured Cloud KMS key. The format is: For example: |
kms_key_version |
Output only. The CryptoKeyVersion resource name for the configured Cloud KMS key. The format is: For example: This read-only field is used to convey the specific configured CryptoKeyVersion of the |
service_account_id |
Output only. The service account used to access the key. |
CreateLinkRequest
Request for creating a link.
| Fields | |
|---|---|
parent |
Required. Name of the containing dataset for this link. The format is: |
link_id |
Required. Id of the link to create. |
link |
Required. Link to create. |
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. |
Dataset
A dataset is a collection of data that has a specific configuration. A dataset can be backed by multiple tables. One bucket can have multiple datasets.
| Fields | |
|---|---|
name |
Identifier. Name of the dataset. The format is: |
display_name |
Optional. User friendly display name. |
description |
Optional. Description of the dataset. |
create_time |
Output only. Create timestamp. |
delete_time |
Output only. Delete timestamp. |
purge_time |
Output only. Timestamp when the dataset in soft-deleted state is purged. |
DeleteLinkRequest
Request for deleting a link.
| Fields | |
|---|---|
name |
Required. Name of the link to delete. The format is: |
DeleteTraceScopeRequest
Request for deleting a TraceScope.
| Fields | |
|---|---|
name |
Required. The full resource name of the trace scope to delete: For example: |
GetBucketRequest
Request for getting a bucket.
| Fields | |
|---|---|
name |
Required. Name of the bucket to retrieve. The format is: |
GetDatasetRequest
Request for getting a dataset.
| Fields | |
|---|---|
name |
Required. Name of the dataset to retrieve. The format is: |
GetLinkRequest
Request for getting a link.
| Fields | |
|---|---|
name |
Required. Name of the link to retrieve. The format is: |
GetScopeRequest
Message for getting a Scope.
| Fields | |
|---|---|
name |
Required. Name of the resource. The format is: The |
GetSettingsRequest
Request for getting Settings.
| Fields | |
|---|---|
name |
Required. Name of the settings to retrieve. Name format: |
GetTraceScopeRequest
Request for getting a TraceScope.
| Fields | |
|---|---|
name |
Required. The resource name of the trace scope: For example: |
GetViewRequest
Request for getting a view.
| Fields | |
|---|---|
name |
Required. Name of the view to retrieve. The format is: |
Link
A link lets a dataset be accessible to BigQuery via usage of linked datasets.
| Fields | |
|---|---|
name |
Identifier. Name of the link. The format is: |
display_name |
Optional. A user friendly display name. |
description |
Optional. Description of the link. |
create_time |
Output only. Create timestamp. |
ListBucketsRequest
Request for listing buckets.
| Fields | |
|---|---|
parent |
Required. The parent, which owns this collection of buckets. The format is: |
page_size |
Optional. The maximum number of buckets to return. If unspecified, then at most 100 buckets are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
page_token |
Optional. A page token, received from a previous |
show_deleted |
Optional. If true, then the response will include deleted buckets. |
ListBucketsResponse
Response for listing buckets.
| Fields | |
|---|---|
buckets[] |
Optional. The list of buckets. |
next_page_token |
Optional. A token that can be sent as |
ListDatasetsRequest
Request for listing datasets.
| Fields | |
|---|---|
parent |
Required. The parent bucket that owns this collection of datasets. The format is: |
page_size |
Optional. The maximum number of datasets to return. If unspecified, then at most 100 datasets are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
page_token |
Optional. A page token, received from a previous |
show_deleted |
Optional. If true, then the response will include deleted datasets. |
ListDatasetsResponse
Response for listing datasets.
| Fields | |
|---|---|
datasets[] |
The list of datasets. |
next_page_token |
A token that can be sent as |
ListLinksRequest
Request for listing links.
| Fields | |
|---|---|
parent |
Required. The parent dataset that owns this collection of links. The format is: |
page_size |
Optional. The maximum number of links to return. If unspecified, then at most 100 links are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
page_token |
Optional. A page token, received from a previous |
ListLinksResponse
Response for listing links.
| Fields | |
|---|---|
links[] |
The list of links. |
next_page_token |
Optional. A token that can be sent as |
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 |
ListViewsRequest
Request for listing views.
| Fields | |
|---|---|
parent |
Required. Dataset whose views are to be listed. The format is: |
page_size |
Optional. The maximum number of views to return. If unspecified, then at most 100 views are returned. The maximum value is 1000; values above 1000 are coerced to 1000. |
page_token |
Optional. A page token, received from a previous |
ListViewsResponse
Response for listing views.
| Fields | |
|---|---|
views[] |
The list of views. |
next_page_token |
Optional. A token that can be sent as |
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 |
Settings
Describes the settings associated with a project, organization, or folder.
| Fields | |
|---|---|
name |
Identifier. The resource name of the settings. |
default_storage_location |
Optional. The location which should be used when any regional resources are provisioned by Google Cloud. |
service_account_id |
Output only. The service account for the given resource container, such as project or folder. This will be used by Cloud Observability to perform actions in the container's project like access KMS keys or create Links. Always the same service account per resource container regardless of region. |
kms_key_name |
Optional. The resource name for the configured Cloud KMS key. KMS key name format: For example:
|
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. |
UpdateLinkRequest
Request for updating a link.
| Fields | |
|---|---|
link |
Required. Link to update. The name field of link identifies the resource to update. |
update_mask |
Optional. The list of fields to update. |
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. |
UpdateSettingsRequest
Request for updating Settings.
| Fields | |
|---|---|
settings |
Required. The settings to update. The name field of settings is used to identify the resource to be updated. |
update_mask |
Optional. The field mask specifying which fields of the settings are to be updated. |
UpdateTraceScopeRequest
Request for updating a TraceScope.
| Fields | |
|---|---|
trace_scope |
Required. The updated trace scope. |
update_mask |
Optional. The list of fields to update. |
View
A view corresponds to a read-only representation of a subset of the data in a dataset.
| Fields | |
|---|---|
name |
Identifier. Name of the view. The format is: |
display_name |
Optional. User friendly display name. |
description |
Optional. Description of the view. |
create_time |
Output only. Create timestamp. |
update_time |
Output only. Update timestamp. |