package google.cloud.asset.v1beta1

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

service AssetService

asset_service.proto:34

Asset service definition.

message Asset

assets.proto:59

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

Used in: TemporalAsset

enum ContentType

asset_service.proto:153

Asset content type.

Used in: BatchGetAssetsHistoryRequest, ExportAssetsRequest

message ExportAssetsResponse

asset_service.proto:95

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:145

A Cloud Storage location.

Used in: OutputConfig

message OutputConfig

asset_service.proto:136

Output configuration for export assets destination.

Used in: ExportAssetsRequest, ExportAssetsResponse

message Resource

assets.proto:77

Representation of a cloud resource.

Used in: Asset

message TemporalAsset

assets.proto:36

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:48

A time window of [start_time, end_time).

Used in: BatchGetAssetsHistoryRequest, TemporalAsset