package google.cloud.asset.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AssetService

asset_service.proto:38

Asset service definition.

message Asset

assets.proto:60

Cloud asset. This includes all Google Cloud Platform resources, Cloud IAM policies, and other non-GCP assets.

Used in: TemporalAsset

message BigQueryDestination

asset_service.proto:201

A BigQuery destination.

Used in: OutputConfig

enum ContentType

asset_service.proto:221

Asset content type.

Used in: BatchGetAssetsHistoryRequest, ExportAssetsRequest

message ExportAssetsResponse

asset_service.proto:110

The export asset response. This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.

message GcsDestination

asset_service.proto:177

A Cloud Storage location.

Used in: OutputConfig

message OutputConfig

asset_service.proto:162

Output configuration for export assets destination.

Used in: ExportAssetsRequest, ExportAssetsResponse

message Resource

assets.proto:85

Representation of a cloud resource.

Used in: Asset

message TemporalAsset

assets.proto:37

Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.

Used in: BatchGetAssetsHistoryResponse

message TimeWindow

assets.proto:49

A time window of (start_time, end_time].

Used in: BatchGetAssetsHistoryRequest, TemporalAsset